Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: source-changes
Date: 04/23/2003 10:02:24
Module Name: src
Committed By: seb
Date: Wed Apr 23 10:02:24 UTC 2003
Modified Files:
src/usr.sbin/pkg_install/add: perform.c
src/usr.sbin/pkg_install/lib: version.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.26 -r1.27 src/usr.sbin/pkg_install/lib/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.