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

cal at macports.org cal at macports.org
Sun Feb 10 18:33:32 PST 2013


Revision: 102938
          https://trac.macports.org/changeset/102938
Author:   cal at macports.org
Date:     2013-02-10 18:33:32 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
auto compiler dependencies: fix comment: skip_archcheck doesn't have "port:" prefixes

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-02-11 02:29:54 UTC (rev 102937)
+++ trunk/base/src/port1.0/portconfigure.tcl	2013-02-11 02:33:32 UTC (rev 102938)
@@ -781,7 +781,7 @@
     depends_${deptype}-append port:$compiler_port
 
     if {[arch_flag_supported $compiler]} {
-        ui_debug "Adding depends_skip_archcheck port:$compiler_port"
+        ui_debug "Adding depends_skip_archcheck $compiler_port"
         depends_skip_archcheck-delete $compiler_port
         depends_skip_archcheck-append $compiler_port
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/90d4bd82/attachment.html>


More information about the macports-changes mailing list