summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-30 13:51:25 +0000
committerwiz <wiz@pkgsrc.org>2005-09-30 13:51:25 +0000
commit0f6d3ed0b7bfc9144670472e96719aced98c2e25 (patch)
tree3c6b60302842521aa28f0c7b75bb3a9fb925cd7f /devel/bison/Makefile
parentaceec3123828f9e75d0b5549177dcad98a7b4c30 (diff)
downloadpkgsrc-0f6d3ed0b7bfc9144670472e96719aced98c2e25.tar.gz
Update to 2.1:
Changes in version 2.1, 2005-09-16: * Bison-generated parsers now support the translation of diagnostics like "syntax error" into languages other than English. The default language is still English. For details, please see the new Internationalization section of the Bison manual. Software distributors should also see the new PACKAGING file. Thanks to Bruno Haible for this new feature. * Wording in the Bison-generated parsers has been changed slightly to simplify translation. In particular, the message "memory exhausted" has replaced "parser stack overflow", as the old message was not always accurate for modern Bison-generated parsers. * Destructors are now called when the parser aborts, for all symbols left behind on the stack. Also, the start symbol is now destroyed after a successful parse. In both cases, the behavior was formerly inconsistent. * When generating verbose diagnostics, Bison-generated parsers no longer quote the literal strings associated with tokens. For example, for a syntax error associated with '%token NUM "number"' they might print 'syntax error, unexpected number' instead of 'syntax error, unexpected "number"'.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index eaca7621ce7..928b1109875 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2005/07/15 20:14:03 jlam Exp $
+# $NetBSD: Makefile,v 1.55 2005/09/30 13:51:25 wiz Exp $
-DISTNAME= bison-2.0
+DISTNAME= bison-2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= cjep@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html