[80651] trunk/dports/www/firefox-x11/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jul 16 00:03:24 PDT 2011


Revision: 80651
          http://trac.macports.org/changeset/80651
Author:   jeremyhu at macports.org
Date:     2011-07-16 00:03:23 -0700 (Sat, 16 Jul 2011)
Log Message:
-----------
firefox-x11: Bump to 5.0.1 and misc compiler choice updates

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

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2011-07-16 07:02:18 UTC (rev 80650)
+++ trunk/dports/www/firefox-x11/Portfile	2011-07-16 07:03:23 UTC (rev 80651)
@@ -7,7 +7,7 @@
 name            firefox-x11
 set component   firefox
 categories      www x11
-version         5.0
+version         5.0.1
 platforms       darwin
 maintainers     jeremyhu openmaintainer
 description     Mozilla.org's popular stand-alone web browser
@@ -26,9 +26,9 @@
 
 use_bzip2       yes
 
-checksums           md5     9f64a01e86a5d424e12a8e3305c5debe \
-                    sha1    22b7b4751173c2142a0f09cca1aebc717d97b45a \
-                    rmd160  93d97a01f572f3688b0065c903afc3d7f9260179
+checksums           md5     6d1f43e402cec84459a3d7f950bd5192 \
+                    sha1    c93b3513e160d87535a9d61c5e06a6a701e9cd3e \
+                    rmd160  d80a2d64a4a712e530b6f91661eae41f6d1e491e
 
 worksrcdir      mozilla-release
 
@@ -113,18 +113,13 @@
 
 # xpctools and necko-wifi broke in 3.6b1
 
-# BUILD FIX TODO: test clang in XCode 4.0.x
-# gcc-4.0 has issues, so force gcc-4.2 on Leopard
+# 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
-# recent versions of clang build fine, but older versions were not tested, so
-# not falling forward to clang yet
-if {${configure.compiler} == "gcc-4.0" ||
-    ${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler gcc-4.2
-    if {![file executable ${configure.cc}]} {
-        depends_build-append port:apple-gcc42
-        configure.compiler apple-gcc-4.2
-    }
+if {${configure.compiler} == "gcc-4.0"} {
+    depends_build-append port:clang
+    configure.compiler macports-clang
+} elseif {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
 }
 
 # Yes, this is ugly... but the real fix is in the works
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110716/089ec9f2/attachment-0001.html>


More information about the macports-changes mailing list