Currently, databases/sqlite3 has a dependency on TCL 8.4. The port uses an inconsistent variable (TCL_V) to select a different version of TCL. This will cause all dependant ports on sqlite3 to have an indirect dependency on TCL 8.4 (or ${TCL_V}). Fix: The attached patch allows databases/sqlite3 to choose the TCL version through the USE_TCL variable. Patch attached with submission follows: How-To-Repeat: Install TCL > 8.4 and set WITH_TCL_VER to that version Then install databases/sqlite3 This will cause the installation to TCL 8.4
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
mnag 2009-03-23 05:31:15 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile distinfo pkg-plist databases/sqlite3/files patch-Makefile.in Log: - Update to 3.6.11 - Change hard coded TCL dependancy to USE_TCL [1] PR: 132382 [1] Submitted by: Scot W. Hetzel <swhetzel___gmail.com> [1] Revision Changes Path 1.35 +12 -11 ports/databases/sqlite3/Makefile 1.25 +3 -3 ports/databases/sqlite3/distinfo 1.7 +24 -0 ports/databases/sqlite3/files/patch-Makefile.in 1.13 +5 -5 ports/databases/sqlite3/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!