[114265] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Tue Dec 3 21:21:49 PST 2013


Revision: 114265
          https://trac.macports.org/changeset/114265
Author:   ryandesign at macports.org
Date:     2013-12-03 21:21:49 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
wine, wine-crossover, wine-devel: blacklist FSF GCC which cannot compile code using Apple's "blocks" language extension (#40266)

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-crossover/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2013-12-04 01:58:35 UTC (rev 114264)
+++ trunk/dports/x11/wine/Portfile	2013-12-04 05:21:49 UTC (rev 114265)
@@ -158,6 +158,9 @@
 # http://bugs.winehq.org/show_bug.cgi?id=32872
 compiler.blacklist-append   {clang < 425} macports-clang-2.9 macports-clang-3.0
 
+# FSF GCC cannot compile code using Apple's "blocks" language extensions
+compiler.blacklist-append   macports-gcc-*
+
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2013-12-04 01:58:35 UTC (rev 114264)
+++ trunk/dports/x11/wine-crossover/Portfile	2013-12-04 05:21:49 UTC (rev 114265)
@@ -139,6 +139,9 @@
 # http://bugs.winehq.org/show_bug.cgi?id=32872
 compiler.blacklist-append   {clang < 425} macports-clang-2.9 macports-clang-3.0
 
+# FSF GCC cannot compile code using Apple's "blocks" language extensions
+compiler.blacklist-append   macports-gcc-*
+
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2013-12-04 01:58:35 UTC (rev 114264)
+++ trunk/dports/x11/wine-devel/Portfile	2013-12-04 05:21:49 UTC (rev 114265)
@@ -158,6 +158,9 @@
 # http://bugs.winehq.org/show_bug.cgi?id=32872
 compiler.blacklist-append   {clang < 425} macports-clang-2.9 macports-clang-3.0
 
+# FSF GCC cannot compile code using Apple's "blocks" language extensions
+compiler.blacklist-append   macports-gcc-*
+
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/bb745215/attachment.html>


More information about the macports-changes mailing list