diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-15 19:50:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-15 19:50:52 +0000 |
commit | 2af8115d35db3c77642b734dbf021b10d3acd81c (patch) | |
tree | a4df792c988023bfed1c842f3e4a8f700f115780 /databases/sqlite3-tcl | |
parent | fdfe80273a57a77d061dc1ba7febdfc9a037ecd3 (diff) | |
download | pkgsrc-2af8115d35db3c77642b734dbf021b10d3acd81c.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/Makefile | 3 |
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 |