NetBSD/usr.sbin/pkg_install/add
seb 2eb61ac136 pkg_add fix:
When doing quick pre-check if any conflicting dependencies are installed
and a dependency is not found installed do not try to search for a wildcarded
(-[0-9]* suffix) package if the dependency was already wildcarded.

This prevent something like 'p5-Net-DNS-0.33' reported as an already
installed version of 'p5-Net-[0-9]*' as a dependency.
Before this fix 'p5-Net-[0-[0-9]*' would have been incorrectly searched for.

Reviewed by hubertf@.

Bump PKGTOOLS_VERSION to 20030423.
2003-04-23 10:02:23 +00:00
..
add.h Update prototype for "extract_plist()". 2000-06-17 11:30:49 +00:00
extract.c Allow '%D' to be used when no last_file available. Fixes binary package 2003-02-02 12:59:53 +00:00
futil.c - eliminate the hard-coding of pathnames in the default install. 2002-10-17 03:31:33 +00:00
main.c Rename "upgrade" variable to "Replace" (etc.) as that is what it's really 2003-04-22 01:17:03 +00:00
Makefile Add a "-s verification-type" argument to pkg_add, which adds a callout 2001-09-25 10:28:16 +00:00
perform.c pkg_add fix: 2003-04-23 10:02:23 +00:00
pkg_add.1 Rename "upgrade" variable to "Replace" (etc.) as that is what it's really 2003-04-22 01:17:03 +00:00
verify.c constify. 2002-06-09 14:14:49 +00:00
verify.h Add a "-s verification-type" argument to pkg_add, which adds a callout 2001-09-25 10:28:16 +00:00