summaryrefslogtreecommitdiff
path: root/x11/xbanner/patches
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/patches
parent0e8288f7663df91c50a77dbe770efd07d6abd93a (diff)
downloadpkgsrc-565085b8e8d5e927cb6adf0277c89a1a195ccf15.tar.gz
Do not include <malloc.h>.
Diffstat (limited to 'x11/xbanner/patches')
-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
7 files changed, 100 insertions, 0 deletions
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>
+