Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/29/2005 06:18:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Dec 29 06:18:53 UTC 2005

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
	pkgsrc/mk/install: bsd.pkginstall.mk
Added Files:
	pkgsrc/mk/install: pkginstall.mk

Log Message:
Teach the pkgsrc infrastructure to Just Know when the pkginstall
framework should be used.  This is implemented by creating a small
file mk/install/pkginstall.mk that guards the implementation makefile
mk/install/bsd.pkginstall.mk.  This guard file just checks whether
one of the pkginstall-related variables is non-empty, and if so, then
the implementation file is automatically included.  This completely
deprecates USE_PKGINSTALL, which no longer has any affect in pkgsrc.


To generate a diff of this commit:
cvs rdiff -r1.1774 -r1.1775 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.31 -r1.32 pkgsrc/mk/install/bsd.pkginstall.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/install/pkginstall.mk

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