[131900] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jan 20 09:13:23 PST 2015
Revision: 131900
https://trac.macports.org/changeset/131900
Author: jeremyhu at macports.org
Date: 2015-01-20 09:13:23 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
compiler_blacklist_versions-1.0: Support matching clang build variants for versions
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl 2015-01-20 16:24:42 UTC (rev 131899)
+++ trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl 2015-01-20 17:13:23 UTC (rev 131900)
@@ -120,7 +120,7 @@
}
switch ${compiler} {
clang {
- set re {clang-([0-9.]+)}
+ set re {clang(?:_.*)?-([0-9.]+)}
}
llvm-gcc-4.2 {
set re {LLVM build ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/748ad19f/attachment.html>
More information about the macports-changes
mailing list