freebsd_amp_hwpstate/usr.sbin/pkg_install/delete
Pav Lucistnik 42b1030bbd Optimize package registration/deregistration. Previously, when looking up the
package name for the origin of a dependency, all entries in /var/db/pkg were
traversed for each dependency of added/removed package.  Now, gather all the
origins first, then do the lookup in a single pass over /var/db/pkg.

This should provide a major speedup for packages with hundreds of dependencies.

Submitted by:	rdivacky (earlier version)
MFC after:	1 month
2008-04-11 08:26:06 +00:00
..
Makefile
delete.h
main.c
perform.c Optimize package registration/deregistration. Previously, when looking up the 2008-04-11 08:26:06 +00:00
pkg_delete.1