summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl
diff options
context:
space:
mode:
authoradam <adam>2010-08-27 09:50:21 +0000
committeradam <adam>2010-08-27 09:50:21 +0000
commita4201276f32181b2e4c4d4a64b8545c0041f908c (patch)
tree935ecb06c505db9f22e53a0df8f2f41acc2424b2 /databases/sqlite3-tcl
parentd5d1ea9b0a9eb8f9ac9a1141e22502397a8132dd (diff)
downloadpkgsrc-a4201276f32181b2e4c4d4a64b8545c0041f908c.tar.gz
Changes 3.7.2:
* Fix an old and very obscure bug that can lead to corruption of the database free-page list when incremental_vacuum is used. Changes 3.7.1: * Added new commands SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_DBSTATUS_STMT_USED to the sqlite3_db_status() interface, in order to report out the amount of memory used to hold the schema and prepared statements of a connection. * Increase the maximum size of a database pages from 32KiB to 64KiB. * Use the LIKE optimization even if the right-hand side string contains no wildcards. * Added the SQLITE_FCNTL_CHUNK_SIZE verb to the sqlite3_file_control() interface for both unix and windows, to cause database files to grow in large chunks in order to reduce disk fragmentation. * Fixed a bug in the query planner that caused performance regresssions relative to 3.6.23.1 on some complex joins. * Fixed a typo in the OS/2 backend. * Refactored the pager module. * The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored. The maximum page size is hard-coded at 65536 bytes.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r--databases/sqlite3-tcl/Makefile10
-rw-r--r--databases/sqlite3-tcl/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index e82f68fe519..5e68b61a9e1 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2010/08/08 12:04:37 adam Exp $
+# $NetBSD: Makefile,v 1.18 2010/08/27 09:50:21 adam Exp $
-DISTNAME= sqlite-3_7_0_1-tea
+DISTNAME= sqlite-3_7_2-tea
PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -13,9 +13,9 @@ LICENSE= public-domain
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/sqlite${PKGVERSION_NOREV}
USE_TOOLS+= gmake
-
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
PLIST_SUBST+= TCL_TRIM_DOTS=${PKGVERSION_NOREV:S/.//g}
@@ -23,6 +23,6 @@ PLIST_SUBST+= TCL_TRIM_DOTS=${PKGVERSION_NOREV:S/.//g}
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.10
.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo
index 2b6394a67f5..fc6ec181924 100644
--- a/databases/sqlite3-tcl/distinfo
+++ b/databases/sqlite3-tcl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2010/08/08 12:04:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2010/08/27 09:50:21 adam Exp $
-SHA1 (sqlite-3_7_0_1-tea.tar.gz) = 238578e1411f20ad78d0f67e0fdf37d3ab94deea
-RMD160 (sqlite-3_7_0_1-tea.tar.gz) = 1387035b0e7f828b9fcd9259169be6a895e22baa
-Size (sqlite-3_7_0_1-tea.tar.gz) = 1263927 bytes
+SHA1 (sqlite-3_7_2-tea.tar.gz) = 087df262843368d1fd901f9b67acb501531f143c
+RMD160 (sqlite-3_7_2-tea.tar.gz) = 357cba45aaaf1e69c704200139f4aff44fe33515
+Size (sqlite-3_7_2-tea.tar.gz) = 1237323 bytes
SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea