summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-12-02 14:44:04 +0000
committerwiz <wiz@pkgsrc.org>2010-12-02 14:44:04 +0000
commit25784715a8467c5c5a89f779731cf035135baf3f (patch)
tree0960bbd7ca82dc45beeb35f5a3591783674285d1 /lang/gawk/Makefile
parent451e817c61a711d8e11aec100f1221f8c9b8a7eb (diff)
downloadpkgsrc-25784715a8467c5c5a89f779731cf035135baf3f.tar.gz
Update to 3.1.8:
Changes from 3.1.7 to 3.1.8 --------------------------- 1. The zero flag no longer applies to %c and %s; apparently the standards changed at some point. 2. Updated to latest infrastructure: Autoconf 2.65, Automake 1.11.1, libtool 2.2.6b, Bison 2.4.2. 3. Failure to open a socket is no longer a fatal error. 4. dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first time in many years. 5. Gawk no longer includes its own copy of libsigsegv but it will use it if installed on the build system. The --disable-libsigsegv configure option is now gone. 6. The ' flag (%'d) is now just ignored on systems that can't support it. 7. Lots of bug fixes, see the ChangeLog.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 7c382eccdba..0e0d25cd06e 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2009/12/20 23:03:15 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2010/12/02 14:44:04 wiz Exp $
-DISTNAME= gawk-3.1.7
+DISTNAME= gawk-3.1.8
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
EXTRACT_SUFX= .tar.bz2