summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-02-15 19:50:52 +0000
committerdrochner <drochner>2006-02-15 19:50:52 +0000
commita76451b3cb2f86b5f7e35f4e06f129ee93db0cdf (patch)
treea4df792c988023bfed1c842f3e4a8f700f115780
parent729c22dec757ec019833e04cc42120d15fc6bfd9 (diff)
downloadpkgsrc-a76451b3cb2f86b5f7e35f4e06f129ee93db0cdf.tar.gz
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.
-rw-r--r--databases/sqlite3-tcl/Makefile3
-rw-r--r--databases/sqlite3/Makefile4
-rw-r--r--databases/sqlite3/Makefile.common4
-rw-r--r--databases/sqlite3/distinfo8
4 files changed, 8 insertions, 11 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index 621c2ab2d95..47aa723e14e 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -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 --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index fecc4ab87bd..1656fb551c2 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -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 --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index f7ab274ee64..56ffd2c70a5 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 84a5d3cb7ae..ae2d0dee9d3 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -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