[81762] branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
Revision: 81762 http://trac.macports.org/changeset/81762 Author: cal@macports.org Date: 2011-08-04 11:10:14 -0700 (Thu, 04 Aug 2011) Log Message: ----------- rev-upgrade: Print architecture names instead of cpu_type_ts (which are integer values) Modified Paths: -------------- branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl Modified: branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl =================================================================== --- branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl 2011-08-04 18:08:54 UTC (rev 81761) +++ branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl 2011-08-04 18:10:14 UTC (rev 81762) @@ -3872,12 +3872,12 @@ } if {$libarch_found == false} { - ui_debug "Missing architecture [$architecture cget -mat_arch] in file $filepath" + ui_debug "Missing architecture [machista::get_arch_name [$architecture cget -mat_arch]] in file $filepath" if {[path_is_in_prefix $filepath]} { ui_debug "Marking [$b path] as broken" lappend broken_files [$b path] } else { - ui_warn "Missing architecture [$architecture cget -mat_arch] in file outside prefix referenced from [$b path]" + ui_warn "Missing architecture [machista::get_arch_name [$architecture cget -mat_arch]] in file outside prefix referenced from [$b path]" ui_warn " How did you get that compiled anyway?" } }
participants (1)
-
cal@macports.org