Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2006 16:12:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jun  9 16:12:08 UTC 2006

Modified Files:
	pkgsrc/mk/check: bsd.check-vars.mk check-files.mk
	pkgsrc/pkgtools/pkg_install: Makefile

Log Message:
Add a new variable CHECK_FILES_SUPPORTED which is a package-settable
variable to show whether the package supports running the check-files
target.

Set CHECK_FILES_SUPPORTED to "no" in pkgtools/pkg_install in the case
where the PREFIX does not match ${LOCALBASE} it's likely the tools are
being installed in some place that's completely outside pkgsrc control,
and check-files fails horribly in that case.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/check/bsd.check-vars.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/check/check-files.mk
cvs rdiff -r1.125 -r1.126 pkgsrc/pkgtools/pkg_install/Makefile

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