Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/14/2006 13:56:14
Module Name:	pkgsrc
Committed By:	rillig
Date:		Tue Nov 14 13:56:14 UTC 2006

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Added Files:
	pkgsrc/mk/internal: pkg_fail_reason.mk

Log Message:
Moved the code that checks PKG_FAIL_REASON and PKG_SKIP_REASON into its
own file. The further plan is not to include this file in the middle of
loading, but at the end, when no variables will be changed. This will
allow the _whole_ pkgsrc infrastructure to generate errors with
PKG_FAIL_REASON, which is currently not the case.


To generate a diff of this commit:
cvs rdiff -r1.1895 -r1.1896 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/internal/pkg_fail_reason.mk

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