New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80229


Ignore:
Timestamp:
07/07/11 02:06:47 (4 years ago)
Author:
jmr@…
Message:

validate macportsuser in dependencies too (#30055)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/macports1.0/macports.tcl

    r80139 r80229  
    15951595    # xxx: set the work path? 
    15961596    set workername [ditem_key $mport workername] 
     1597    $workername eval validate_macportsuser 
    15971598    if {![catch {$workername eval check_variants $target} result] && $result == 0 && 
    15981599        ![catch {$workername eval check_supported_archs} result] && $result == 0 && 
Note: See TracChangeset for help on using the changeset viewer.