summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-02 00:04:53 +0000
committerjoerg <joerg>2007-08-02 00:04:53 +0000
commit989ccc99c90c25e0a768c57b45ee8780c9111b62 (patch)
tree2e0ca825cf8c661a85e02da0656f0162c92d73a1 /misc
parent7c59c0461e4e95b3d82eb759d0226444accaf118 (diff)
downloadpkgsrc-989ccc99c90c25e0a768c57b45ee8780c9111b62.tar.gz
Don't include malloc.h.
Diffstat (limited to 'misc')
-rw-r--r--misc/kdepim3/distinfo4
-rw-r--r--misc/kdepim3/patches/patch-ar15
-rw-r--r--misc/kdepim3/patches/patch-as14
-rw-r--r--misc/kdepim3/patches/patch-at14
4 files changed, 46 insertions, 1 deletions
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index 6cb61660be6..0b0f75bb4de 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.54 2007/05/23 13:24:59 markd Exp $
+$NetBSD: distinfo,v 1.55 2007/08/02 00:04:53 joerg Exp $
SHA1 (kdepim-3.5.7.tar.bz2) = 25401568625f6a616542802c7018c49420609a8b
RMD160 (kdepim-3.5.7.tar.bz2) = 14c05d4620abf1eb5421ad434dc63f037069e930
@@ -13,3 +13,5 @@ SHA1 (patch-an) = cb4cacc1e8ad1f3c5e4103149243829047ce94fe
SHA1 (patch-ao) = f3760617e77fe74d80733613a18905971ee4c5f9
SHA1 (patch-ap) = 2038ab56c26e624da338f678df84e55316cae57b
SHA1 (patch-aq) = 4688c2c47e0ac3891bd97c9757863ccd1d12c156
+SHA1 (patch-ar) = 9436f51d44a485d1bcdad1aa1617197aa7d33a5d
+SHA1 (patch-as) = 7911968439a8035bb5d22f4485b89e4a01ae1dbd
diff --git a/misc/kdepim3/patches/patch-ar b/misc/kdepim3/patches/patch-ar
new file mode 100644
index 00000000000..fac7d8560d8
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ar
@@ -0,0 +1,15 @@
+$NetBSD: patch-ar,v 1.3 2007/08/02 00:04:54 joerg Exp $
+
+--- libkholidays/parseholiday.y.orig 2007-08-01 21:48:49.000000000 +0000
++++ libkholidays/parseholiday.y
+@@ -32,10 +32,6 @@
+
+ #include <limits.h>
+
+-#ifdef HAVE_MALLOC_H
+-#include <malloc.h>
+-#endif
+-
+ /*** Macro definitions and constants ***/
+ /*
+ * Before you mail and complain that the following macro is incorrect,
diff --git a/misc/kdepim3/patches/patch-as b/misc/kdepim3/patches/patch-as
new file mode 100644
index 00000000000..9087cd1c720
--- /dev/null
+++ b/misc/kdepim3/patches/patch-as
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.3 2007/08/02 00:04:54 joerg Exp $
+
+--- libkcal/versit/vcc.y.orig 2007-08-01 21:48:21.000000000 +0000
++++ libkcal/versit/vcc.y
+@@ -99,9 +99,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19,
+ #endif
+
+ #include <string.h>
+-#if !defined(__FreeBSD__) && !defined(__APPLE__)
+-#include <malloc.h>
+-#endif
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <ctype.h>
diff --git a/misc/kdepim3/patches/patch-at b/misc/kdepim3/patches/patch-at
new file mode 100644
index 00000000000..b9152dc5dcd
--- /dev/null
+++ b/misc/kdepim3/patches/patch-at
@@ -0,0 +1,14 @@
+$NetBSD: patch-at,v 1.3 2007/08/02 00:04:55 joerg Exp $
+
+--- libkcal/versit/vcc.c.orig 2007-08-01 22:06:16.000000000 +0000
++++ libkcal/versit/vcc.c
+@@ -198,9 +198,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19,
+ #endif
+
+ #include <string.h>
+-#if !defined(__FreeBSD__) && !defined(__APPLE__)
+-#include <malloc.h>
+-#endif
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <ctype.h>