diff options
author | wiz <wiz> | 2002-03-29 09:42:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-29 09:42:51 +0000 |
commit | bdd9892be9bc56595f8fec4dbb7b8e88dd94633b (patch) | |
tree | 3c0dcde3de144cf1ac275ac3f47a428f545e0c9f | |
parent | 5c97fb480e914f961c5d3fca61cdb35de57f3498 (diff) | |
download | pkgsrc-bdd9892be9bc56595f8fec4dbb7b8e88dd94633b.tar.gz |
Update to 1.35:
* C Skeleton
Some projects use Bison's C parser with C++ compilers, and define
YYSTYPE as a class. The recent adjustment of C parsers for data
alignment and 64 bit architectures made this impossible.
Because for the time being no real solution for C++ parser
generation exists, kludges were implemented in the parser to
maintain this use. In the future, when Bison has C++ parsers, this
kludge will be disabled.
This kludge also addresses some C++ problems when the stack was
extended.
-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 0cd23409ded..6cdd2fa5a79 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2002/03/22 19:28:31 tron Exp $ +# $NetBSD: Makefile,v 1.32 2002/03/29 09:42:51 wiz Exp $ -DISTNAME= bison-1.34 +DISTNAME= bison-1.35 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/bison/PLIST b/devel/bison/PLIST index c78078f7a14..e81167fcc24 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/03/19 11:02:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/03/29 09:42:51 wiz Exp $ bin/bison @unexec ${INSTALL_INFO} --delete %D/info/bison.info %D/info/dir info/bison.info @@ -8,10 +8,12 @@ info/bison.info-3 info/bison.info-4 info/bison.info-5 info/bison.info-6 +@comment also in libiconv: lib/charset.alias @exec ${INSTALL_INFO} %D/info/bison.info %D/info/dir man/man1/bison.1 share/bison/bison.simple share/bison/bison.hairy +share/locale/locale.alias ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bison.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bison.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bison.mo diff --git a/devel/bison/distinfo b/devel/bison/distinfo index 8c8ae889c22..f51ac1ba56c 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2002/03/20 11:32:23 tron Exp $ +$NetBSD: distinfo,v 1.10 2002/03/29 09:42:52 wiz Exp $ -SHA1 (bison-1.34.tar.bz2) = 4fdfbc7046e2a294b8044f947d89d111bcb2e820 -Size (bison-1.34.tar.bz2) = 599252 bytes +SHA1 (bison-1.35.tar.bz2) = 083a1f3c153f7358e451a213f0879e98b3aafb1c +Size (bison-1.35.tar.bz2) = 627723 bytes SHA1 (patch-aa) = 47194ffb10e0bda3f01e656dd1a84eae9df46db3 SHA1 (patch-ab) = 467f560b38de856b013b455f918fb858c6124711 |