diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 01:30:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 01:30:01 +0000 |
commit | 351c5f8f35664b358225bbafaab9a03b720f5be5 (patch) | |
tree | e6c3fdc6fa4cf62933dc41035994c2f61c8def06 /net/xmftp | |
parent | d670e0be94202193bc21fcbdb5adc6a0bd5da8c4 (diff) | |
download | pkgsrc-351c5f8f35664b358225bbafaab9a03b720f5be5.tar.gz |
malloc.h cleanup.
Diffstat (limited to 'net/xmftp')
-rw-r--r-- | net/xmftp/distinfo | 14 | ||||
-rw-r--r-- | net/xmftp/patches/patch-ai | 13 | ||||
-rw-r--r-- | net/xmftp/patches/patch-aj | 13 | ||||
-rw-r--r-- | net/xmftp/patches/patch-ak | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-al | 13 | ||||
-rw-r--r-- | net/xmftp/patches/patch-am | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-an | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-ao | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-ap | 13 | ||||
-rw-r--r-- | net/xmftp/patches/patch-aq | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-ar | 12 | ||||
-rw-r--r-- | net/xmftp/patches/patch-as | 13 | ||||
-rw-r--r-- | net/xmftp/patches/patch-at | 12 |
13 files changed, 162 insertions, 1 deletions
diff --git a/net/xmftp/distinfo b/net/xmftp/distinfo index 68cf0f8ff76..9f0d7e65e1f 100644 --- a/net/xmftp/distinfo +++ b/net/xmftp/distinfo @@ -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-ae) = 1a863ac53ffa46e838f2f88029b6ab26847f96b2 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 --git a/net/xmftp/patches/patch-ai b/net/xmftp/patches/patch-ai new file mode 100644 index 00000000000..efe26a5d38d --- /dev/null +++ b/net/xmftp/patches/patch-ai @@ -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 --git a/net/xmftp/patches/patch-aj b/net/xmftp/patches/patch-aj new file mode 100644 index 00000000000..f8a8083cd26 --- /dev/null +++ b/net/xmftp/patches/patch-aj @@ -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 --git a/net/xmftp/patches/patch-ak b/net/xmftp/patches/patch-ak new file mode 100644 index 00000000000..98bce3d9ba8 --- /dev/null +++ b/net/xmftp/patches/patch-ak @@ -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 --git a/net/xmftp/patches/patch-al b/net/xmftp/patches/patch-al new file mode 100644 index 00000000000..40c75a6cf3a --- /dev/null +++ b/net/xmftp/patches/patch-al @@ -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 --git a/net/xmftp/patches/patch-am b/net/xmftp/patches/patch-am new file mode 100644 index 00000000000..9f6be988e04 --- /dev/null +++ b/net/xmftp/patches/patch-am @@ -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 --git a/net/xmftp/patches/patch-an b/net/xmftp/patches/patch-an new file mode 100644 index 00000000000..67a436191b1 --- /dev/null +++ b/net/xmftp/patches/patch-an @@ -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 --git a/net/xmftp/patches/patch-ao b/net/xmftp/patches/patch-ao new file mode 100644 index 00000000000..e0cf1fc19bb --- /dev/null +++ b/net/xmftp/patches/patch-ao @@ -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 --git a/net/xmftp/patches/patch-ap b/net/xmftp/patches/patch-ap new file mode 100644 index 00000000000..70d59d527e7 --- /dev/null +++ b/net/xmftp/patches/patch-ap @@ -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 --git a/net/xmftp/patches/patch-aq b/net/xmftp/patches/patch-aq new file mode 100644 index 00000000000..577d8ccf66f --- /dev/null +++ b/net/xmftp/patches/patch-aq @@ -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 --git a/net/xmftp/patches/patch-ar b/net/xmftp/patches/patch-ar new file mode 100644 index 00000000000..906a9d207ac --- /dev/null +++ b/net/xmftp/patches/patch-ar @@ -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 --git a/net/xmftp/patches/patch-as b/net/xmftp/patches/patch-as new file mode 100644 index 00000000000..1bace87d1ec --- /dev/null +++ b/net/xmftp/patches/patch-as @@ -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 --git a/net/xmftp/patches/patch-at b/net/xmftp/patches/patch-at new file mode 100644 index 00000000000..d383daae1f5 --- /dev/null +++ b/net/xmftp/patches/patch-at @@ -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> |