Subject: CVS commit: pkgsrc/lang/gawk
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2002 12:07:44
Module Name: pkgsrc
Committed By: agc
Date: Wed Jul 17 09:07:44 UTC 2002
Modified Files:
pkgsrc/lang/gawk: Makefile
Log Message:
Mark this package as only being for SunOS platforms again. The
changes to get it to build on NetBSD are extensive - for reference,
and the one who comes after me, they are:
+ awk.h defines "proc" in a cpp macro. This doesn't sit too well with
"struct proc" references, as found in <sys/uio.h>. The good news is that
only awk.h and awkgram.y need to be modified to workaround this.
+ the present Makefile copying wrt gettext Makefile.in.in is unnecessary
+ automake is a pre-req of this package
+ and there is a problem in Makefile.in/configure with ${AUTOMAKE} not
being defined properly
and many, many more...
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/gawk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.