summaryrefslogtreecommitdiff
path: root/databases/libgda
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-03 22:57:06 +0000
committerjoerg <joerg>2007-08-03 22:57:06 +0000
commit2e9e35a566e53771faf8d0790dda174f4ff9c6ca (patch)
tree805d57e1706fe7bbc9f3e3f5b3deab48101ba150 /databases/libgda
parentc0d71ddfdae4f5c1efd41cc43440bd01149ea207 (diff)
downloadpkgsrc-2e9e35a566e53771faf8d0790dda174f4ff9c6ca.tar.gz
Don't use malloc.h, use stdlib.h.
Diffstat (limited to 'databases/libgda')
-rw-r--r--databases/libgda/distinfo5
-rw-r--r--databases/libgda/patches/patch-af16
-rw-r--r--databases/libgda/patches/patch-ag16
-rw-r--r--databases/libgda/patches/patch-ai16
4 files changed, 52 insertions, 1 deletions
diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo
index 84f8ade1263..0aba6451573 100644
--- a/databases/libgda/distinfo
+++ b/databases/libgda/distinfo
@@ -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-ab) = b2e994c46624b245652c7ebce90a3f6469980652
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 --git a/databases/libgda/patches/patch-af b/databases/libgda/patches/patch-af
new file mode 100644
index 00000000000..1054a355884
--- /dev/null
+++ b/databases/libgda/patches/patch-af
@@ -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 --git a/databases/libgda/patches/patch-ag b/databases/libgda/patches/patch-ag
new file mode 100644
index 00000000000..217e8caafc2
--- /dev/null
+++ b/databases/libgda/patches/patch-ag
@@ -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 --git a/databases/libgda/patches/patch-ai b/databases/libgda/patches/patch-ai
new file mode 100644
index 00000000000..b44b8677cb6
--- /dev/null
+++ b/databases/libgda/patches/patch-ai
@@ -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>