[100105] trunk/dports/_resources/port1.0/group/ compiler_blacklist_versions-1.0.tcl
ryandesign at macports.org
ryandesign at macports.org
Wed Nov 28 00:07:45 PST 2012
Revision: 100105
https://trac.macports.org/changeset/100105
Author: ryandesign at macports.org
Date: 2012-11-28 00:07:45 -0800 (Wed, 28 Nov 2012)
Log Message:
-----------
compiler_blacklist_versions-1.0.tcl: add some hopefully helpful debug statements
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 2012-11-28 06:32:06 UTC (rev 100104)
+++ trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl 2012-11-28 08:07:45 UTC (rev 100105)
@@ -67,8 +67,12 @@
compiler.blacklist-delete ${blacklist}
set compiler [lindex ${blacklist} 0]
set comparisons [lrange ${blacklist} 1 end]
+ set compiler_version [compiler_blacklist_versions._get_compiler_version ${compiler}]
if {[compiler_blacklist_versions._matches_all_versions ${compiler} ${comparisons}]} {
+ ui_debug "${compiler} ${compiler_version} blacklisted because matches ${blacklist}"
compiler.blacklist-append ${compiler}
+ } else {
+ ui_debug "${compiler} ${compiler_version} not blacklisted because does not match {${blacklist}}"
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121128/fb2f547f/attachment.html>
More information about the macports-changes
mailing list