[153828] trunk/dports/lang/libcxx/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Oct 12 23:32:07 CEST 2016


Revision: 153828
          https://trac.macports.org/changeset/153828
Author:   jeremyhu at macports.org
Date:     2016-10-12 14:32:06 -0700 (Wed, 12 Oct 2016)
Log Message:
-----------
libcxx: Blacklist clang-3.9 and clang-devel

Modified Paths:
--------------
    trunk/dports/lang/libcxx/Portfile

Modified: trunk/dports/lang/libcxx/Portfile
===================================================================
--- trunk/dports/lang/libcxx/Portfile	2016-10-12 21:31:54 UTC (rev 153827)
+++ trunk/dports/lang/libcxx/Portfile	2016-10-12 21:32:06 UTC (rev 153828)
@@ -57,7 +57,7 @@
     compiler.blacklist *gcc* {clang < 300}
 
     # clang 3.5 and newer are blacklisted to prevent dependency cycles
-    foreach ver {3.5 3.6 3.7 3.8} {
+    foreach ver {3.5 3.6 3.7 3.8 3.9 devel} {
         if {![file exists ${prefix}/bin/clang-mp-${ver}]} {
             compiler.blacklist-append macports-clang-${ver}
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161012/aa1690e8/attachment-0002.html>


More information about the macports-changes mailing list