New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81762


Ignore:
Timestamp:
08/04/11 11:10:14 (4 years ago)
Author:
cal@…
Message:

rev-upgrade: Print architecture names instead of cpu_type_ts (which are integer values)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl

    r81754 r81762  
    38733873 
    38743874                    if {$libarch_found == false} { 
    3875                         ui_debug "Missing architecture [$architecture cget -mat_arch] in file $filepath" 
     3875                        ui_debug "Missing architecture [machista::get_arch_name [$architecture cget -mat_arch]] in file $filepath" 
    38763876                        if {[path_is_in_prefix $filepath]} { 
    38773877                            ui_debug "Marking [$b path] as broken" 
    38783878                            lappend broken_files [$b path] 
    38793879                        } else { 
    3880                             ui_warn "Missing architecture [$architecture cget -mat_arch] in file outside prefix referenced from [$b path]" 
     3880                            ui_warn "Missing architecture [machista::get_arch_name [$architecture cget -mat_arch]] in file outside prefix referenced from [$b path]" 
    38813881                            ui_warn "   How did you get that compiled anyway?" 
    38823882                        } 
Note: See TracChangeset for help on using the changeset viewer.