Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#12986 closed defect (fixed)

mysql5-devel doesn't support OSX prior to 10.4

Reported by: ebgssth@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: mysql Cc: ebgssth@…, jyrkiwahlstedt, ryandesign (Ryan Carsten Schmidt)
Port:

Description

The following section of the portfile prevent OSX 10.3 user from installing this package.

platform darwin 6 {
    pre-fetch {
        return -code error "no support for systems prior to 10.3"
    }
}

After removing this part and doing port install mysql5-devel works file on my 10.3 system.

Change History (3)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ebgssth@… ryandesign@… added
Milestone: Port Bugs
Owner: changed from macports-dev@… to ryandesign@…

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

This was fixed in r30318. Please "sudo port sync" and then try again.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.