[113182] trunk/dports/aqua/qt4-mac/Portfile

michaelld at macports.org michaelld at macports.org
Mon Nov 11 10:42:52 PST 2013


Revision: 113182
          https://trac.macports.org/changeset/113182
Author:   michaelld at macports.org
Date:     2013-11-11 10:42:52 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
qt4-mac: fix blacklists; fixes ticket #40422.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2013-11-11 18:39:35 UTC (rev 113181)
+++ trunk/dports/aqua/qt4-mac/Portfile	2013-11-11 18:42:52 UTC (rev 113182)
@@ -445,12 +445,15 @@
 # this port when using MacPorts.  The versions seem to be: MacPorts
 # CLANG 3.0 or earlier, and Apple CLANG 318.0.61 or older.
 #
+# * qt4-creator-mac fails to build with GCC <= 4.0.
+#
 # See also:
 # < http://llvm.org/bugs/show_bug.cgi?id=8971 >,
 # < https://trac.macports.org/ticket/30271 >,
 # < https://trac.macports.org/ticket/31076 >,
-# < https://trac.macports.org/ticket/31638 >, and
-# < https://trac.macports.org/ticket/37868 >.
+# < https://trac.macports.org/ticket/31638 >,
+# < https://trac.macports.org/ticket/37868 >, and
+# < https://trac.macports.org/ticket/40422 >.
 #
 # NOTE: qt4-mac augments the standard Qt4 configure script with
 # pre-qmake-build tests for CPATH, LIBRARY_PATH, -Xarch,
@@ -458,11 +461,10 @@
 # C++11.  The script will error out quickly if the compiler does not
 # seem to provide support for any one of these properties, no matter
 # this blacklist.
+#
 
 compiler.blacklist-append { clang <= 318.0.61 } \
-    macports-gcc-4.1 macports-gcc-4.2 macports-gcc-4.3 \
-    macports-gcc-4.4 macports-gcc-4.5 macports-gcc-4.6 \
-    macports-gcc-4.7 macports-gcc-4.8 \
+    gcc-3.3 *gcc-4.0 macports-gcc* \
     macports-clang-2.9 macports-clang-3.0
 
 # --prefix is not recognized.
@@ -1106,9 +1108,7 @@
     # than 318.0.58 (but, not that version, which is already blocked).
 
     compiler.blacklist-append \
-        apple-gcc-4.0 apple-gcc-4.2 \
-        gcc-3.3 gcc-4.0 gcc-4.2 \
-        llvm-gcc-4.2
+        apple-gcc-4.2 gcc-4.2 llvm-gcc-4.2
 
     pre-extract {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131111/81dabcc8/attachment-0001.html>


More information about the macports-changes mailing list