summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-01-31 22:01:43 +0000
committeradam <adam@pkgsrc.org>2013-01-31 22:01:43 +0000
commitde12d18f4d0d7d06e62ee7dfdb5118a610c48d68 (patch)
treec7abb4a6072d31dc55d8ca11ef35bc16ce5c470e /lang/gawk/Makefile
parent522f7ac45bd7f6fefb7bd55b20fe5f49c338db58 (diff)
downloadpkgsrc-de12d18f4d0d7d06e62ee7dfdb5118a610c48d68.tar.gz
Changes 4.0.2:
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7. 2. `fflush()', `nextfile', and `delete array' are all now part of POSIX. 3. fflush() behavior changed to match BWK awk and for POSIX - now both fflush() and fflush("") flush all open output redirections. 4. Various minor bug fixes and documentation updates.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index aede58443b8..c207e76556e 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2012/12/31 00:27:36 sbd Exp $
+# $NetBSD: Makefile,v 1.54 2013/01/31 22:01:43 adam Exp $
-DISTNAME= gawk-4.0.1
-PKGREVISION= 2
+DISTNAME= gawk-4.0.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
EXTRACT_SUFX= .tar.xz
@@ -15,10 +14,10 @@ CONFLICTS= ja-gawk-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
+GNU_CONFIGURE= yes
TEST_TARGET= check
INFO_FILES= yes