diff options
author | adam <adam@pkgsrc.org> | 2014-03-13 13:36:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-03-13 13:36:19 +0000 |
commit | 33127210bd323ac2830c8713863664d6caf14594 (patch) | |
tree | 50dd801d4324bad90bd2bcd7ad89704b5f5f0b60 /databases/sqlite3-tcl | |
parent | f34fb27ca4f231b6ec007c862c3446eeb8b51692 (diff) | |
download | pkgsrc-33127210bd323ac2830c8713863664d6caf14594.tar.gz |
Changes 3.8.4.1:
Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio.
When computing the cost of the skip-scan optimization, take into account the fact that multiple seeks are required.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index e4f973b0a0d..ce9cdbad71c 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2014/03/10 17:03:29 adam Exp $ +# $NetBSD: Makefile,v 1.57 2014/03/13 13:36:19 adam Exp $ -DISTNAME= sqlite-autoconf-3080400 -PKGNAME= sqlite3-tcl-3.8.4 +DISTNAME= sqlite-autoconf-3080401 +PKGNAME= sqlite3-tcl-3.8.4.1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \ http://www.sqlite.org/2014/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 30b2c9ab66f..e9076e40ce2 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2014/03/10 17:03:29 adam Exp $ +$NetBSD: distinfo,v 1.39 2014/03/13 13:36:19 adam Exp $ -SHA1 (sqlite-autoconf-3080400.tar.gz) = 19249a798456f88b3a99ef27fa4119d08d89682f -RMD160 (sqlite-autoconf-3080400.tar.gz) = 95fc8e8b7585e92d698e6002b42f381434fe48d6 -Size (sqlite-autoconf-3080400.tar.gz) = 1937306 bytes +SHA1 (sqlite-autoconf-3080401.tar.gz) = f8a77b74bd2632eb14cea62cd8b92c45026e248c +RMD160 (sqlite-autoconf-3080401.tar.gz) = e4cf636abcffb628b66428eaa9687632acf096a2 +Size (sqlite-autoconf-3080401.tar.gz) = 1937368 bytes SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d |