summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-05-10 06:40:59 +0000
committerminskim <minskim@pkgsrc.org>2006-05-10 06:40:59 +0000
commit43d6bfedb1d210144eca1ac9d5887c0f4f59810e (patch)
treee79a9d70ba731360b44fc53d75f718cbcc6f72b0
parentf1a136e1af787b3e1345f1a18dcc8d5f0bbf9a4d (diff)
downloadpkgsrc-43d6bfedb1d210144eca1ac9d5887c0f4f59810e.tar.gz
Include stdlib.h instead of malloc.h, which is not available on Darwin.
-rw-r--r--net/xmftp/distinfo7
-rw-r--r--net/xmftp/patches/patch-ad13
-rw-r--r--net/xmftp/patches/patch-ae13
-rw-r--r--net/xmftp/patches/patch-af13
-rw-r--r--net/xmftp/patches/patch-ag12
-rw-r--r--net/xmftp/patches/patch-ah12
6 files changed, 69 insertions, 1 deletions
diff --git a/net/xmftp/distinfo b/net/xmftp/distinfo
index 2aacf5b32ae..68cf0f8ff76 100644
--- a/net/xmftp/distinfo
+++ b/net/xmftp/distinfo
@@ -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 @@ Size (xmftp-1.0.4.tar.gz) = 152614 bytes
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 --git a/net/xmftp/patches/patch-ad b/net/xmftp/patches/patch-ad
new file mode 100644
index 00000000000..f9508dc0d46
--- /dev/null
+++ b/net/xmftp/patches/patch-ad
@@ -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 --git a/net/xmftp/patches/patch-ae b/net/xmftp/patches/patch-ae
new file mode 100644
index 00000000000..714003103ce
--- /dev/null
+++ b/net/xmftp/patches/patch-ae
@@ -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 --git a/net/xmftp/patches/patch-af b/net/xmftp/patches/patch-af
new file mode 100644
index 00000000000..8904d9aa9cb
--- /dev/null
+++ b/net/xmftp/patches/patch-af
@@ -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 --git a/net/xmftp/patches/patch-ag b/net/xmftp/patches/patch-ag
new file mode 100644
index 00000000000..4ad3e903093
--- /dev/null
+++ b/net/xmftp/patches/patch-ag
@@ -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 --git a/net/xmftp/patches/patch-ah b/net/xmftp/patches/patch-ah
new file mode 100644
index 00000000000..fedfdae0776
--- /dev/null
+++ b/net/xmftp/patches/patch-ah
@@ -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>