diff options
-rw-r--r-- | net/wmget/distinfo | 3 | ||||
-rw-r--r-- | net/wmget/patches/patch-aa | 12 | ||||
-rw-r--r-- | wm/whiteBOX/distinfo | 3 | ||||
-rw-r--r-- | wm/whiteBOX/patches/patch-af | 13 |
4 files changed, 29 insertions, 2 deletions
diff --git a/net/wmget/distinfo b/net/wmget/distinfo index 110bd5b7557..b40be6623e2 100644 --- a/net/wmget/distinfo +++ b/net/wmget/distinfo @@ -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 --git a/net/wmget/patches/patch-aa b/net/wmget/patches/patch-aa new file mode 100644 index 00000000000..c186a6943a3 --- /dev/null +++ b/net/wmget/patches/patch-aa @@ -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 --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> |