summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-02-15 19:50:52 +0000
committerdrochner <drochner@pkgsrc.org>2006-02-15 19:50:52 +0000
commit0f0073ae7b119695026f84a2914e2120b6df19b3 (patch)
treea4df792c988023bfed1c842f3e4a8f700f115780 /databases/sqlite3-tcl
parenta544d6f73f995c642a2aa7428c9aaf4c32031788 (diff)
downloadpkgsrc-0f0073ae7b119695026f84a2914e2120b6df19b3.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.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r--databases/sqlite3-tcl/Makefile3
1 files changed, 1 insertions, 2 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