[36150] trunk/dports/www/firefox-x11

gui_dos at macports.org gui_dos at macports.org
Sat Apr 19 07:32:53 PDT 2008


Revision: 36150
          http://trac.macosforge.org/projects/macports/changeset/36150
Author:   gui_dos at macports.org
Date:     2008-04-19 07:32:49 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
firefox-11: add patch to allow building with Xcode 3.1
(https://bugzilla.mozilla.org/show_bug.cgi?id=421689)

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

Added Paths:
-----------
    trunk/dports/www/firefox-x11/files/patch-configure.diff

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2008-04-19 13:57:21 UTC (rev 36149)
+++ trunk/dports/www/firefox-x11/Portfile	2008-04-19 14:32:49 UTC (rev 36150)
@@ -34,7 +34,8 @@
                 patch-browser-app-mozilla.in \
                 patch-xptcall_x86.diff \
                 patch-pthread.diff \
-                patch-executable_path.diff
+                patch-executable_path.diff \
+                patch-configure.diff
 
 depends_build   port:pkgconfig
 

Added: trunk/dports/www/firefox-x11/files/patch-configure.diff
===================================================================
--- trunk/dports/www/firefox-x11/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/www/firefox-x11/files/patch-configure.diff	2008-04-19 14:32:49 UTC (rev 36150)
@@ -0,0 +1,12 @@
+--- configure.orig	2007-12-18 22:42:55.000000000 +0100
++++ configure	2008-04-19 16:12:36.000000000 +0200
+@@ -3914,8 +3914,7 @@
+     case "$PBBUILD" in
+       *xcodebuild*)
+         
+-        XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/'`
+-        
++        XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | xargs | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/'`
+         if test -n "$XCODEBUILD_VERSION" && test "$XCODEBUILD_VERSION" -ge 620 ; then
+           HAS_XCODE_2_1=1;
+         fi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080419/414571cb/attachment.html


More information about the macports-changes mailing list