[44967] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Mon Jan 5 00:53:39 PST 2009


Revision: 44967
          http://trac.macports.org/changeset/44967
Author:   raimue at macports.org
Date:     2009-01-05 00:53:38 -0800 (Mon, 05 Jan 2009)
Log Message:
-----------
port/port.tcl:
Fix port dependents when passing multiple ports, fixes #17883

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2009-01-05 08:52:05 UTC (rev 44966)
+++ trunk/base/src/port/port.tcl	2009-01-05 08:53:38 UTC (rev 44967)
@@ -1945,7 +1945,7 @@
         registry::open_dep_map
         
         set composite_version [composite_version $portversion [array get variations]]
-        if { [catch {set ilist [concat $ilist [registry::installed $portname $composite_version]]} result] } {
+        if { [catch {set ilist [registry::installed $portname $composite_version]} result] } {
             global errorInfo
             ui_debug "$errorInfo"
             break_softcontinue "$result" 1 status
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090105/4b36168f/attachment-0001.html>


More information about the macports-changes mailing list