[102099] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun Jan 27 18:30:19 PST 2013


Revision: 102099
          https://trac.macports.org/changeset/102099
Author:   ryandesign at macports.org
Date:     2013-01-27 18:30:19 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
firefox-x11, firefox-x11-devel: use apple-gcc-4.2 only (#31788, #35145)

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile
    trunk/dports/www/firefox-x11-devel/Portfile

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2013-01-28 01:25:20 UTC (rev 102098)
+++ trunk/dports/www/firefox-x11/Portfile	2013-01-28 02:30:19 UTC (rev 102099)
@@ -113,12 +113,9 @@
 
 # XCode 3.1's gcc-4.0 and gcc-4.2 have issues
 # llvm-gcc-4.2 has trouble with some of the mmx asm
-if {${configure.compiler} == "gcc-4.0"} {
-    depends_build-append path:bin/clang:clang
-    configure.compiler macports-clang
-} elseif {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler clang
-}
+# clang has various issues (#31788, #35145)
+depends_build-append port:apple-gcc42
+configure.compiler apple-gcc-4.2
 
 # Yes, this is ugly... but the real fix is in the works
 # https://bugzilla.mozilla.org/show_bug.cgi?id=529878

Modified: trunk/dports/www/firefox-x11-devel/Portfile
===================================================================
--- trunk/dports/www/firefox-x11-devel/Portfile	2013-01-28 01:25:20 UTC (rev 102098)
+++ trunk/dports/www/firefox-x11-devel/Portfile	2013-01-28 02:30:19 UTC (rev 102099)
@@ -111,12 +111,9 @@
 
 # XCode 3.1's gcc-4.0 and gcc-4.2 have issues
 # llvm-gcc-4.2 has trouble with some of the mmx asm
-if {${configure.compiler} == "gcc-4.0"} {
-    depends_build-append path:bin/clang:clang
-    configure.compiler macports-clang
-} elseif {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler clang
-}
+# clang has various issues (#31788, #35145)
+depends_build-append port:apple-gcc42
+configure.compiler apple-gcc-4.2
 
 # Yes, this is ugly... but the real fix is in the works
 # https://bugzilla.mozilla.org/show_bug.cgi?id=529878
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/9743a159/attachment.html>


More information about the macports-changes mailing list