Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 07/10/2006 08:13:37
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Jul 10 08:13:37 UTC 2006

Modified Files:
	pkgsrc/mk/tools: create.mk perl.mk

Log Message:
The wrapper for perl silently failed, giving no hint that
USE_TOOLS+=perl was necessary. Therefore, added a new class of tools,
TOOLS_FAIL, which records the call in a .warnings file, which is later
printed to the user. At least when the tool is first called in the
"configure" phase; I didn't test other phases.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/tools/create.mk
cvs rdiff -r1.20 -r1.21 pkgsrc/mk/tools/perl.mk

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