summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2001-10-20 18:51:37 +0000
committerreinoud <reinoud@pkgsrc.org>2001-10-20 18:51:37 +0000
commite7f271ddfa7e455f3503aeea80285beebba6f038 (patch)
tree843f49f6e7d8a246363beba930a083f501fb9c69 /databases/sqlite
parentbfd7685f68f4ab5c6d26e50609878dd5c90deef5 (diff)
downloadpkgsrc-e7f271ddfa7e455f3503aeea80285beebba6f038.tar.gz
Patch to make sqlite work on LP64 machines. I tried to make the patch as
less invasive as posible without rewriting stuff. The main problems were the assumption that a pointer and an int had the same size. Also there were strange casts near calculations that were not nessisary.
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/distinfo10
-rw-r--r--databases/sqlite/patches/patch-aa4
2 files changed, 10 insertions, 4 deletions
diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo
index 4271ffa16c8..1aecdc81c28 100644
--- a/databases/sqlite/distinfo
+++ b/databases/sqlite/distinfo
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/16 16:20:08 jlam Exp $
+$NetBSD: distinfo,v 1.2 2001/10/20 18:51:37 reinoud Exp $
SHA1 (sqlite-2.0.5.tar.gz) = 9a1902380e3c06076561b343b7e1848c5f3642c7
Size (sqlite-2.0.5.tar.gz) = 588792 bytes
-SHA1 (patch-aa) = 2a715924e84b4f047e510fdb038a6857ead6e50e
+SHA1 (patch-aa) = 05d0408a9c3f6a371b4b9cf5464aa5a7b436023b
+SHA1 (patch-ab) = f79431f43563f124486cbc8807059dae891b5ac1
+SHA1 (patch-ac) = a242f378220a004317b697c8c5e20b1d7c40bd77
+SHA1 (patch-ad) = 0e694856fb4c4888de98f1a2fe07c49533ae1c29
+SHA1 (patch-ae) = 4ea17c257833c6efdc14fdfb0c6ef4a5a4cd943f
+SHA1 (patch-af) = 6519be2937c19512f1974bddb1aad75493224bfc
+SHA1 (patch-ag) = f8b2c9ecd66a6c5fa62f3387f3c6ae95290f1028
diff --git a/databases/sqlite/patches/patch-aa b/databases/sqlite/patches/patch-aa
index 67d782195ae..da5d6dd43d9 100644
--- a/databases/sqlite/patches/patch-aa
+++ b/databases/sqlite/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 16:20:08 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2001/10/20 18:51:37 reinoud Exp $
---- ../sqlite/configure.orig Thu Sep 27 21:34:44 2001
+--- ../sqlite/configure.orig Fri Sep 28 03:34:44 2001
+++ ../sqlite/configure
@@ -13341,7 +13341,7 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext