summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-08-15 15:16:58 +0000
committerwiz <wiz@pkgsrc.org>2010-08-15 15:16:58 +0000
commit87098b30eb70a6d085ed2d450ebbb83b70e39cb6 (patch)
treed7218da222db0490ac15e3e36b324fa86d5fa002 /devel/bison/Makefile
parent3c3d812682a3bfadac70050076f5423ddbaf61ce (diff)
downloadpkgsrc-87098b30eb70a6d085ed2d450ebbb83b70e39cb6.tar.gz
Update to 2.4.3:
* Changes in version 2.4.3 (2010-08-05): ** Bison now obeys -Werror and --warnings=error for warnings about grammar rules that are useless in the parser due to conflicts. ** Problems with spawning M4 on at least FreeBSD 8 and FreeBSD 9 have been fixed. ** Failures in the test suite for GCC 4.5 have been fixed. ** Failures in the test suite for some versions of Sun Studio C++ have been fixed. ** Contrary to Bison 2.4.2's NEWS entry, it has been decided that warnings about undefined %prec identifiers will not be converted to errors in Bison 2.5. They will remain warnings, which should be sufficient for POSIX while avoiding backward compatibility issues. ** Minor documentation fixes.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 07732aa49b2..bad680244e3 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2010/07/20 13:57:28 tnn Exp $
+# $NetBSD: Makefile,v 1.75 2010/08/15 15:16:58 wiz Exp $
-DISTNAME= bison-2.4.2
-PKGREVISION= 1
+DISTNAME= bison-2.4.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
EXTRACT_SUFX= .tar.bz2