Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 02/26/2000 13:58:58
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sat Feb 26 21:58:57 UTC 2000

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Also remove pkgs installed via BUILD_DEPENDS, they are not noted in the
installed pkg and this won't be caught by "pkg_delete -r".

There are still situations where pkgs can be left behind if they were
pulled in as BUILD_DEPENDS of any depends installed via the "depends"
target. Maybe Makefile-level recursion should be used instead of
"pkg_delete -r" to implement this...


To generate a diff of this commit:
cvs rdiff -r1.407 -r1.408 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.