diff options
author | tv <tv> | 1999-02-19 03:27:08 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-19 03:27:08 +0000 |
commit | 8568f085890f3533301389a8bfc952a38f8ddedb (patch) | |
tree | e3322ce3d3b899d8d70845a6da59af1da666b6e0 /devel/bison | |
parent | 921ad9712d885896ae68c6235ca95d57d308ec02 (diff) | |
download | pkgsrc-8568f085890f3533301389a8bfc952a38f8ddedb.tar.gz |
Update to 1.27.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 9 | ||||
-rw-r--r-- | devel/bison/files/md5 | 4 | ||||
-rw-r--r-- | devel/bison/patches/patch-aa | 16 | ||||
-rw-r--r-- | devel/bison/patches/patch-ac | 15 | ||||
-rw-r--r-- | devel/bison/pkg/PLIST | 9 |
5 files changed, 10 insertions, 43 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 7a718415877..58ba825d023 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:45 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/19 03:27:08 tv Exp $ -DISTNAME= bison-1.25 +DISTNAME= bison-1.27 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:=/bison/} MAINTAINER= thorpej@netbsd.org HOMEPAGE= http://www.gnu.org/software/bison/bison.html GNU_CONFIGURE= yes +# needed for $TMPDIR parsing +CFLAGS+= -Dunix + INFO_FILES= bison.info .include "../../mk/bsd.pkg.mk" diff --git a/devel/bison/files/md5 b/devel/bison/files/md5 index 26c9ffd8df5..8bd86f1f7f3 100644 --- a/devel/bison/files/md5 +++ b/devel/bison/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:21:23 agc Exp $ +$NetBSD: md5,v 1.3 1999/02/19 03:27:09 tv Exp $ -MD5 (bison-1.25.tar.gz) = 65f577d0f8ffaf61ae21c23c0918d225 +MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa deleted file mode 100644 index d0e2004074b..00000000000 --- a/devel/bison/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:22 agc Exp $ - ---- bison.texinfo.orig Mon Mar 23 09:16:35 1998 -+++ bison.texinfo Mon Mar 23 09:17:19 1998 -@@ -2,6 +2,10 @@ - @comment %**start of header - @setfilename bison.info - @settitle Bison 1.25 -+@dircategory Programming & development tools -+@direntry -+* Bison: (bison). GNU yacc(1) replacement. -+@end direntry - @setchapternewpage odd - - - @iftex diff --git a/devel/bison/patches/patch-ac b/devel/bison/patches/patch-ac deleted file mode 100644 index 179ee89147d..00000000000 --- a/devel/bison/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1 1998/11/24 15:32:34 tv Exp $ - ---- Makefile.in.orig Tue Nov 24 10:29:38 1998 -+++ Makefile.in Tue Nov 24 10:29:48 1998 -@@ -35,8 +35,8 @@ - # -DHAVE_STRERROR If you have strerror function. - DEFS = @DEFS@ - --CFLAGS = -g --LDFLAGS = -+CFLAGS = @CFLAGS@ -+LDFLAGS = @LDFLAGS@ - - LIBS = @LIBS@ - diff --git a/devel/bison/pkg/PLIST b/devel/bison/pkg/PLIST index 11a62636f70..87b0e34bd38 100644 --- a/devel/bison/pkg/PLIST +++ b/devel/bison/pkg/PLIST @@ -1,13 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 1999/02/11 19:17:29 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/02/19 03:27:13 tv Exp $ bin/bison -man/man1/bison.1.gz +man/man1/bison.1 @unexec install-info --delete %D/info/bison.info %D/info/dir info/bison.info -info/bison.info-1 -info/bison.info-2 -info/bison.info-3 -info/bison.info-4 -info/bison.info-5 @exec install-info %D/info/bison.info %D/info/dir share/bison.simple share/bison.hairy |