[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Tue Jul 16 15:03:17 PDT 2013


Page "PortfileRecipes" was changed by macsforever2000 at macports.org
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=66>
Revision 66
Comment: Remove reference to old gcc version 4.3 and 4.4 and add gcc 4.9 to compiler variants section
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 65)
+++ PortfileRecipes (version: 66)
@@ -326,38 +326,33 @@
 variants:
 
 {{{
-variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {Compile with gcc 4.3} {
-    configure.compiler macports-gcc-4.3
-    depends_lib-append port:gcc43
-}
-
-variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 gcc48 description {Compile with gcc 4.4} {
-    configure.compiler macports-gcc-4.4
-    depends_lib-append port:gcc44
-}
-
-variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 gcc48 description {Compile with gcc 4.5} {
+variant gcc45 conflicts gcc46 gcc47 gcc48 gcc49 description {Compile with gcc 4.5} {
     configure.compiler macports-gcc-4.5
     depends_lib-append port:gcc45
 }
 
-variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 gcc48 description {Compile with gcc 4.6} {
+variant gcc46 conflicts gcc45 gcc47 gcc48 gcc49 description {Compile with gcc 4.6} {
     configure.compiler macports-gcc-4.6
     depends_lib-append port:gcc46
 }
 
-variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 gcc48 description {Compile with gcc 4.7} {
+variant gcc47 conflicts gcc45 gcc46 gcc48 gcc49 description {Compile with gcc 4.7} {
     configure.compiler macports-gcc-4.7
     depends_lib-append port:gcc47
 }
 
-variant gcc48 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description {Compile with gcc 4.8} {
+variant gcc48 conflicts gcc45 gcc46 gcc47 gcc49 description {Compile with gcc 4.8} {
     configure.compiler macports-gcc-4.8
     depends_lib-append port:gcc48
 }
 
-if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] &&
-    ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc48]} {
+variant gcc49 conflicts gcc45 gcc46 gcc47 gcc48 description {Compile with gcc 4.9} {
+    configure.compiler macports-gcc-4.9
+    depends_lib-append port:gcc49
+}
+
+if {![variant_isset gcc45] && ![variant_isset gcc46] && 
+   ![variant_isset gcc47] && ![variant_isset gcc48] && ![variant_isset gcc49]} {
     default_variants +gcc47
 }
 }}}
-------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