pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ex Include <stdlib.h> to get [u]intptr_t on In...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/015c275aed00
branches:  trunk
changeset: 501946:015c275aed00
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 20:04:45 2005 +0000

description:
Include <stdlib.h> to get [u]intptr_t on Interix.

diffstat:

 editors/ex/distinfo         |   4 +++-
 editors/ex/patches/patch-ab |  12 ++++++++++++
 editors/ex/patches/patch-ac |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 248ef68b4763 -r 015c275aed00 editors/ex/distinfo
--- a/editors/ex/distinfo       Mon Oct 31 19:59:52 2005 +0000
+++ b/editors/ex/distinfo       Mon Oct 31 20:04:45 2005 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:15:10 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/10/31 20:04:45 tv Exp $
 
 SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09
 RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1
 Size (ex-040103.tar.gz) = 284130 bytes
 SHA1 (patch-aa) = 28d07a850482fffa5e0726438868b55a94105e50
+SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e
+SHA1 (patch-ac) = df1d208fc0736f130a2a1a4fbf7a4f7d3e45bbdb
diff -r 248ef68b4763 -r 015c275aed00 editors/ex/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/ex/patches/patch-ab       Mon Oct 31 20:04:45 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/31 20:04:46 tv Exp $
+
+--- malloc.c.orig      2002-03-02 07:15:03.000000000 -0500
++++ malloc.c
+@@ -45,6 +45,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <stdlib.h>
+ #else /* !POSIX_1 */
+ #include <sys/types.h>
+ extern int errno;
diff -r 248ef68b4763 -r 015c275aed00 editors/ex/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/ex/patches/patch-ac       Mon Oct 31 20:04:45 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/10/31 20:04:46 tv Exp $
+
+--- mapmalloc.c.orig   2003-01-28 15:04:25.000000000 -0500
++++ mapmalloc.c
+@@ -54,6 +54,7 @@
+ #include <fcntl.h>
+ #include <errno.h>
+ #include <limits.h>
++#include <stdlib.h>
+ #ifdef        __GLIBC__
+ /*
+  * Broken GNU libc will include stdlib.h with conflicting



Home | Main Index | Thread Index | Old Index