[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Sat Sep 7 02:54:17 PDT 2013


Page "PortfileRecipes" was changed by ryandesign at macports.org
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=77>
Revision 77
Comment: default gcc variant is now gcc48
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 76)
+++ PortfileRecipes (version: 77)
@@ -410,7 +410,7 @@
 
 So on the one hand, all such ports should default to using a particular
 common version of GCC; the version we are currently using as the default
-version in MacPorts is `gcc47`. On the other hand, a user may want to
+version in MacPorts is `gcc48`. On the other hand, a user may want to
 choose their GCC version. Therefore, ports that need to use a GCC port,
 but aren't picky about exactly which one, are encouraged to offer
 variants:
@@ -438,7 +438,7 @@
 
 if {![variant_isset gcc45] && ![variant_isset gcc46] && 
    ![variant_isset gcc47] && ![variant_isset gcc48] && ![variant_isset gcc49]} {
-    default_variants +gcc47
+    default_variants +gcc48
 }
 }}}
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/PortfileRecipes>
MacPorts <http://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'PortfileRecipes' page.
If it was not you, please report to .


More information about the macports-changes mailing list