diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-15 15:16:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-15 15:16:58 +0000 |
commit | 87098b30eb70a6d085ed2d450ebbb83b70e39cb6 (patch) | |
tree | d7218da222db0490ac15e3e36b324fa86d5fa002 /devel/bison | |
parent | 3c3d812682a3bfadac70050076f5423ddbaf61ce (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/bison/Makefile | 5 | ||||
-rw-r--r-- | devel/bison/distinfo | 9 | ||||
-rw-r--r-- | devel/bison/patches/patch-ab | 23 |
3 files changed, 6 insertions, 31 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 diff --git a/devel/bison/distinfo b/devel/bison/distinfo index 246c8495ae7..5146c5d1623 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.24 2010/07/21 11:57:52 tron Exp $ +$NetBSD: distinfo,v 1.25 2010/08/15 15:16:58 wiz Exp $ -SHA1 (bison-2.4.2.tar.bz2) = 4e2c4b40a248748989b3fe7f0d89022ea11a8d6f -RMD160 (bison-2.4.2.tar.bz2) = bc72359a93ad36ae60e8027d846211cb99634d93 -Size (bison-2.4.2.tar.bz2) = 1616117 bytes +SHA1 (bison-2.4.3.tar.bz2) = 2345d568c1ab7fdfbf4e3ae9e08fc8a82790ba3a +RMD160 (bison-2.4.3.tar.bz2) = 7ff76f7c75a9989ab9227cd291c6f75af8a6558d +Size (bison-2.4.3.tar.bz2) = 1652612 bytes SHA1 (patch-aa) = dbc64816b60aebba81125aea0cdc8bb648aa114f -SHA1 (patch-ab) = a6c6805f5948e6f129811f3cea54065af7dedefb diff --git a/devel/bison/patches/patch-ab b/devel/bison/patches/patch-ab deleted file mode 100644 index 9d247d83e97..00000000000 --- a/devel/bison/patches/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2010/07/21 11:57:52 tron Exp $ - -Dragonfly PR pkg/43285 -Same issue as PR pkg/43098 for devel/m4 - ---- lib/spawn.in.h.orig 2010-03-17 19:17:04.000000000 +0000 -+++ lib/spawn.in.h -@@ -110,6 +110,7 @@ typedef struct - - - /* Flags to be set in the `posix_spawnattr_t'. */ -+#if !@HAVE_POSIX_SPAWN@ || defined(__APPLE__) - #if @REPLACE_POSIX_SPAWN@ - /* Use the values from the system, for better compatibility. */ - /* But this implementation does not support AIX extensions. */ -@@ -122,6 +123,7 @@ typedef struct - # define POSIX_SPAWN_SETSCHEDPARAM 0x10 - # define POSIX_SPAWN_SETSCHEDULER 0x20 - #endif -+#endif - /* A GNU extension. Use the next free bit position. */ - #define POSIX_SPAWN_USEVFORK \ - ((POSIX_SPAWN_RESETIDS | (POSIX_SPAWN_RESETIDS - 1) \ |