This is a port update of databases/sqlite. It offers several new features: * 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. * Update to upstream version 2.8.3. * 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. Anyway, this gets the job done and I don't intend to win any prize for the nicest build process ;-) So please apply. Fix: Don't forget to cvs remove the file patch-ltmain.sh. It's no longer needed. How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks!