Changeset 81762
- Timestamp:
- 08/04/11 11:10:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
r81754 r81762 3873 3873 3874 3874 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" 3876 3876 if {[path_is_in_prefix $filepath]} { 3877 3877 ui_debug "Marking [$b path] as broken" 3878 3878 lappend broken_files [$b path] 3879 3879 } 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]" 3881 3881 ui_warn " How did you get that compiled anyway?" 3882 3882 }
Note: See TracChangeset
for help on using the changeset viewer.

