summaryrefslogtreecommitdiff
path: root/x11/xbanner
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-20 17:38:05 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-20 17:38:05 +0000
commit565085b8e8d5e927cb6adf0277c89a1a195ccf15 (patch)
tree9b6dbef3a5a7911dfb68c99cd58584de98fb4347 /x11/xbanner
parent0e8288f7663df91c50a77dbe770efd07d6abd93a (diff)
downloadpkgsrc-565085b8e8d5e927cb6adf0277c89a1a195ccf15.tar.gz
Do not include <malloc.h>.
Diffstat (limited to 'x11/xbanner')
-rw-r--r--x11/xbanner/distinfo9
-rw-r--r--x11/xbanner/patches/patch-ad15
-rw-r--r--x11/xbanner/patches/patch-ae14
-rw-r--r--x11/xbanner/patches/patch-af15
-rw-r--r--x11/xbanner/patches/patch-ag15
-rw-r--r--x11/xbanner/patches/patch-ah14
-rw-r--r--x11/xbanner/patches/patch-ai14
-rw-r--r--x11/xbanner/patches/patch-aj13
8 files changed, 108 insertions, 1 deletions
diff --git a/x11/xbanner/distinfo b/x11/xbanner/distinfo
index 20cb314bb29..3a347c637fd 100644
--- a/x11/xbanner/distinfo
+++ b/x11/xbanner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:21 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/07/20 17:38:05 kristerw Exp $
SHA1 (XBanner1.31.tar.gz) = 90bd958c81f30d8a92db7b89b340fd1803ca8e58
RMD160 (XBanner1.31.tar.gz) = cf69323daed6eb0e86f5fc38721b50ab6528c3c7
@@ -6,3 +6,10 @@ Size (XBanner1.31.tar.gz) = 289732 bytes
SHA1 (patch-aa) = c1598a751c6897f94ecb181e292dfd06b5ac059a
SHA1 (patch-ab) = ccd98d3fefd4e3359cc618d6f4d614d01c4ff2c3
SHA1 (patch-ac) = f686a47858b30950de7fbf7140f39cacac896287
+SHA1 (patch-ad) = a17524a3054610321a1374f1c00e825a07e575e1
+SHA1 (patch-ae) = 8cdd5be8e4c45a95ac9d60f6bf3682354e3ef5f2
+SHA1 (patch-af) = 594df7932948958f81f729e24abc1eb01a3bc96b
+SHA1 (patch-ag) = c4ab7f4cda4e2c3f9c34524ce4a43154e83dadb8
+SHA1 (patch-ah) = 482fbcf6a6bc28558f1797599980cbf3d4b1e909
+SHA1 (patch-ai) = e947acbbbace4f216fec399abc786fb600242dbb
+SHA1 (patch-aj) = 799e52cf3cbe411625dbed8b60d7d8177265954c
diff --git a/x11/xbanner/patches/patch-ad b/x11/xbanner/patches/patch-ad
new file mode 100644
index 00000000000..2eb9d2c0d17
--- /dev/null
+++ b/x11/xbanner/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- util.c.orig Wed Jul 20 19:26:07 2005
++++ util.c Wed Jul 20 19:26:29 2005
+@@ -6,10 +6,6 @@
+ #include <string.h>
+ #include <stdlib.h>
+
+-#ifndef vms
+-#include <malloc.h>
+-#endif
+-
+ #include <X11/Xlib.h>
+ #include <X11/Xatom.h>
+
diff --git a/x11/xbanner/patches/patch-ae b/x11/xbanner/patches/patch-ae
new file mode 100644
index 00000000000..d8d7c115469
--- /dev/null
+++ b/x11/xbanner/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- backg.c.orig Wed Jul 20 19:26:43 2005
++++ backg.c Wed Jul 20 19:26:54 2005
+@@ -4,9 +4,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
+ #include <math.h>
+
+ #include "xb_config.h"
diff --git a/x11/xbanner/patches/patch-af b/x11/xbanner/patches/patch-af
new file mode 100644
index 00000000000..60b51c01ed9
--- /dev/null
+++ b/x11/xbanner/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- effect.c.orig Wed Jul 20 19:26:59 2005
++++ effect.c Wed Jul 20 19:27:25 2005
+@@ -6,9 +6,7 @@
+
+ #include <stdio.h>
+ #include <ctype.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
++#include <stdlib.h>
+
+ /* X11 include(s) */
+ #include <X11/Xlib.h>
diff --git a/x11/xbanner/patches/patch-ag b/x11/xbanner/patches/patch-ag
new file mode 100644
index 00000000000..92382e11b14
--- /dev/null
+++ b/x11/xbanner/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- colors.c.orig Wed Jul 20 19:27:32 2005
++++ colors.c Wed Jul 20 19:27:51 2005
+@@ -6,9 +6,7 @@
+
+ #include <stdio.h>
+ #include <ctype.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
++#include <stdlib.h>
+
+ /* X11 include(s) */
+ #include <X11/Xlib.h>
diff --git a/x11/xbanner/patches/patch-ah b/x11/xbanner/patches/patch-ah
new file mode 100644
index 00000000000..4686d5c68cb
--- /dev/null
+++ b/x11/xbanner/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- plasma.c.orig Wed Jul 20 19:27:57 2005
++++ plasma.c Wed Jul 20 19:28:12 2005
+@@ -1,9 +1,6 @@
+ #include <stdio.h>
+ #include <math.h>
+ #include <stdlib.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
+
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
diff --git a/x11/xbanner/patches/patch-ai b/x11/xbanner/patches/patch-ai
new file mode 100644
index 00000000000..bff414ebf46
--- /dev/null
+++ b/x11/xbanner/patches/patch-ai
@@ -0,0 +1,14 @@
+$NetBSD: patch-ai,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- ripples.c.orig Wed Jul 20 19:28:18 2005
++++ ripples.c Wed Jul 20 19:28:27 2005
+@@ -1,9 +1,6 @@
+ #include <stdio.h>
+ #include <math.h>
+ #include <stdlib.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
+
+ /* use this to change if you want ripples with more than 256 colors */
+ #define RIPPLE_USES char
diff --git a/x11/xbanner/patches/patch-aj b/x11/xbanner/patches/patch-aj
new file mode 100644
index 00000000000..966c2848c47
--- /dev/null
+++ b/x11/xbanner/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2005/07/20 17:38:05 kristerw Exp $
+
+--- random_effect.c.orig Wed Jul 20 19:28:33 2005
++++ random_effect.c Wed Jul 20 19:28:43 2005
+@@ -1,8 +1,5 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+-#ifndef vms
+-#include <malloc.h>
+-#endif
+ #include <time.h>
+ #include <string.h>
+