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. Fix: The least resistance approach would be to disable an option to build sqlite3 with older tcls. How-To-Repeat: cd /usr/ports/databases/sqlite3 ; make SQLITE_WITH_TCL83=yes
Responsible Changed From-To: freebsd-ports-bugs->green Over to maintainer.
State Changed From-To: open->closed Committed, thanks!