pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad0818a8d5e9
branches:  trunk
changeset: 531728:ad0818a8d5e9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 15:48:09 2007 +0000

description:
Don't use malloc.h.

diffstat:

 net/wmget/distinfo           |   3 ++-
 net/wmget/patches/patch-aa   |  12 ++++++++++++
 wm/whiteBOX/distinfo         |   3 ++-
 wm/whiteBOX/patches/patch-af |  13 +++++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diffs (58 lines):

diff -r 9fb7859cf9c7 -r ad0818a8d5e9 net/wmget/distinfo
--- a/net/wmget/distinfo        Sun Aug 05 15:37:34 2007 +0000
+++ b/net/wmget/distinfo        Sun Aug 05 15:48:09 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $
+$NetBSD: distinfo,v 1.2 2007/08/05 15:48:09 joerg Exp $
 
 SHA1 (wmget-0.6.0-src.tar.gz) = 936fa30702c65216dc0371fcd3e5d2104bced1f8
 RMD160 (wmget-0.6.0-src.tar.gz) = 5caefbb15c66e38c4c3677428a086f49e4a529a3
 Size (wmget-0.6.0-src.tar.gz) = 41155 bytes
+SHA1 (patch-aa) = cdcab9a51b4e688f49d78e2307d0752c33705f06
diff -r 9fb7859cf9c7 -r ad0818a8d5e9 net/wmget/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wmget/patches/patch-aa        Sun Aug 05 15:48:09 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/08/05 15:48:09 joerg Exp $
+
+--- configure.c.orig   2007-08-05 15:24:33.000000000 +0000
++++ configure.c
+@@ -30,7 +30,6 @@
+ */
+ 
+ #include <string.h>
+-#include <malloc.h>
+ #include <ctype.h>
+ #include <getopt.h>
+ #include <stdlib.h>
diff -r 9fb7859cf9c7 -r ad0818a8d5e9 wm/whiteBOX/distinfo
--- a/wm/whiteBOX/distinfo      Sun Aug 05 15:37:34 2007 +0000
+++ b/wm/whiteBOX/distinfo      Sun Aug 05 15:48:09 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/02/21 22:42:51 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/08/05 15:51:31 joerg Exp $
 
 SHA1 (whiteBOX-0.5.tar.gz) = 4bf73188cd2781a5cea6cf950438c6155e1059b3
 RMD160 (whiteBOX-0.5.tar.gz) = 8935581b9cd155cba00cc35efc65cdd0b8eaede8
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = a3eeeeedc328133e439a43c9daac8349e211a524
 SHA1 (patch-ad) = 9becf38e5af3a42c99a7d836a315f3ac6814459b
 SHA1 (patch-ae) = 1da2b2dab1d03143b7450a93f1e3b8f9062ebe5b
+SHA1 (patch-af) = a1e67cbe3b8291d76faed1ad7b3e255c8eba3335
diff -r 9fb7859cf9c7 -r ad0818a8d5e9 wm/whiteBOX/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/whiteBOX/patches/patch-af      Sun Aug 05 15:48:09 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/05 15:51:32 joerg Exp $
+
+--- src/plugins/bgset/bgset.c.orig     2007-08-05 15:26:50.000000000 +0000
++++ src/plugins/bgset/bgset.c
+@@ -43,8 +43,6 @@
+ #include <string.h>
+ #include <assert.h>
+ 
+-#include <malloc.h>
+-
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/Xatom.h>



Home | Main Index | Thread Index | Old Index