[55829] branches/release_1_8/base

raimue at macports.org raimue at macports.org
Wed Aug 19 19:21:30 PDT 2009


Revision: 55829
          http://trac.macports.org/changeset/55829
Author:   raimue at macports.org
Date:     2009-08-19 19:21:26 -0700 (Wed, 19 Aug 2009)
Log Message:
-----------
Merge r55825 from trunk

Revision Links:
--------------
    http://trac.macports.org/changeset/55825

Modified Paths:
--------------
    branches/release_1_8/base/src/port1.0/portutil.tcl

Property Changed:
----------------
    branches/release_1_8/base/


Property changes on: branches/release_1_8/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:55268,55279,55281,55285,55317,55385,55417,55591,55594,55679,55767,55793,55825
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_1_8/base/src/port1.0/portutil.tcl
===================================================================
--- branches/release_1_8/base/src/port1.0/portutil.tcl	2009-08-20 02:07:25 UTC (rev 55828)
+++ branches/release_1_8/base/src/port1.0/portutil.tcl	2009-08-20 02:21:26 UTC (rev 55829)
@@ -1403,7 +1403,12 @@
     set res [mport_lookup $portname]
     if {[llength $res] < 2} \
     {
-        return {}
+        # Even if this port cannot be found in the index,
+        # it is still listed as dependency
+        if {[lsearch -exact $depsfound $portname] == -1} {
+            lappend depsfound $portname
+        }
+        return $depsfound
     }
 
     set depends {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090819/c52f2080/attachment.html>


More information about the macports-changes mailing list