pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xmftp malloc.h cleanup.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e33123b099a
branches:  trunk
changeset: 531306:9e33123b099a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 28 01:30:01 2007 +0000

description:
malloc.h cleanup.

diffstat:

 net/xmftp/distinfo         |  14 +++++++++++++-
 net/xmftp/patches/patch-ai |  13 +++++++++++++
 net/xmftp/patches/patch-aj |  13 +++++++++++++
 net/xmftp/patches/patch-ak |  12 ++++++++++++
 net/xmftp/patches/patch-al |  13 +++++++++++++
 net/xmftp/patches/patch-am |  12 ++++++++++++
 net/xmftp/patches/patch-an |  12 ++++++++++++
 net/xmftp/patches/patch-ao |  12 ++++++++++++
 net/xmftp/patches/patch-ap |  13 +++++++++++++
 net/xmftp/patches/patch-aq |  12 ++++++++++++
 net/xmftp/patches/patch-ar |  12 ++++++++++++
 net/xmftp/patches/patch-as |  13 +++++++++++++
 net/xmftp/patches/patch-at |  12 ++++++++++++
 13 files changed, 162 insertions(+), 1 deletions(-)

diffs (222 lines):

diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/distinfo
--- a/net/xmftp/distinfo        Sat Jul 28 01:21:15 2007 +0000
+++ b/net/xmftp/distinfo        Sat Jul 28 01:30:01 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/05/10 06:40:59 minskim Exp $
+$NetBSD: distinfo,v 1.4 2007/07/28 01:30:01 joerg Exp $
 
 SHA1 (xmftp-1.0.4.tar.gz) = c39b14cabced594a045def93e363a9a6eb069b0b
 RMD160 (xmftp-1.0.4.tar.gz) = 0d31d84430292d71951df78770552be61eb199a3
@@ -11,3 +11,15 @@
 SHA1 (patch-af) = 79fdee0097ee8c83b6e698ac7325382bceb7ab04
 SHA1 (patch-ag) = 570e386f033eabb995d3c792263cfacce5669fef
 SHA1 (patch-ah) = a23cd827cf8f185714229ab6ae022c4a81732162
+SHA1 (patch-ai) = 42980a251eaeb3cbb70fa3a353121cbc302c187d
+SHA1 (patch-aj) = 393a0bd00cbc21a2caeb83a4abbc438224d500a3
+SHA1 (patch-ak) = 08148bf4494aff1de04a3030200e29a9ffdb6f77
+SHA1 (patch-al) = d790a38b65d0f16ab9efe02a31066f8e711c8e9a
+SHA1 (patch-am) = b1d4bd60a5f4551cd872974c11a30b4a920364c1
+SHA1 (patch-an) = 30a9cd1eb517cb429eba6aaff95ed0510ab6fb39
+SHA1 (patch-ao) = 2caba269693fe622885552199509599274511b51
+SHA1 (patch-ap) = 10bcf3e3f85b256e7a6673f882c7435a3fb7cc56
+SHA1 (patch-aq) = 3c0644b1760a92b0e999c47ab7af3b31ecce829c
+SHA1 (patch-ar) = 9da710fbe33b95cf6cee20bceff873b55daa5bc3
+SHA1 (patch-as) = c1d1120bd466b4574dd2631a97e9c1288e6bfa67
+SHA1 (patch-at) = f4ec23e8c3fda4e2f84e063d73c117211c29e0bd
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ai        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/remote_refresh.c.orig   2007-07-28 00:40:57.000000000 +0000
++++ ui/remote_refresh.c
+@@ -5,7 +5,7 @@
+ #include <Xm/Xm.h>
+ #include <Xm/List.h>
+ #include <Xm/SelectioB.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include "remote_refresh.h"
+ #include "../program/misc.h"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-aj        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/download.c.orig 2007-07-28 00:42:27.000000000 +0000
++++ ui/download.c
+@@ -6,7 +6,7 @@
+ #include <Xm/MessageB.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <signal.h>
+ #include <sys/types.h>
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ak        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/connection.c.orig       2007-07-28 00:42:56.000000000 +0000
++++ ui/connection.c
+@@ -13,7 +13,6 @@
+ #include <Xm/List.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include "xmftp.h"
+ #include "operations.h"
+ #include "../program/misc.h"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-al        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/fill_filelist.c.orig    2007-07-28 00:43:16.000000000 +0000
++++ ui/fill_filelist.c
+@@ -4,7 +4,7 @@
+ 
+ #include <Xm/Xm.h>
+ #include <Xm/List.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <time.h>
+ #include "fill_filelist.h"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-am        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- ui/site_mgr.c.orig 2007-07-28 00:51:03.000000000 +0000
++++ ui/site_mgr.c
+@@ -16,7 +16,6 @@
+ #include <Xm/SelectioB.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include "xmftp.h"
+ #include "../program/site_db/site_db.h"
+ #include "../program/misc.h"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-an        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2007/07/28 01:30:01 joerg Exp $
+
+--- program/site_db/site_db.c.orig     2007-07-28 00:56:25.000000000 +0000
++++ program/site_db/site_db.c
+@@ -3,7 +3,6 @@
+ /***************************************************************************/
+ 
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <stdlib.h>
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ao        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/transfer.c.orig 2007-07-28 00:56:48.000000000 +0000
++++ ui/transfer.c
+@@ -10,7 +10,6 @@
+ #include <Xm/PushB.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <time.h>
+ #include <unistd.h>
+ #include "xmftp.h"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ap        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/local_remote_ops.c.orig 2007-07-28 00:57:20.000000000 +0000
++++ ui/local_remote_ops.c
+@@ -12,7 +12,7 @@
+ #include "../program/ftp.h"
+ #include "../program/misc.h"
+ #include "transfer.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <Xm/SelectioB.h>
+ #include <Xm/MessageB.h>
+ #include <Xm/List.h>
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-aq        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aq,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/pixmap.c.orig   2007-07-28 00:57:42.000000000 +0000
++++ ui/pixmap.c
+@@ -4,7 +4,6 @@
+ #include <stdlib.h>
+ #include "xmftp.h"
+ #include "pixmap.h"
+-#include <malloc.h>
+ 
+ /* Get all the icons 16bit */
+ #include "icons/connect.xpm"
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-ar
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-ar        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ar,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- program/url.c.orig 2007-07-28 01:08:08.000000000 +0000
++++ program/url.c
+@@ -2,7 +2,6 @@
+ #include "url.h"
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ 
+ int is_url(char *string);
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-as
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-as        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2007/07/28 01:30:02 joerg Exp $
+
+--- ui/password.c.orig 2007-07-28 01:08:38.000000000 +0000
++++ ui/password.c
+@@ -3,7 +3,7 @@
+ #include <Xm/Xm.h>
+ #include <Xm/Text.h>
+ #include "password.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ 
+ /* Initialize the specified mode in pf */
+ void PField_InitMode(PassField *pf);
diff -r f578af5ddeb3 -r 9e33123b099a net/xmftp/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xmftp/patches/patch-at        Sat Jul 28 01:30:01 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-at,v 1.1 2007/07/28 01:30:03 joerg Exp $
+
+--- ui/upload.c.orig   2007-07-28 01:10:57.000000000 +0000
++++ ui/upload.c
+@@ -5,6 +5,7 @@
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/types.h>



Home | Main Index | Thread Index | Old Index