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 /devel/bison/PLIST | |
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.
Diffstat (limited to 'devel/bison/PLIST')
-rw-r--r-- | devel/bison/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
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 |