[137376] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Wed Jun 10 12:03:20 PDT 2015


Revision: 137376
          https://trac.macports.org/changeset/137376
Author:   ryandesign at macports.org
Date:     2015-06-10 12:03:20 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
gcc5, gcc6: blacklist clang < 300 (#47996)

Modified Paths:
--------------
    trunk/dports/lang/gcc5/Portfile
    trunk/dports/lang/gcc6/Portfile

Modified: trunk/dports/lang/gcc5/Portfile
===================================================================
--- trunk/dports/lang/gcc5/Portfile	2015-06-10 16:43:16 UTC (rev 137375)
+++ trunk/dports/lang/gcc5/Portfile	2015-06-10 19:03:20 UTC (rev 137376)
@@ -106,6 +106,9 @@
 # http://trac.macports.org/ticket/29104
 compiler.blacklist-append {llvm-gcc-4.2 < 2336.1}
 
+# https://trac.macports.org/ticket/47996
+compiler.blacklist-append {clang < 300}
+
 # "-stdlib" would be passed on to the bootstrap compiler if present
 configure.cxx_stdlib
 

Modified: trunk/dports/lang/gcc6/Portfile
===================================================================
--- trunk/dports/lang/gcc6/Portfile	2015-06-10 16:43:16 UTC (rev 137375)
+++ trunk/dports/lang/gcc6/Portfile	2015-06-10 19:03:20 UTC (rev 137376)
@@ -103,6 +103,9 @@
 # http://trac.macports.org/ticket/29104
 compiler.blacklist-append {llvm-gcc-4.2 < 2336.1}
 
+# https://trac.macports.org/ticket/47996
+compiler.blacklist-append {clang < 300}
+
 # "-stdlib" would be passed on to the bootstrap compiler if present
 configure.cxx_stdlib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150610/8526494d/attachment.html>


More information about the macports-changes mailing list