[105299] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 16 16:11:01 PDT 2013


Revision: 105299
          https://trac.macports.org/changeset/105299
Author:   jeremyhu at macports.org
Date:     2013-04-16 16:11:01 -0700 (Tue, 16 Apr 2013)
Log Message:
-----------
gcc4[89]: Move supported_archs out of the libstdcxx subports

Modified Paths:
--------------
    trunk/dports/lang/gcc48/Portfile
    trunk/dports/lang/gcc49/Portfile

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2013-04-16 22:20:38 UTC (rev 105298)
+++ trunk/dports/lang/gcc48/Portfile	2013-04-16 23:11:01 UTC (rev 105299)
@@ -30,8 +30,6 @@
 checksums           rmd160  595f55cc60e24c3a304a58e3ca8eee0798e9b7f8 \
                     sha256  d5e8c4dc64c582d6561108382f53608befd5f7058d8241b2d6457772c724c473
 
-supported_archs     i386 x86_64
-
 use_bzip2           yes
 
 depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl port:cloog
@@ -157,6 +155,9 @@
         }
     }
 } else {
+
+supported_archs     i386 x86_64
+
 post-destroot {
     file delete -force ${destroot}${prefix}/share/man/man7 \
         ${destroot}${prefix}/share/info

Modified: trunk/dports/lang/gcc49/Portfile
===================================================================
--- trunk/dports/lang/gcc49/Portfile	2013-04-16 22:20:38 UTC (rev 105298)
+++ trunk/dports/lang/gcc49/Portfile	2013-04-16 23:11:01 UTC (rev 105299)
@@ -32,8 +32,6 @@
 checksums           rmd160  45583a286db45e4811376f96bf0c045e72cbf636 \
                     sha256  4c1dc6ac0406d381a5d21682baa499a6cadde802c23342de7d53a359aad6c482
 
-supported_archs     i386 x86_64
-
 use_bzip2           yes
 
 depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl port:cloog
@@ -156,6 +154,9 @@
         }
     }
 } else {
+
+supported_archs     i386 x86_64
+
 post-destroot {
     file delete -force ${destroot}${prefix}/share/man/man7 \
         ${destroot}${prefix}/share/info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130416/ef432f4a/attachment.html>


More information about the macports-changes mailing list