summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-05 15:48:09 +0000
committerjoerg <joerg>2007-08-05 15:48:09 +0000
commit4f5a5a8d65ba1df0c45a6e6d6dc86a62d0edf21e (patch)
tree71951d6e4dc08ae0a5f0dddbf2ebd7fb365b60ed /wm
parent46385ec61be2cb12044ada2933a258b705a1da55 (diff)
downloadpkgsrc-4f5a5a8d65ba1df0c45a6e6d6dc86a62d0edf21e.tar.gz
Don't use malloc.h.
Diffstat (limited to 'wm')
-rw-r--r--wm/whiteBOX/distinfo3
-rw-r--r--wm/whiteBOX/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/wm/whiteBOX/distinfo b/wm/whiteBOX/distinfo
index 2b26efbae65..af14b81df20 100644
--- a/wm/whiteBOX/distinfo
+++ b/wm/whiteBOX/distinfo
@@ -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-ab) = 2809ade224502b97252af35ccae269163b7b90a7
SHA1 (patch-ac) = a3eeeeedc328133e439a43c9daac8349e211a524
SHA1 (patch-ad) = 9becf38e5af3a42c99a7d836a315f3ac6814459b
SHA1 (patch-ae) = 1da2b2dab1d03143b7450a93f1e3b8f9062ebe5b
+SHA1 (patch-af) = a1e67cbe3b8291d76faed1ad7b3e255c8eba3335
diff --git a/wm/whiteBOX/patches/patch-af b/wm/whiteBOX/patches/patch-af
new file mode 100644
index 00000000000..b72a3c0b39a
--- /dev/null
+++ b/wm/whiteBOX/patches/patch-af
@@ -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>