o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83
defined, the linking stage fails. It looks like sqlite3
uses a funciton which is only available in tcl8.4.
Removed TCL83 support for databases/sqlite3
PR: ports/72918
Submitted by: Anton Berezin <tobez@freebsd.org>