pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/kdepim3 Don't include malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30c2fc9ce09d
branches:  trunk
changeset: 531557:30c2fc9ce09d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 02 00:04:53 2007 +0000

description:
Don't include malloc.h.

diffstat:

 misc/kdepim3/distinfo         |   4 +++-
 misc/kdepim3/patches/patch-ar |  15 +++++++++++++++
 misc/kdepim3/patches/patch-as |  14 ++++++++++++++
 misc/kdepim3/patches/patch-at |  14 ++++++++++++++
 4 files changed, 46 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r fedddf63de80 -r 30c2fc9ce09d misc/kdepim3/distinfo
--- a/misc/kdepim3/distinfo     Wed Aug 01 23:58:15 2007 +0000
+++ b/misc/kdepim3/distinfo     Thu Aug 02 00:04:53 2007 +0000
@@ -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-ao) = f3760617e77fe74d80733613a18905971ee4c5f9
 SHA1 (patch-ap) = 2038ab56c26e624da338f678df84e55316cae57b
 SHA1 (patch-aq) = 4688c2c47e0ac3891bd97c9757863ccd1d12c156
+SHA1 (patch-ar) = 9436f51d44a485d1bcdad1aa1617197aa7d33a5d
+SHA1 (patch-as) = 7911968439a8035bb5d22f4485b89e4a01ae1dbd
diff -r fedddf63de80 -r 30c2fc9ce09d misc/kdepim3/patches/patch-ar
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim3/patches/patch-ar     Thu Aug 02 00:04:53 2007 +0000
@@ -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 -r fedddf63de80 -r 30c2fc9ce09d misc/kdepim3/patches/patch-as
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim3/patches/patch-as     Thu Aug 02 00:04:53 2007 +0000
@@ -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 -r fedddf63de80 -r 30c2fc9ce09d misc/kdepim3/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim3/patches/patch-at     Thu Aug 02 00:04:53 2007 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index