Changeset 79637
- Timestamp:
- 06/21/11 15:41:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
r79636 r79637 3564 3564 x86_64 {} 3565 3565 i386 {} 3566 ppc {} 3567 ppc64 {} 3566 # todo: what are the correct string reported by otool -arch all -L for the PPC archs? 3568 3567 default { 3569 3568 ui_warn "Unknown architecture $arch" … … 3578 3577 if {1 == [regexp -nocase {^\t([^\s]+) \(compatibility version ([^,]+), current version ([^)]+)\)} $otool_line match file comp_version curr_version]} { 3579 3578 if {$file == [$b path]} { 3580 # This is a self-referencing entry3579 # library files contain themselves as their first entry in the output of otool -L 3581 3580 continue; 3582 3581 } … … 3591 3590 if {$curr_version != $lib_curr_version} { 3592 3591 if {$comp_version != $lib_comp_version} { 3593 ui_warn "Incompatibl y library version: Expected $comp_version, but got $lib_comp_version!"3592 ui_warn "Incompatible library version of $file: Expected $comp_version, but $lib_comp_version is installed!" 3594 3593 } 3595 3594 } … … 3603 3602 continue; 3604 3603 } 3605 ui_warn " unparseable line in otool output: $otool_line"3604 ui_warn "Unparsable line in otool output: $otool_line" 3606 3605 } 3607 3606 }
Note: See TracChangeset
for help on using the changeset viewer.

