summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-01-14 01:03:39 +0000
committerryoon <ryoon@pkgsrc.org>2017-01-14 01:03:39 +0000
commit5347c6c2bc06618fcd3f466d95f0377f6b325d2e (patch)
tree8852f2f165dc9908303721bdafb3ed2f486437d9 /lang/gawk/Makefile
parent0c0892c34cbea95a97166ff9d37c4c6aceb115af (diff)
downloadpkgsrc-5347c6c2bc06618fcd3f466d95f0377f6b325d2e.tar.gz
Update to 4.1.4
Changelog: Changes from 4.1.3 to 4.1.4 --------------------------- 1. Updated to GNU autoconf 2.69, automake 1.15, gettext 0.19.7, texinfo 6.1, texinfo.tex 2016-02-05.07, libtool 2.4.6. 2. z/OS support updated. 3. At the beginning of each statement, the debugger now checks and reports watchpoints that have fired before checking for breakpoints. This gives more natural behavior to the user. 4. The "exit" command has been added to the debugger as an alias for "quit". 5. AIX 7.1 should pass the test suite now. Similar for Minix. 6. VMS support has been updated. 7. The profiler / pretty-printer now chains else-if statements instead of causing cascading elses. 8. The return value of system() has been enhanced to convey more information. See the doc. 9. Attempting to write to the "to" end of a two-way pipe that has been closed is now a fatal error. Similarly, so is reading from the "from" end that has been closed. 10. MinGW support has been updated. 11. The -d option now allows -d- to print to standard output. 12. Error messages for --help and in other instances should now get translated correctly. 13. A new environment variable GAWK_LOCALE_DIR may be set to locate the .mo file for gawk itself. 14. The DJGPP port is now officially deprecated. 15. A number of bugs have been fixed. 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 34d17cfd214..997b3dc26dc 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2015/05/28 06:35:25 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2017/01/14 01:03:39 ryoon Exp $
-DISTNAME= gawk-4.1.3
+DISTNAME= gawk-4.1.4
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
EXTRACT_SUFX= .tar.xz