[118148] trunk/dports/lang/llvm-gcc42/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 23 12:07:41 PDT 2014


Revision: 118148
          https://trac.macports.org/changeset/118148
Author:   jeremyhu at macports.org
Date:     2014-03-23 12:07:41 -0700 (Sun, 23 Mar 2014)
Log Message:
-----------
llvm-gcc42: Blacklist older clang (#42899)

Modified Paths:
--------------
    trunk/dports/lang/llvm-gcc42/Portfile

Modified: trunk/dports/lang/llvm-gcc42/Portfile
===================================================================
--- trunk/dports/lang/llvm-gcc42/Portfile	2014-03-23 18:59:38 UTC (rev 118147)
+++ trunk/dports/lang/llvm-gcc42/Portfile	2014-03-23 19:07:41 UTC (rev 118148)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup select 1.0
+PortGroup compiler_blacklist_versions 1.0
 
 name                    llvm-gcc42
 version                 2336.11
@@ -44,6 +45,13 @@
 set objroot ${workpath}/objroot
 set symroot ${workpath}/symroot
 
+# https://trac.macports.org/ticket/42899
+# TODO: Fix it to build with newer clang
+compiler.blacklist-append {clang > 503} macports-clang-3.4 macports-clang-3.5
+
+# Don't compile with self
+compiler.blacklist-append macports-llvm-gcc-4.2
+
 # werror-*.patch                 : Fix compilation errors when building for x86_64
 # incpath.patch                  : Don't prepend the -isysroot option argument to the compiler's own search paths
 # driverdriver-num_infiles.patch : Fix linking with no input files (ie all static archives passed with -l...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140323/2c34fc59/attachment.html>


More information about the macports-changes mailing list