diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-19 11:01:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-19 11:01:59 +0000 |
commit | 8686edaecd22d32d56e08787f1d88bcec6e36e57 (patch) | |
tree | a32b8281ee46b237f1f94fe9b86fd798c9fc38df | |
parent | f2c00b19509329f1b0988190d02764cf870596b6 (diff) | |
download | pkgsrc-8686edaecd22d32d56e08787f1d88bcec6e36e57.tar.gz |
Update to 1.34. Changes since 1.32:
* File name clashes are detected
$ bison foo.y -d -o foo.x
fatal error: header and parser would be both named `foo.x'
* A missing `;' ending a rule triggers a warning
In accordance with POSIX, and in agreement with other
Yacc implementations, Bison will mandate this semicolon in a near
future. This eases the implementation of a Bison parser of Bison
grammars by making this grammar LALR(1) instead of LR(2). To
facilitate the transition, this release introduces a warning.
* Revert the C++ namespace changes introduced in 1.31, as they caused too
many portability hassles.
* Fix test suite portability problems.
* Fix C++ issues
Groff could not be compiled for the definition of size_t was lacking
under some conditions.
* Catch invalid @n
As is done with $n.
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/PLIST | 4 | ||||
-rw-r--r-- | devel/bison/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 227c372f515..1cc74d60a87 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2002/02/18 15:14:07 seb Exp $ +# $NetBSD: Makefile,v 1.28 2002/03/19 11:01:59 wiz Exp $ -DISTNAME= bison-1.32 +DISTNAME= bison-1.34 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} diff --git a/devel/bison/PLIST b/devel/bison/PLIST index 673862b18cb..c78078f7a14 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:08 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/03/19 11:02:00 wiz Exp $ bin/bison @unexec ${INSTALL_INFO} --delete %D/info/bison.info %D/info/dir info/bison.info @@ -7,6 +7,7 @@ info/bison.info-2 info/bison.info-3 info/bison.info-4 info/bison.info-5 +info/bison.info-6 @exec ${INSTALL_INFO} %D/info/bison.info %D/info/dir man/man1/bison.1 share/bison/bison.simple @@ -21,3 +22,4 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/bison.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bison.mo ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/bison.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/bison.mo +@dirrm share/bison diff --git a/devel/bison/distinfo b/devel/bison/distinfo index 60abfc30d93..bc0dc27f697 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2002/02/10 19:05:56 tron Exp $ +$NetBSD: distinfo,v 1.8 2002/03/19 11:02:00 wiz Exp $ -SHA1 (bison-1.32.tar.gz) = 381cac43289aabefedc3dd04f724431b5485bdc9 -Size (bison-1.32.tar.gz) = 721047 bytes +SHA1 (bison-1.34.tar.gz) = 5c771e1e6f9bcc523f128a8ab8b7cd5896fd4df9 +Size (bison-1.34.tar.gz) = 731400 bytes SHA1 (patch-aa) = 47194ffb10e0bda3f01e656dd1a84eae9df46db3 SHA1 (patch-ab) = 467f560b38de856b013b455f918fb858c6124711 |