[104178] trunk/base/src/port1.0/portconfigure.tcl

larryv at macports.org larryv at macports.org
Tue Mar 19 23:26:27 PDT 2013


Revision: 104178
          https://trac.macports.org/changeset/104178
Author:   larryv at macports.org
Date:     2013-03-19 23:26:27 -0700 (Tue, 19 Mar 2013)
Log Message:
-----------
portconfigure.tcl: Rename blacklist flag from "blocked" to "allowed".

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2013-03-20 05:55:17 UTC (rev 104177)
+++ trunk/base/src/port1.0/portconfigure.tcl	2013-03-20 06:26:27 UTC (rev 104178)
@@ -412,14 +412,14 @@
         set search_list [option compiler.fallback]
     }
     foreach compiler $search_list {
-        set blocked no
+        set allowed yes
         foreach pattern [option compiler.blacklist] {
             if {[string match $pattern $compiler]} {
-                set blocked yes
+                set allowed no
                 break
             }
         }
-        if {!$blocked &&
+        if {$allowed &&
             ([file executable [configure_get_compiler cc $compiler]] ||
              [compiler_is_port $compiler])
         } then {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130319/a47b571e/attachment-0001.html>


More information about the macports-changes mailing list