pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases update to 3.3.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/0793f3eb2d9c
branches: trunk
changeset: 508154:0793f3eb2d9c
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Feb 15 19:50:52 2006 +0000
description:
update to 3.3.4
changes:
adds support for CHECK constraints, DESC indices, separate
REAL and INTEGER column affinities, a new OS interface layer design, and
many other changes
pkgsrc note:
a selftest fails on NetBSD/i386: a loss of precision is not detected in
the sum() function. Reason is that the code assumes that a "long double"
keeps more significant bits than a "long long int" which is not true here.
This is not a regression to 3.2.x which did just wrap on int overflows.
diffstat:
databases/sqlite3-tcl/Makefile | 3 +--
databases/sqlite3/Makefile | 4 +---
databases/sqlite3/Makefile.common | 4 ++--
databases/sqlite3/distinfo | 8 ++++----
4 files changed, 8 insertions(+), 11 deletions(-)
diffs (53 lines):
diff -r 080c38bf0dec -r 0793f3eb2d9c databases/sqlite3-tcl/Makefile
--- a/databases/sqlite3-tcl/Makefile Wed Feb 15 19:10:20 2006 +0000
+++ b/databases/sqlite3-tcl/Makefile Wed Feb 15 19:50:52 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/02/15 19:50:52 drochner Exp $
.include "../../databases/sqlite3/Makefile.common"
PKGNAME:= ${PKGNAME:S/-/-tcl-/}
-PKGREVISION= 1
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
diff -r 080c38bf0dec -r 0793f3eb2d9c databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile Wed Feb 15 19:10:20 2006 +0000
+++ b/databases/sqlite3/Makefile Wed Feb 15 19:50:52 2006 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/15 19:50:52 drochner Exp $
.include "Makefile.common"
-PKGREVISION= 1
-
CONFIGURE_ARGS+= --disable-tcl
post-install:
diff -r 080c38bf0dec -r 0793f3eb2d9c databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Wed Feb 15 19:10:20 2006 +0000
+++ b/databases/sqlite3/Makefile.common Wed Feb 15 19:50:52 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.6 2005/09/30 12:17:39 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2006/02/15 19:50:52 drochner Exp $
-DISTNAME= sqlite-3.2.7
+DISTNAME= sqlite-3.3.4
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
diff -r 080c38bf0dec -r 0793f3eb2d9c databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo Wed Feb 15 19:10:20 2006 +0000
+++ b/databases/sqlite3/distinfo Wed Feb 15 19:50:52 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/09/30 12:17:39 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/02/15 19:50:52 drochner Exp $
-SHA1 (sqlite-3.2.7.tar.gz) = 370095ce08b0f70754e034b2f07915c07f74ac11
-RMD160 (sqlite-3.2.7.tar.gz) = e321badace03b7d48112fc9ae1dca8c39c90a3d5
-Size (sqlite-3.2.7.tar.gz) = 1521075 bytes
+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
Home |
Main Index |
Thread Index |
Old Index