[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Mon Aug 19 10:24:57 PDT 2013


Page "PortfileRecipes" was changed by macsforever2000 at macports.org
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=68>
Revision 68
Comment: Remove implied gcc dependencies from example code
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 67)
+++ PortfileRecipes (version: 68)
@@ -421,27 +421,22 @@
 {{{
 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 gcc45 gcc47 gcc48 gcc49 description {Compile with gcc 4.6} {
     configure.compiler macports-gcc-4.6
-    depends_lib-append port:gcc46
 }
 
 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 gcc45 gcc46 gcc47 gcc49 description {Compile with gcc 4.8} {
     configure.compiler macports-gcc-4.8
-    depends_lib-append port: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] && 
-------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