[121773] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 7 12:42:02 PDT 2014


Revision: 121773
          https://trac.macports.org/changeset/121773
Author:   jeremyhu at macports.org
Date:     2014-07-07 12:42:02 -0700 (Mon, 07 Jul 2014)
Log Message:
-----------
llvm-3.[45]: Blacklist clang from Xcode 4.3 (#44161)

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.4/Portfile
    trunk/dports/lang/llvm-3.5/Portfile

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2014-07-07 18:59:05 UTC (rev 121772)
+++ trunk/dports/lang/llvm-3.4/Portfile	2014-07-07 19:42:02 UTC (rev 121773)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup select        1.0
+PortGroup compiler_blacklist_versions 1.0
 
 set llvm_version        3.4
 set llvm_version_no_dot 34
@@ -138,7 +139,8 @@
 
 # g++-4.0 fails to build some of the newer C++ for ppc
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
-compiler.blacklist gcc-4.0
+# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
+compiler.blacklist gcc-4.0 {clang < 421}
 
 variant universal {
     build.env-append \

Modified: trunk/dports/lang/llvm-3.5/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.5/Portfile	2014-07-07 18:59:05 UTC (rev 121772)
+++ trunk/dports/lang/llvm-3.5/Portfile	2014-07-07 19:42:02 UTC (rev 121773)
@@ -118,7 +118,8 @@
 }
 
 # llvm-3.5 and later requires a C++11 runtime
-compiler.blacklist *gcc* {clang < 300}
+# XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
+compiler.blacklist *gcc* {clang < 421}
 
 platform darwin {
     # Note that we are forcing this choice.  This means that anything linking
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140707/7ac23471/attachment.html>


More information about the macports-changes mailing list