- Set BSD_PKG_MK when parsing mk.conf - from PR pkg/13413 from Stoned Elipot
- Actually delete previous version of a package when updating via binary pkgs
- After finishing print a summary of packages updated and added
- Move update/installs after check phase, and perform all updates before
installs.
- When updating packages that depend on each other, skip dependent
packages to reduce unnecessary rebuilding.
- Implement -n (display actions but do not perform them)
pkgchk verifies that the versions of installed packages matches those in
pkgsrc, optionally adding missing or updating mismatched packages.
It can verify all installed packages, or check against a set of packages
based on the hostname, architecture, and other characteristics.