[85585] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Fri Oct 14 13:17:52 PDT 2011


Revision: 85585
          http://trac.macports.org/changeset/85585
Author:   ryandesign at macports.org
Date:     2011-10-14 13:17:51 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
Add depends_skip_archcheck apple-gcc42; see #31584

Modified Paths:
--------------
    trunk/dports/cross/i386-mingw32-gcc/Portfile
    trunk/dports/emulators/qemu/Portfile
    trunk/dports/gnustep/gnustep-make/Portfile
    trunk/dports/graphics/asymptote/Portfile
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile
    trunk/dports/lang/mercury/Portfile
    trunk/dports/lang/ruby/Portfile
    trunk/dports/lang/ruby186/Portfile
    trunk/dports/lang/ruby19/Portfile
    trunk/dports/lang/swi-prolog/Portfile
    trunk/dports/lang/swi-prolog-devel/Portfile
    trunk/dports/multimedia/ffmpeg/Portfile
    trunk/dports/multimedia/ffmpeg-devel/Portfile
    trunk/dports/net/libtorrent/Portfile
    trunk/dports/net/libtorrent-devel/Portfile
    trunk/dports/science/geos/Portfile
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-crossover/Portfile
    trunk/dports/x11/wine-crossover-games/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/cross/i386-mingw32-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-gcc/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/cross/i386-mingw32-gcc/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -59,6 +59,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/emulators/qemu/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -41,6 +41,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/gnustep/gnustep-make/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep-make/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/gnustep/gnustep-make/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -29,6 +29,7 @@
 
 platform darwin 8 {
     depends_lib         port:apple-gcc42
+    depends_skip_archcheck apple-gcc42
     configure.compiler  apple-gcc-4.2
 }
 platform darwin 9 {

Modified: trunk/dports/graphics/asymptote/Portfile
===================================================================
--- trunk/dports/graphics/asymptote/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/graphics/asymptote/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -39,6 +39,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/graphics/cairo/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -100,6 +100,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/graphics/cairo-devel/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -100,6 +100,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/lang/mercury/Portfile
===================================================================
--- trunk/dports/lang/mercury/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/mercury/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -52,6 +52,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 } elseif {${configure.compiler} == "llvm-gcc-4.2"} {

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/ruby/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -64,6 +64,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/lang/ruby186/Portfile
===================================================================
--- trunk/dports/lang/ruby186/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/ruby186/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -72,6 +72,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/ruby19/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -47,6 +47,7 @@
 	configure.compiler gcc-4.2
 	if {![file executable ${configure.cc}]} {
 		depends_build-append port:apple-gcc42
+		depends_skip_archcheck apple-gcc42
 		configure.compiler apple-gcc-4.2
 	}
 }

Modified: trunk/dports/lang/swi-prolog/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/swi-prolog/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -70,6 +70,7 @@
 	configure.compiler gcc-4.2
 	if {![file executable ${configure.cc}]} {
 		depends_build-append port:apple-gcc42
+		depends_skip_archcheck apple-gcc42
 		configure.compiler apple-gcc-4.2
 	}
 }

Modified: trunk/dports/lang/swi-prolog-devel/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog-devel/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/lang/swi-prolog-devel/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -72,6 +72,7 @@
 	configure.compiler gcc-4.2
 	if {![file executable ${configure.cc}]} {
 		depends_build-append port:apple-gcc42
+		depends_skip_archcheck apple-gcc42
 		configure.compiler apple-gcc-4.2
 	}
 }

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -97,6 +97,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -94,6 +94,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/net/libtorrent/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -53,6 +53,7 @@
     configure.compiler  gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler   apple-gcc-4.2
         # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
         configure.cxx        ${prefix}/bin/g++-apple-4.2

Modified: trunk/dports/net/libtorrent-devel/Portfile
===================================================================
--- trunk/dports/net/libtorrent-devel/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/net/libtorrent-devel/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -50,6 +50,7 @@
     configure.compiler  gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler   apple-gcc-4.2
         # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
         configure.cxx        ${prefix}/bin/g++-apple-4.2

Modified: trunk/dports/science/geos/Portfile
===================================================================
--- trunk/dports/science/geos/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/science/geos/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -27,6 +27,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/x11/wine/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -153,6 +153,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/x11/wine-crossover/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -153,6 +153,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -155,6 +155,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2011-10-14 20:04:55 UTC (rev 85584)
+++ trunk/dports/x11/wine-devel/Portfile	2011-10-14 20:17:51 UTC (rev 85585)
@@ -152,6 +152,7 @@
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
         depends_build-append port:apple-gcc42
+        depends_skip_archcheck apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/62e8d5dd/attachment-0001.html>


More information about the macports-changes mailing list