Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13217 closed defect (fixed)

octave 2.9.9 +g95 sets MACOSX_DEPLOYMENT_TARGET=10.4

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: stechert@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), stechert@…
Port:

Description

Due to #11518 and r22847, a +g95 variant was created in the octave portfile as it was updated to 2.9.9. The definition of this variant includes setting MACOSX_DEPLOYMENT_TARGET=10.4 in the environment. It seems like it would be a bad idea to set that variable to that value if you're trying to install on Mac OS X 10.3 (though I have not tested it myself). It seems as though that variable should either not be set, or should be set to the correct value for the user's version of Mac OS X. If the setting of this variable to this value is deemed appropriate and necessary in all cases, a note explaining this should be added to the portfile.

Change History (3)

comment:1 Changed 16 years ago by stechert@…

Status: newassigned

comment:2 Changed 16 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: assignedclosed

Removed MACOSX_DEPLOYMENT_TARGET.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.