add a specialized version of version compares that should not update
authorespie <espie@openbsd.org>
Mon, 19 Jan 2015 09:42:06 +0000 (09:42 +0000)
committerespie <espie@openbsd.org>
Mon, 19 Jan 2015 09:42:06 +0000 (09:42 +0000)
commitb1d9523fee5a32295611da5f81d07ec28ee7cff9
tree163e4e04194241ea9954b2a81bcf755da32bb2a5
parentf153452a7b92c3ebdd7f56e6f93752fbf08d76ac
add a specialized version of version compares that should not update
everything all the time, at the bequest of aja.

(basically, we updated everything when runtime dependencies  changed, even
though we actually only care for wantlib, and hard dependencies, but those
trigger bumps all over the tree)

Experimental for now, turn on with -DSHORTENED. Likely to become the new
default if nothing bad comes out of it.
usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
usr.sbin/pkg_add/OpenBSD/Signature.pm