CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/09 07:07:49
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCheck.pm
Log message:
speed up the dependency check pass significantly:
first pass will read packing-lists fully, use that to cache along dependency
information, so we don't have to read packing-list again during second pass.
we do not cache full plists for the file checks, because
1/ that is significantly larger
2/ that pass is disk io bound anyway
