Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2006 08:37:04
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sun Nov 26 08:37:03 UTC 2006

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Added Files:
	pkgsrc/mk/misc: can-be-built-here.mk
Removed Files:
	pkgsrc/mk/internal: pkg_fail_reason.mk

Log Message:
Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason from
the internal/ directory to misc/, since it is not really internal to
pkgsrc.

Fixed the case where PKG_SKIP_REASON was not noticed by the bulk builds.

Added the NOT_FOR_UNPRIVILEGED and ONLY_FOR_UNPRIVILEGED variables.


To generate a diff of this commit:
cvs rdiff -r1.1898 -r1.1899 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.2 -r0 pkgsrc/mk/internal/pkg_fail_reason.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/misc/can-be-built-here.mk

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