From bbabdca4c2a3f462b21fd6dd5dc491ccf8a3eb1e Mon Sep 17 00:00:00 2001 From: cjep Date: Wed, 1 Jan 2003 13:15:47 +0000 Subject: Update of devel/bison to version 1.875. Differences to the plain GNU version in the packages collection: * We do not install the shell wrapper "yacc" (it is supplied because POSIX requires it and we already have a yacc command). Changes since 1.75: * Numerous bug fixes and improvements including: + Compatibility (with 1.35 and Solaris yacc) changes; + Fixes for GCC 3.2.1; + Use Yacc style of conflict reports; + Fix bug where error locations were not being recorded correctly; + Fix bad interaction with flex 2.5.23. Please see the ChangeLog file supplied with the bison source code for more details. --- devel/bison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/bison/Makefile') diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0d8cdbb2cfa..50332929cb4 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2002/12/15 19:41:26 cjep Exp $ +# $NetBSD: Makefile,v 1.40 2003/01/01 13:15:47 cjep Exp $ -DISTNAME= bison-1.75 +DISTNAME= bison-1.875 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3