Subject: CVS commit: pkgsrc/security/libgpg-error
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 05/15/2005 22:22:48
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Sun May 15 22:22:48 UTC 2005

Modified Files:
	pkgsrc/security/libgpg-error: Makefile

Log Message:
Unbreak this under IRIX by not demanding gawk.  This is a hack:

Apparently, for as of yet undetermined reasons, gawk as built on IRIX
under pkgsrc croaks on regular expressions including a
combination of alpha- and numerical matches, such as the rather
trivial /^[ \t]*[0-9]+/
Let's use the system's AWK (ie nawk) for this package to avoid
breaking hundreds of dependents.
Speculation: somehow the regular expression library used to build
gawk conflicts with the systems regular expression library or
some such.
Note: gawk from SGIs freeware collection depends on expat -- why
is that? Does that have anything to do with anything?


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/libgpg-error/Makefile

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