New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80969


Ignore:
Timestamp:
07/22/11 13:29:22 (4 years ago)
Author:
jmr@…
Message:

fix port variants --index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.tcl

    r80138 r80969  
    33013301            foreach v [lsort $portinfo(variants)] { 
    33023302                unset -nocomplain vconflicts vdescription vrequires 
     3303                set varmodifier "   " 
    33033304                # Retrieve variants' information from the new format. 
    33043305                if {[info exists vinfo]} { 
     
    33233324                    } elseif {[info exists variant(is_default)]} { 
    33243325                        set varmodifier "\[$variant(is_default)\]" 
    3325                     } else { 
    3326                         set varmodifier "   " 
    33273326                    } 
    33283327                    if {[info exists variant(requires)]} { 
Note: See TracChangeset for help on using the changeset viewer.