Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 01/10/2000 11:43:37
Module Name: pkgsrc
Committed By: hubertf
Date: Mon Jan 10 19:43:37 UTC 2000
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
When checking and registerring dependencies, recognize dependencies that
match more than one package, and warn about it:
*** WARNING: Dependency on 'gnome-*' expands to several installed packages
( gnome-libs-1.0.53 gnome-core-1.0.53 gnome-print-0.9 ).
Please check if this is really intended!
In such a case, the pattern ('gnome-*') should be tightened to only match
what's really intended (e.g. 'gnome-[0-9]*').
To generate a diff of this commit:
cvs rdiff -r1.386 -r1.387 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.