[81762] branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl

cal at macports.org cal at macports.org
Thu Aug 4 11:10:14 PDT 2011


Revision: 81762
          http://trac.macports.org/changeset/81762
Author:   cal at 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?"
                         }
                     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/1661f8c2/attachment.html>


More information about the macports-changes mailing list