Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/17/2003 02:38:33
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Sep 17 02:38:32 UTC 2003

Modified Files:
	pkgsrc/mk: bsd.pkg.install.mk bsd.pkg.mk
	pkgsrc/mk/install: deinstall header install

Log Message:
Introduce a new variable "CONF_DEPENDS" for pkgviews: a package's
config directory matches the config directory for the dependency
listed in CONF_DEPENDS.  Use symlinks to physically point the
package's config directory to the dependency's config directory, and
handle all of this in the INSTALL/DEINSTALL scripts.

Also make the INSTALL/DEINSTALL scripts a bit smarter about not
copying files and not removing files if the source and destination
file locations point to the same thing.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.1287 -r1.1288 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.21 -r1.22 pkgsrc/mk/install/deinstall
cvs rdiff -r1.22 -r1.23 pkgsrc/mk/install/header
cvs rdiff -r1.24 -r1.25 pkgsrc/mk/install/install

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