platform darwin 8 { configure.compiler gcc-4.0 }
These lines in a portfile are useless now, right? platform darwin 8 { configure.compiler gcc-4.0 } Ever since default compilers were set in MacPorts base, gcc-4.0 is the default compiler on darwin 8 anyway, so we can remove these lines from all portfiles, right? I'm happy to do it, I just want to make sure this is correct before I do.
On Dec 24, 2007, at 8:13 PM, Ryan Schmidt wrote:
These lines in a portfile are useless now, right?
platform darwin 8 { configure.compiler gcc-4.0 }
Ever since default compilers were set in MacPorts base, gcc-4.0 is the default compiler on darwin 8 anyway, so we can remove these lines from all portfiles, right? I'm happy to do it, I just want to make sure this is correct before I do.
Yes, IF the user has port version 1.6+. This will -- for most cases -- only hit people who used 'gcc_select' on 10.4 AND update their portfiles AND NOT update their port installation. Regards, -Markus -- Dipl. Inf. (FH) Markus W. Weissmann http://www.macports.org/ http://www.mweissmann.de/
participants (2)
-
Markus Weissmann
-
Ryan Schmidt