Subject: Re: CVS commit: pkgsrc/shells/bash
To: None <schwarz@netbsd.org>
From: Johnny Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 04/18/2006 15:04:59
Georg Schwarz wrote:
> Module Name:	pkgsrc
> Committed By:	schwarz
> Date:		Tue Apr 18 18:17:47 UTC 2006
> 
> Modified Files:
> 	pkgsrc/shells/bash: Makefile
> 
> Log Message:
> use GNU bison instead of the native yacc on IRIX 5 since the code has
> problems with the latter

You don't need this.  If bash does need to process *.y files during its 
build, then please replace the code you added with

	USE_TOOLS+=yacc

Since tools.IRIX.mk doesn't list a native yacc, pkgsrc will 
automatically install byacc to satisfy the build dependency.

	Cheers,
	
	-- Johnny Lam <jlam@pkgsrc.org>