Subject: CVS commit: pkgsrc/games/falcons-eye
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 02/17/2005 21:05:09
Module Name:	pkgsrc
Committed By:	reed
Date:		Thu Feb 17 21:05:09 UTC 2005

Modified Files:
	pkgsrc/games/falcons-eye: Makefile distinfo
Added Files:
	pkgsrc/games/falcons-eye/patches: patch-bk

Log Message:
Add new patch (patch-bk) so YACC and LEX are not forced as yacc and lex.
(Because it could be bison -y and flex.)

The build uses yacc and lex so USE_GNU_TOOLS. (Note that
USE_GNU_TOOLS is broken, so now on NetBSD this will use bison -y instead
of native yacc.)

Also set YACC in MAKE_ENV.

This is partial fix for PR #pkg/29388. (The remaining problem
is that mk/tools.mk assumes that yacc is already installed
so YACC is never set to "bison -y" as needed.)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/games/falcons-eye/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/games/falcons-eye/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/games/falcons-eye/patches/patch-bk

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