From f4891383c192bff236591380e52ec73791d9552c Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 17 Jul 2002 09:07:43 +0000 Subject: 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 . 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... --- lang/gawk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/gawk') diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index b3fca0e7e47..db3c2fb33eb 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/04 13:58:26 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/17 09:07:43 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ DISTNAME= gawk-3.1.0 @@ -9,6 +9,8 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html COMMENT= GNU awk +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system + # this is a lie we only need ${GETTEXT_PREFIX}/share/gettext/po/Makefile.in.in BUILD_USES_MSGFMT= YES -- cgit v1.2.3