From de12d18f4d0d7d06e62ee7dfdb5118a610c48d68 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 31 Jan 2013 22:01:43 +0000 Subject: 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. --- lang/gawk/Makefile | 7 +++---- lang/gawk/PLIST | 4 +++- lang/gawk/distinfo | 8 ++++---- lang/gawk/options.mk | 6 +++--- 4 files changed, 13 insertions(+), 12 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 diff --git a/lang/gawk/PLIST b/lang/gawk/PLIST index 76b3692f8da..5e70b47bcc1 100644 --- a/lang/gawk/PLIST +++ b/lang/gawk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2012/05/31 10:44:30 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.18 2013/01/31 22:01:43 adam Exp $ bin/dgawk bin/gawk bin/${PKGNAME} @@ -11,6 +11,7 @@ info/gawk.info info/gawkinet.info libexec/awk/grcat libexec/awk/pwcat +man/man1/dgawk.1 man/man1/gawk.1 man/man1/igawk.1 man/man1/pgawk.1 @@ -44,3 +45,4 @@ share/locale/ja/LC_MESSAGES/gawk.mo share/locale/nl/LC_MESSAGES/gawk.mo share/locale/pl/LC_MESSAGES/gawk.mo share/locale/sv/LC_MESSAGES/gawk.mo +share/locale/vi/LC_MESSAGES/gawk.mo diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo index 098c4f918b4..a0a8a1e3c01 100644 --- a/lang/gawk/distinfo +++ b/lang/gawk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2012/05/29 14:16:24 wiz Exp $ +$NetBSD: distinfo,v 1.23 2013/01/31 22:01:43 adam Exp $ -SHA1 (gawk-4.0.1.tar.xz) = 9be956d124e0c0794836055846aea78d2dc547ad -RMD160 (gawk-4.0.1.tar.xz) = c983291eff8e86121fd4bb0ede6319017d7878df -Size (gawk-4.0.1.tar.xz) = 1612448 bytes +SHA1 (gawk-4.0.2.tar.xz) = 816277597445c4b52ab2c2084ec940e13422fb3c +RMD160 (gawk-4.0.2.tar.xz) = 076f5f8ebcf51279923bc41839b0257d4e488615 +Size (gawk-4.0.2.tar.xz) = 1626808 bytes SHA1 (patch-Makefile.in) = 385439fbf84b253bd9edd9a940673c11a26d5ecc diff --git a/lang/gawk/options.mk b/lang/gawk/options.mk index a7f3c319ae6..1b48f20c17b 100644 --- a/lang/gawk/options.mk +++ b/lang/gawk/options.mk @@ -1,13 +1,13 @@ -# $NetBSD: options.mk,v 1.2 2012/06/15 00:32:27 sbd Exp $ +# $NetBSD: options.mk,v 1.3 2013/01/31 22:01:43 adam Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.gawk +PKG_OPTIONS_VAR= PKG_OPTIONS.gawk PKG_SUPPORTED_OPTIONS= portals readline PKG_SUGGESTED_OPTIONS= readline .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mportals) -CONFIGURE_ARGS+= --enable-portals +CONFIGURE_ARGS+= --enable-portals .endif .if !empty(PKG_OPTIONS:Mreadline) -- cgit v1.2.3