From 7fc554fe78a6b0f3afc02f9368e0def664747007 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 12 Dec 2002 03:17:13 +0000 Subject: update to gawk-3.1.1. While here, make this work again under NetBSD since this gawk version is newer than the version shipped with 1.6 and has some potentially useful features such as 2 way pipes which allow easy access to the sort(1) command. Changes from 3.1.0 to 3.1.1 --------------------------- 1. Six new translations. 2. Having more than 4 different value for OFMT and/or CONVFMT now works. 3. The handling of dynamic regexes is now more more sane, esp. w.r.t. the profiling code. The profiling code has been fixed in several places. 4. The return value of index("", "") is now 1. 5. Gawk should no longer close fd 0 in child processes. 6. Fixed test for strtod semantics and regenerated configure. 7. Gawk can now be built with byacc; an accidental bison dependency was removed. 8. yyerror() will no longer dump core on long source lines. 9. Gawk now correctly queries getgroups(2) to figure out how many groups the process has. 10. New configure option to force use of included strftime, e.g. on Solaris systems. See `./configure --help' for the details. Replaced the included strftime.c with the one from textutils. 11. OS/2 port has been updated. 12. Multi-byte character support has been added, courtesy of IBM Japan. 13. The `for (iggy in foo) delete foo[iggy]' -> `delete foo' optimisation now works. 14. Upgraded to gettext 0.11.2 and automake 1.5. 15. Full gettext compatibility (new dcngettext function). 16. The O'Reilly copyedits and indexing changes for the documentation have been folded into the texinfo version of the manuals. 17. A humongously long value for the AWKPATH environment variable will no longer dump core. 18. Configuration / Installation issues have been straightened out in Makefile.am. --- lang/gawk/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lang/gawk/Makefile') diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index c4c64b5d1ab..21073391bfa 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/11/30 14:55:06 grant Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/12 03:17:13 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ -DISTNAME= gawk-3.1.0 +DISTNAME= gawk-3.1.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} @@ -9,16 +9,17 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html COMMENT= GNU awk -ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system - # We need ${GETTEXT_PREFIX}/share/gettext/po/Makefile.in.in. BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_BUILDLINK2= # defined +USE_GMAKE= # defined GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined TEXINFO_OVERRIDE= # defined EVAL_PREFIX+= GETTEXT_PREFIX=gettext +TEST_DIRS= ${WRKSRC} +TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3