From 9c922cdda142d9a8a66ed8b59615d8b181de30f3 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Wed, 11 Jun 2003 16:26:07 +0000 Subject: o Update to 2.8.3. o The TCL wrapper is now optional and off by default. Use SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is still needed for building the docs, unless you specify NOPORTDOCS. o The TCL example is now installed in $LOCALBASE/share/examples/sqlite. This patch is quite hackish in that it replaces the libtool stuff from SQLite with the libtool port. It also uses plain 'install' instead of 'libtool install' to install shared libraries. This might not look nice, but it's the only way I got the desired effects to work (i. e. SQLite's libtool refused to install the TCL wrapper in $LOCALBASE/lib/sqlite - it insisted on only installing it into $LOCALBASE/lib. PR: ports/53182 Submitted by: Gerhard Haering (maintainer) --- databases/sqlite2/files/pkgIndex.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/sqlite2/files/pkgIndex.tcl') diff --git a/databases/sqlite2/files/pkgIndex.tcl b/databases/sqlite2/files/pkgIndex.tcl index dba694a3bc8b..d96e27a1bc55 100644 --- a/databases/sqlite2/files/pkgIndex.tcl +++ b/databases/sqlite2/files/pkgIndex.tcl @@ -1 +1 @@ -package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so.0] sqlite] +package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so] sqlite] -- cgit v1.2.3