Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 03/31/2000 14:12:57
Module Name: basesrc
Committed By: hubertf
Date: Fri Mar 31 22:12:57 UTC 2000
Modified Files:
basesrc/usr.sbin/pkg_install/add: perform.c
Log Message:
In the "quick depends pre-check" don't only try to replace anything
after a "-" with the "more liberal pattern", but also anything after
any pkg wildcard.
That way if someone has teTeX-share-1.0 installed and pkg_adds
teTeX-1.0.7 (which wants teTeX-share>1.0.2), it will be caught.
XXX This "quick depends pre-check" would be nice to be done in
bsd.pkg.mk as well
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/usr.sbin/pkg_install/add/perform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.