summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-11-18 23:56:18 +0000
committerwiz <wiz@pkgsrc.org>2006-11-18 23:56:18 +0000
commita64afb1e700b39554031caf0f1a5171dc441383b (patch)
treeb627941043e3044fe2b522e75d8d9275579d7f32 /databases/sqlite3
parenta204ffe4c9feda46aaa6b68b6a16adc2b7d51f69 (diff)
downloadpkgsrc-a64afb1e700b39554031caf0f1a5171dc441383b.tar.gz
Update to 3.3.8:
Version 3.3.8 adds support for full-text search using the FTS1 module. There are also minor bug fixes. Upgrade only if you want to try out the new full-text search capabilities or if you are having problems with 3.3.7. Version 3.3.7 includes support for loadable extensions and virtual tables. But both features are still considered "beta" and their APIs are subject to change in a future release. This release is mostly to make available the minor bug fixes that have accumulated since 3.3.6. Upgrading is not necessary. Do so only if you encounter one of the obscure bugs that have been fixed or if you want to try out the new features. 2006-Jun-6 - Version 3.3.6 Changes include improved tolerance for windows virus scanners and faster :memory: databases. There are also fixes for several obscure bugs. Upgrade if you are having problems. 2006-Apr-5 - Version 3.3.5 This release fixes many minor bugs and documentation typos and provides some minor new features and performance enhancements. Upgrade only if you are having problems or need one of the new features.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile.common4
-rw-r--r--databases/sqlite3/distinfo9
-rw-r--r--databases/sqlite3/patches/patch-aa13
3 files changed, 20 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 7836652b4fe..f8dea32e335 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.8 2006/03/04 21:29:11 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/11/18 23:56:18 wiz Exp $
-DISTNAME= sqlite-3.3.4
+DISTNAME= sqlite-3.3.8
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index ae2d0dee9d3..708f022798d 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/02/15 19:50:52 drochner Exp $
+$NetBSD: distinfo,v 1.8 2006/11/18 23:56:18 wiz Exp $
-SHA1 (sqlite-3.3.4.tar.gz) = 93f742986e8bc2dfa34792e16df017a6feccf3a2
-RMD160 (sqlite-3.3.4.tar.gz) = 09ef8bc8bd21ff96ebcba4053f8d18b7276bedca
-Size (sqlite-3.3.4.tar.gz) = 1644139 bytes
+SHA1 (sqlite-3.3.8.tar.gz) = 821dc16c8eb4d4625faa4f5fe9b0800c4bbcdc47
+RMD160 (sqlite-3.3.8.tar.gz) = 9d05a43c3adb5bbdf50713637f31a356f5772807
+Size (sqlite-3.3.8.tar.gz) = 1921871 bytes
+SHA1 (patch-aa) = 1362f7b554c91b495371de80170a9d1746e0fcd6
diff --git a/databases/sqlite3/patches/patch-aa b/databases/sqlite3/patches/patch-aa
new file mode 100644
index 00000000000..46844160b9e
--- /dev/null
+++ b/databases/sqlite3/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/11/18 23:56:18 wiz Exp $
+
+--- configure.orig 2006-10-03 12:42:27.000000000 +0000
++++ configure
+@@ -19700,7 +19700,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then
+ OS_WIN=0
+ OS_OS2=1
+ TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
+- if test "$ac_compiler_gnu" == "yes" ; then
++ if test "$ac_compiler_gnu" = "yes" ; then
+ TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
+ BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
+ fi