summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-01-01 13:15:47 +0000
committercjep <cjep@pkgsrc.org>2003-01-01 13:15:47 +0000
commitbbabdca4c2a3f462b21fd6dd5dc491ccf8a3eb1e (patch)
treead18d533f63a57efeffee16dc6c1a54263b3849e /devel/bison/Makefile
parentb8968a3d9bf3bc8fc67cde5f313f1765635adf75 (diff)
downloadpkgsrc-bbabdca4c2a3f462b21fd6dd5dc491ccf8a3eb1e.tar.gz
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.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
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