Ticket #44815: uninstall-debugging.patch
File uninstall-debugging.patch, 979 bytes (added by larryv (Lawrence Velázquez), 10 years ago) |
---|
-
src/registry2.0/portuninstall.tcl
321 321 foreach depdt $dependents { 322 322 if {[lsearch -exact $uports $depdt] == -1} { 323 323 set all_dependents_uninstalling 0 324 ui_msg "not adding $dep to uninstall list, $depdt depends on it" 324 325 break 325 326 } 326 327 } … … 328 329 lappend uports $dep 329 330 lappend portilist $dep@${iversion}_${irevision}${ivariants} 330 331 set uninstalling_this_dep 1 332 ui_msg "adding $dep to uninstall list" 331 333 } 332 334 } 333 335 }