summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-22 04:23:29 +0000
committerminskim <minskim>2006-07-22 04:23:29 +0000
commite5ee4e8e08ab43f9d755848464ae98fda2d3de7e (patch)
tree9ffa62f68d0efcbcf2e3c6f2b479a9c755a47c10 /editors
parent333a4306758fc6836a89c77e3f5f8b5f2e8f41af (diff)
downloadpkgsrc-e5ee4e8e08ab43f9d755848464ae98fda2d3de7e.tar.gz
Adjust the valloc return value on Darwin not to conflict with the one
declared in unistd.h.
Diffstat (limited to 'editors')
-rw-r--r--editors/ex/distinfo4
-rw-r--r--editors/ex/patches/patch-ac6
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo
index 29c01251fda..c192e7e3d19 100644
--- a/editors/ex/distinfo
+++ b/editors/ex/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2006/06/08 16:15:47 minskim Exp $
+$NetBSD: distinfo,v 1.11 2006/07/22 04:23:29 minskim Exp $
SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09
RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1
Size (ex-040103.tar.gz) = 284130 bytes
SHA1 (patch-aa) = 134513a18d1a5192818eccd456d91857fda82860
SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e
-SHA1 (patch-ac) = 2dcda20524bb2f2e6a4569c4571905352ca75a34
+SHA1 (patch-ac) = 0401448724a4aba59b4aeb07a4cb00982bb52d98
SHA1 (patch-ad) = 31bafb04f553ca286baf90505da450964fea9954
diff --git a/editors/ex/patches/patch-ac b/editors/ex/patches/patch-ac
index f3927c9b8f1..1434c62a7d0 100644
--- a/editors/ex/patches/patch-ac
+++ b/editors/ex/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.3 2005/12/09 14:10:39 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2006/07/22 04:23:29 minskim Exp $
---- mapmalloc.c.orig 2003-01-28 20:04:25.000000000 +0000
+--- mapmalloc.c.orig 2003-01-28 12:04:25.000000000 -0800
+++ mapmalloc.c
@@ -54,6 +54,9 @@
#include <fcntl.h>
@@ -16,7 +16,7 @@ $NetBSD: patch-ac,v 1.3 2005/12/09 14:10:39 joerg Exp $
}
/*ARGSUSED*/
-+#if defined(__DragonFly__)
++#if defined(__DragonFly__) || defined(__APPLE__)
+void *
+#else
char *