diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-15 19:41:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-15 19:41:24 +0000 |
commit | 66f0c03b353d8070217f9428552e47b3a9dda7c3 (patch) | |
tree | 8391c0b199d2a4f23600d935b008e4257bb012a3 /devel/bison | |
parent | ad63ae610bbc0b5e7fe16a4889a523cee0d24bed (diff) | |
download | pkgsrc-66f0c03b353d8070217f9428552e47b3a9dda7c3.tar.gz |
Upgrade of devel/bison to 1.75.
Changes since 1.35 (too many to mention here, please see the
ChangeLog in the bison source distribution):
* GNU m4 is now required.
* Various bug fixes.
* intl source removed.
NetBSD pkgsrc changes:
* Change of maintainer thorpej->cjep.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 19 | ||||
-rw-r--r-- | devel/bison/PLIST | 27 | ||||
-rw-r--r-- | devel/bison/distinfo | 6 |
3 files changed, 20 insertions, 32 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 318d868769e..0d8cdbb2cfa 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,28 +1,23 @@ -# $NetBSD: Makefile,v 1.38 2002/12/02 22:15:49 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2002/12/15 19:41:26 cjep Exp $ -DISTNAME= bison-1.35 +DISTNAME= bison-1.75 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= thorpej@netbsd.org +MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gnu.org/software/bison/bison.html COMMENT= GNU yacc(1) replacement +DEPENDS+= m4>=1.4:../../devel/m4 BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= # defined -GNU_CONFIGURE= # defined -USE_PKGLOCALEDIR= # defined +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES -# We set the timezone to "GMT" below to avoid rebuilds of the info files -# which fail under NetBSD 1.5. -MAKE_ENV+= TZ=GMT - -CPPFLAGS+= -Dunix # for $TMPDIR parsing +M4= ${LOCALBASE}/bin/gm4 INFO_FILES= bison.info -.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bison/PLIST b/devel/bison/PLIST index ddddc15be29..ff2462df4c3 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 2002/11/30 14:04:01 grant Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/12/15 19:41:26 cjep Exp $ bin/bison -@unexec ${INSTALL_INFO} --delete %D/info/bison.info %D/info/dir +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/bison.info info/bison.info info/bison.info-1 info/bison.info-2 @@ -8,20 +8,13 @@ info/bison.info-3 info/bison.info-4 info/bison.info-5 info/bison.info-6 -@comment from libiconv: lib/charset.alias -@exec ${INSTALL_INFO} %D/info/bison.info %D/info/dir +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/bison.info man/man1/bison.1 -share/bison/bison.simple -share/bison/bison.hairy -${PKGLOCALEDIR}/locale/locale.alias -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bison.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bison.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bison.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bison.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bison.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bison.mo -${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 +share/bison/c.m4 +share/bison/glr.c +share/bison/lalr1.cc +share/bison/m4sugar/m4sugar.m4 +share/bison/m4sugar/version.m4 +share/bison/yacc.c +@dirrm share/bison/m4sugar @dirrm share/bison diff --git a/devel/bison/distinfo b/devel/bison/distinfo index c25cd7e3fb4..8aeee8b4916 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2002/11/30 14:04:01 grant Exp $ +$NetBSD: distinfo,v 1.12 2002/12/15 19:41:26 cjep Exp $ -SHA1 (bison-1.35.tar.bz2) = 083a1f3c153f7358e451a213f0879e98b3aafb1c -Size (bison-1.35.tar.bz2) = 627723 bytes +SHA1 (bison-1.75.tar.bz2) = c3aaf4a59b69399e62d0e5c024cc0929dcdd07f6 +Size (bison-1.75.tar.bz2) = 773106 bytes |