Subject: CVS commit: pkgsrc/mk/tools
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/15/2005 23:20:38
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun May 15 23:20:38 UTC 2005

Modified Files:
	pkgsrc/mk/tools: defaults.mk replace.mk tools.Linux.mk

Log Message:
Asking the tools framework for "bison" now provides two distinct tools:
"bison" and "bison-yacc".  bison is just a symlink to the real bison,
but "bison-yacc" provides a "yacc" in ${TOOLS_DIR} that does "bison
-y".  This allows the tools framework to provide everything that a
package might look for when asking for "bison" and avoids relying on
the bison being available in the PATH.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/mk/tools/defaults.mk
cvs rdiff -r1.77 -r1.78 pkgsrc/mk/tools/replace.mk
cvs rdiff -r1.16 -r1.17 pkgsrc/mk/tools/tools.Linux.mk

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