summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron>2010-07-21 11:57:52 +0000
committertron <tron>2010-07-21 11:57:52 +0000
commit87a8d64c4c6a5b31c3e9aa741e2fcb0cf76dd3c9 (patch)
treeaceca0594e9e788219060232a39f49d8f3ab9a5f /devel
parent430ced39e06520ce943ea3d2cba520bae0d3b94b (diff)
downloadpkgsrc-87a8d64c4c6a5b31c3e9aa741e2fcb0cf76dd3c9.tar.gz
Fix build under Mac OS X which got broken by yesterday's
DragonFlyBSD's fixes.
Diffstat (limited to 'devel')
-rw-r--r--devel/bison/distinfo4
-rw-r--r--devel/bison/patches/patch-ab4
-rw-r--r--devel/m4/distinfo4
-rw-r--r--devel/m4/patches/patch-ab4
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/bison/distinfo b/devel/bison/distinfo
index 4ff5002e193..246c8495ae7 100644
--- a/devel/bison/distinfo
+++ b/devel/bison/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2010/07/20 13:57:28 tnn Exp $
+$NetBSD: distinfo,v 1.24 2010/07/21 11:57:52 tron 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
+SHA1 (patch-ab) = a6c6805f5948e6f129811f3cea54065af7dedefb
diff --git a/devel/bison/patches/patch-ab b/devel/bison/patches/patch-ab
index 279bd0b05b7..9d247d83e97 100644
--- a/devel/bison/patches/patch-ab
+++ b/devel/bison/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.8 2010/07/20 13:57:28 tnn Exp $
+$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
@@ -9,7 +9,7 @@ Same issue as PR pkg/43098 for devel/m4
/* Flags to be set in the `posix_spawnattr_t'. */
-+#if !@HAVE_POSIX_SPAWN@
++#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. */
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
index 4247fc23227..788a5d73a04 100644
--- a/devel/m4/distinfo
+++ b/devel/m4/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2010/07/20 13:40:02 tnn Exp $
+$NetBSD: distinfo,v 1.31 2010/07/21 11:57:52 tron Exp $
SHA1 (m4-1.4.14.tar.gz) = 8bf68b7a072d68affaccd281138ec73aca23b954
RMD160 (m4-1.4.14.tar.gz) = 80c6a4a7ac22419777fe2890f05dfaaa5c53f946
Size (m4-1.4.14.tar.gz) = 1509355 bytes
SHA1 (patch-aa) = fc7fc68865763098060ee11f0c13fc57956ec820
-SHA1 (patch-ab) = a7cf3e8c6a8f325d8be44d75507dba8df54ba1fa
+SHA1 (patch-ab) = 0f81e31652b13a6d5dcb24b7e1e629f0950d10f3
diff --git a/devel/m4/patches/patch-ab b/devel/m4/patches/patch-ab
index a0a9c0b225b..9db441602eb 100644
--- a/devel/m4/patches/patch-ab
+++ b/devel/m4/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.9 2010/07/20 13:40:02 tnn Exp $
+$NetBSD: patch-ab,v 1.10 2010/07/21 11:57:52 tron Exp $
DragonFly PR pkg/43098
Upstream supposedly has a better fix for this for the next m4 release.
@@ -9,7 +9,7 @@ Upstream supposedly has a better fix for this for the next m4 release.
/* Flags to be set in the `posix_spawnattr_t'. */
-+#if !@HAVE_POSIX_SPAWN@
++#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. */