Changeset 80765
- Timestamp:
- 07/16/11 15:33:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
r80762 r80765 3796 3796 ui_info "Could not open `[$loadcommand cget -mlt_install_name]': [machista::strerror $libreturncode]" 3797 3797 if {$libreturncode == $machista::EFILE} { 3798 ui_warn "Adding [$b path]"3799 3798 lappend broken_files [$b path] 3800 3799 } … … 3833 3832 3834 3833 set broken_ports {} 3835 ui_msg "broken files: [llength $broken_files]"3834 set broken_files [lsort -unique $broken_files] 3836 3835 foreach file $broken_files { 3837 ui_msg " $file"3838 3836 set port [registry::file_registered $file] 3839 3837 if {$port == 0} { … … 3843 3841 } 3844 3842 3843 set broken_ports [lsort -unique $broken_ports] 3845 3844 ui_msg "broken ports: [llength $broken_ports]" 3846 3845 foreach port $broken_ports {
Note: See TracChangeset
for help on using the changeset viewer.

