Tue Jul 20 13:57:28 2010 UTC ()
Dragonfly PR pkg/43285
Same issue as PR pkg/43098 for devel/m4


(tnn)
diff -r1.73 -r1.74 pkgsrc/devel/bison/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/bison/distinfo
diff -r0 -r1.8 pkgsrc/devel/bison/patches/patch-ab

cvs diff -r1.73 -r1.74 pkgsrc/devel/bison/Makefile (expand / switch to context diff)
--- pkgsrc/devel/bison/Makefile 2010/05/02 10:41:52 1.73
+++ pkgsrc/devel/bison/Makefile 2010/07/20 13:57:28 1.74
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2010/05/02 10:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2010/07/20 13:57:28 tnn Exp $
 
 DISTNAME=		bison-2.4.2
+PKGREVISION=		1
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GNU:=bison/}
 EXTRACT_SUFX=		.tar.bz2

cvs diff -r1.22 -r1.23 pkgsrc/devel/bison/distinfo (expand / switch to context diff)
--- pkgsrc/devel/bison/distinfo 2010/05/02 10:41:52 1.22
+++ pkgsrc/devel/bison/distinfo 2010/07/20 13:57:28 1.23
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.22 2010/05/02 10:41:52 wiz Exp $
+$NetBSD: distinfo,v 1.23 2010/07/20 13:57:28 tnn 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 (patch-aa) = dbc64816b60aebba81125aea0cdc8bb648aa114f
+SHA1 (patch-ab) = 2df283693aed686e13af2a2c48786b56e437c3b9

File Added: pkgsrc/devel/bison/patches/Attic/patch-ab
$NetBSD: patch-ab,v 1.8 2010/07/20 13:57:28 tnn 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@
 #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)                   \