Ticket #44815: uninstall-debugging.patch

File uninstall-debugging.patch, 979 bytes (added by larryv (Lawrence Velázquez), 9 years ago)

bring patch into Trac to make sure we don't lose it somehow

  • src/registry2.0/portuninstall.tcl

     
    321321                        foreach depdt $dependents {
    322322                            if {[lsearch -exact $uports $depdt] == -1} {
    323323                                set all_dependents_uninstalling 0
     324                                ui_msg "not adding $dep to uninstall list, $depdt depends on it"
    324325                                break
    325326                            }
    326327                        }
     
    328329                            lappend uports $dep
    329330                            lappend portilist $dep@${iversion}_${irevision}${ivariants}
    330331                            set uninstalling_this_dep 1
     332                            ui_msg "adding $dep to uninstall list"
    331333                        }
    332334                    }
    333335                }