[153827] trunk/dports/lang/libcxxabi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Oct 12 23:31:54 CEST 2016


Revision: 153827
          https://trac.macports.org/changeset/153827
Author:   jeremyhu at macports.org
Date:     2016-10-12 14:31:54 -0700 (Wed, 12 Oct 2016)
Log Message:
-----------
libcxxabi: Blacklist clang-3.9 and clang-devel

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

Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile	2016-10-12 21:23:02 UTC (rev 153826)
+++ trunk/dports/lang/libcxxabi/Portfile	2016-10-12 21:31:54 UTC (rev 153827)
@@ -63,7 +63,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/fdded6ce/attachment-0002.html>


More information about the macports-changes mailing list