pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgda Don't use malloc.h, use stdlib.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a451c38f3cf3
branches:  trunk
changeset: 531658:a451c38f3cf3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 03 22:57:06 2007 +0000

description:
Don't use malloc.h, use stdlib.h.

diffstat:

 databases/libgda/distinfo         |   5 ++++-
 databases/libgda/patches/patch-af |  16 ++++++++++++++++
 databases/libgda/patches/patch-ag |  16 ++++++++++++++++
 databases/libgda/patches/patch-ai |  16 ++++++++++++++++
 4 files changed, 52 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r 55505779b452 -r a451c38f3cf3 databases/libgda/distinfo
--- a/databases/libgda/distinfo Fri Aug 03 22:40:29 2007 +0000
+++ b/databases/libgda/distinfo Fri Aug 03 22:57:06 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2007/01/26 10:59:59 dillo Exp $
+$NetBSD: distinfo,v 1.29 2007/08/03 22:57:06 joerg Exp $
 
 SHA1 (libgda-2.99.2.tar.bz2) = d6863053d0117ef0ca421412e78e2e9d5df9c4ff
 RMD160 (libgda-2.99.2.tar.bz2) = dda55b176b6d63d6b5a74e7069ed59ecc108ee60
@@ -8,7 +8,10 @@
 SHA1 (patch-ac) = a5d16f494c01c8dc2ca544ff3ac6cd159cc16c4c
 SHA1 (patch-ad) = 36297162f34223c7dd799e4227f9b54956c92cc6
 SHA1 (patch-ae) = 1041214da337151f3b356ef6093e5168fa81b2bb
+SHA1 (patch-af) = 087d77a1edd9690951c36071dca3e0acd588a544
+SHA1 (patch-ag) = aeda4e68c00a57fc62fcd7b52bb1bad3060c7a67
 SHA1 (patch-ah) = 1a2ef8200b2ccedb632e7f952c7e214128c51693
+SHA1 (patch-ai) = c75e35c2a1b6eeb881ba00e33fa7940112a6676e
 SHA1 (patch-aj) = e42905b1b74de4d85e13b5164ac86914b597c7cb
 SHA1 (patch-ak) = 2059de5e09a674407a1da3052f06fcd74066c36b
 SHA1 (patch-al) = a4c597e29c60bdc5e48a0a9677b14b41a96eb005
diff -r 55505779b452 -r a451c38f3cf3 databases/libgda/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libgda/patches/patch-af Fri Aug 03 22:57:06 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.3 2007/08/03 22:57:06 joerg Exp $
+
+--- providers/sqlite/sqlite-src/fts1.c.orig    2007-08-03 21:57:08.000000000 +0000
++++ providers/sqlite/sqlite-src/fts1.c
+@@ -19,11 +19,7 @@
+ #endif
+ 
+ #include <assert.h>
+-#if !defined(__APPLE__)
+-#include <malloc.h>
+-#else
+ #include <stdlib.h>
+-#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
diff -r 55505779b452 -r a451c38f3cf3 databases/libgda/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libgda/patches/patch-ag Fri Aug 03 22:57:06 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ag,v 1.3 2007/08/03 22:57:06 joerg Exp $
+
+--- providers/sqlite/sqlite-src/fts1_porter.c.orig     2007-08-03 21:57:11.000000000 +0000
++++ providers/sqlite/sqlite-src/fts1_porter.c
+@@ -26,11 +26,7 @@
+ 
+ 
+ #include <assert.h>
+-#if !defined(__APPLE__)
+-#include <malloc.h>
+-#else
+ #include <stdlib.h>
+-#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>
diff -r 55505779b452 -r a451c38f3cf3 databases/libgda/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libgda/patches/patch-ai Fri Aug 03 22:57:06 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ai,v 1.6 2007/08/03 22:57:07 joerg Exp $
+
+--- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig 2007-08-03 21:57:15.000000000 +0000
++++ providers/sqlite/sqlite-src/fts1_tokenizer1.c
+@@ -18,11 +18,7 @@
+ 
+ 
+ #include <assert.h>
+-#if !defined(__APPLE__)
+-#include <malloc.h>
+-#else
+ #include <stdlib.h>
+-#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <ctype.h>



Home | Main Index | Thread Index | Old Index