1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

databases/sqlite3 does not link with tcl8.3

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>
This commit is contained in:
Edwin Groothuis 2004-12-23 04:33:05 +00:00
parent a9b0fa5bf5
commit 22d1a72b56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124885
2 changed files with 0 additions and 14 deletions

View File

@ -28,13 +28,6 @@ NO_LATEST_LINK= yes
TCL_V= 8.4
TCL_SHORT_V= 84
.if defined(SQLITE_WITH_TCL83)
CATEGORIES+= tcl83
TCL_V= 8.3
TCL_SHORT_V= 83
WITH_TCL= YES
.endif
.if defined(SQLITE_WITH_TCL84)
CATEGORIES+= tcl84
TCL_V= 8.4

View File

@ -28,13 +28,6 @@ NO_LATEST_LINK= yes
TCL_V= 8.4
TCL_SHORT_V= 84
.if defined(SQLITE_WITH_TCL83)
CATEGORIES+= tcl83
TCL_V= 8.3
TCL_SHORT_V= 83
WITH_TCL= YES
.endif
.if defined(SQLITE_WITH_TCL84)
CATEGORIES+= tcl84
TCL_V= 8.4