octave 2.9.9 +g95 sets MACOSX_DEPLOYMENT_TARGET=10.4
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)
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Removed MACOSX_DEPLOYMENT_TARGET.