summaryrefslogtreecommitdiff
path: root/databases/sqlite/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna>2003-06-25 19:24:21 +0000
committertsarna <tsarna>2003-06-25 19:24:21 +0000
commit4c84db7b4e85fc5e06e82e1725d4f904d5ff9b41 (patch)
tree6c1f8fbd0f68ab3e063d9d258a9e7778adc39ad7 /databases/sqlite/Makefile
parentafae8d3b0a8268fb1b2a12c2c875ee92f6826297 (diff)
downloadpkgsrc-4c84db7b4e85fc5e06e82e1725d4f904d5ff9b41.tar.gz
Update sqlite to 2.8.3. Major relevant changes:
2003 June 4 (2.8.3) - Fix a problem that will corrupt the indices on a table if you do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that contains an INTEGER PRIMARY KEY plus one or more indices. - Add the ability for INSERT and UPDATE statements to refer to the "rowid" (or "_rowid_" or "oid") columns. - Other important bug fixes 2003 May 17 (2.8.2) - Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index. 2003 May 16 (2.8.1) - Reactivated the VACUUM command that reclaims unused disk space in a database file. - Added the ATTACH and DETACH commands to allow interacting with multiple database files at the same time. - Added support for TEMP triggers and indices. - Added support for in-memory databases. - Removed the experimental sqlite_open_aux_file(). Its function is subsumed in the new ATTACH command. - The precedence order for ON CONFLICT clauses was changed so that ON CONFLICT clauses on BEGIN statements have a higher precedence than ON CONFLICT clauses on constraints. - Many, many bug fixes and compatibility enhancements.
Diffstat (limited to 'databases/sqlite/Makefile')
-rw-r--r--databases/sqlite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index ac8104eea18..78e76795f71 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2003/03/29 12:40:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2003/06/25 19:24:21 tsarna Exp $
-DISTNAME= sqlite-2.8.0
+DISTNAME= sqlite-2.8.3
WRKSRC= ${WRKDIR}/sqlite-build
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -12,6 +12,7 @@ COMMENT= SQL Database Engine In A C Library
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
+USE_GMAKE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES