summaryrefslogtreecommitdiff
path: root/wm/whiteBOX
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-05 15:48:09 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-05 15:48:09 +0000
commit5471e226b8e5e6d96f2473a0d175fd4e51c08e21 (patch)
tree71951d6e4dc08ae0a5f0dddbf2ebd7fb365b60ed /wm/whiteBOX
parent968c6fdfc74aee32b349fc46d0a0a9b9499d5146 (diff)
downloadpkgsrc-5471e226b8e5e6d96f2473a0d175fd4e51c08e21.tar.gz
Don't use malloc.h.
Diffstat (limited to 'wm/whiteBOX')
-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>