pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xmftp Include stdlib.h instead of malloc.h, which ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e692f093c8cb
branches:  trunk
changeset: 512455:e692f093c8cb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 10 06:40:59 2006 +0000

description:
Include stdlib.h instead of malloc.h, which is not available on Darwin.

diffstat:

 net/xmftp/distinfo         |   7 ++++++-
 net/xmftp/patches/patch-ad |  13 +++++++++++++
 net/xmftp/patches/patch-ae |  13 +++++++++++++
 net/xmftp/patches/patch-af |  13 +++++++++++++
 net/xmftp/patches/patch-ag |  12 ++++++++++++
 net/xmftp/patches/patch-ah |  12 ++++++++++++
 6 files changed, 69 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r e1f528356626 -r e692f093c8cb net/xmftp/distinfo
--- a/net/xmftp/distinfo        Wed May 10 06:13:51 2006 +0000
+++ b/net/xmftp/distinfo        Wed May 10 06:40:59 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:14:07 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/05/10 06:40:59 minskim Exp $
 
 SHA1 (xmftp-1.0.4.tar.gz) = c39b14cabced594a045def93e363a9a6eb069b0b
 RMD160 (xmftp-1.0.4.tar.gz) = 0d31d84430292d71951df78770552be61eb199a3
@@ -6,3 +6,8 @@
 SHA1 (patch-aa) = 455222cbb7396d87844f44acbc2203c36b580952
 SHA1 (patch-ab) = c6f54a9ba8b3af66b6da0f04618f6a0d41828245
 SHA1 (patch-ac) = c060df8258065fb8b045a8648aa0de0fd1d9082a
+SHA1 (patch-ad) = a171713f505944f2f10c203093cca884e68823ec
+SHA1 (patch-ae) = 1a863ac53ffa46e838f2f88029b6ab26847f96b2
+SHA1 (patch-af) = 79fdee0097ee8c83b6e698ac7325382bceb7ab04
+SHA1 (patch-ag) = 570e386f033eabb995d3c792263cfacce5669fef
+SHA1 (patch-ah) = a23cd827cf8f185714229ab6ae022c4a81732162
diff -r e1f528356626 -r e692f093c8cb net/xmftp/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ad        Wed May 10 06:40:59 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/05/10 06:40:59 minskim Exp $
+
+--- ui/operations.c.orig       1997-08-20 12:29:58.000000000 -0700
++++ ui/operations.c
+@@ -9,7 +9,7 @@
+ #include <Xm/Text.h>
+ #include <Xm/DialogS.h>
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include "operations.h"
+ #include "../program/misc.h"
diff -r e1f528356626 -r e692f093c8cb net/xmftp/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ae        Wed May 10 06:40:59 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/05/10 06:40:59 minskim Exp $
+
+--- ui/layout.c.orig   1997-07-22 15:46:06.000000000 -0700
++++ ui/layout.c
+@@ -11,7 +11,7 @@
+ #include <Xm/MainW.h>
+ #include <Xm/List.h>
+ #include <Xm/PushB.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include "layout.h"
+ #include "operations.h"
diff -r e1f528356626 -r e692f093c8cb net/xmftp/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-af        Wed May 10 06:40:59 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/05/10 06:40:59 minskim Exp $
+
+--- ui/setup_cbs.c.orig        1997-07-18 10:06:24.000000000 -0700
++++ ui/setup_cbs.c
+@@ -3,7 +3,7 @@
+ /**************************************************************************/
+ 
+ #include <Xm/List.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "setup_cbs.h"
+ #include "operations.h"
+ #include "remote_refresh.h"
diff -r e1f528356626 -r e692f093c8cb net/xmftp/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ag        Wed May 10 06:40:59 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2006/05/10 06:40:59 minskim Exp $
+
+--- program/misc.c.orig        1997-08-20 12:29:58.000000000 -0700
++++ program/misc.c
+@@ -9,7 +9,6 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <time.h>
+ #include "misc.h"
+ #include "unix/implementation.h"
diff -r e1f528356626 -r e692f093c8cb net/xmftp/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ah        Wed May 10 06:40:59 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2006/05/10 06:40:59 minskim Exp $
+
+--- program/unix/implementation.c.orig 1997-07-18 10:06:24.000000000 -0700
++++ program/unix/implementation.c
+@@ -7,7 +7,6 @@
+ #include <pwd.h>
+ #include <fcntl.h>
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index