[67452] branches/release_1_9/base/src/port/port.tcl

jmr at macports.org jmr at macports.org
Mon May 10 06:14:07 PDT 2010


Revision: 67452
          http://trac.macports.org/changeset/67452
Author:   jmr at macports.org
Date:     2010-05-10 06:14:05 -0700 (Mon, 10 May 2010)
Log Message:
-----------
merge r67451 from trunk:
 fix rdeps --index

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

Modified Paths:
--------------
    branches/release_1_9/base/src/port/port.tcl

Modified: branches/release_1_9/base/src/port/port.tcl
===================================================================
--- branches/release_1_9/base/src/port/port.tcl	2010-05-10 13:12:12 UTC (rev 67451)
+++ branches/release_1_9/base/src/port/port.tcl	2010-05-10 13:14:05 UTC (rev 67452)
@@ -2674,7 +2674,11 @@
 
         set version $portinfo(version)
         set revision $portinfo(revision)
-        set variants $portinfo(canonical_active_variants)
+        if {[info exists portinfo(canonical_active_variants)]} {
+            set variants $portinfo(canonical_active_variants)
+        } else {
+            set variants {}
+        }
 
         if {$action == "deps"} {
             if {$ndeps == 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100510/0b71c264/attachment.html>


More information about the macports-changes mailing list