Bug 72918

Summary: databases/sqlite3 does not link with tcl8.3
Product: Ports & Packages Reporter: Anton Berezin <tobez>
Component: Individual Port(s)Assignee: Brian Feldman <green>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anton Berezin freebsd_committer freebsd_triage 2004-10-20 12:20:26 UTC
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
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2004-10-20 12:24:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->green

Over to maintainer.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-23 04:33:13 UTC
State Changed
From-To: open->closed

Committed, thanks!