Subject: Re: handling bison vs yacc?
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/06/2007 14:37:35
On Mon, Aug 06, 2007 at 08:29:29AM -0400, Greg Troxel wrote:
> For now, I can just add a dependency on bison or patch configure not to
> exit.  Does pkgsrc run on systems that might not have yacc?

Patch configure not to exit + USE_TOOLS=yacc. If it really needs bison,
use USE_TOOLS=bison instead. There's also byacc for a somewhat more
BSDish yacc.

Joerg