Currently, databases/sqlite2 has a hard coded dependency on either TCL 8.3 or TCL 8.4. The port doesn't allow the selection of a newer version of TCL. This also causes other ports that depend on sqlite2 to have an indirect dependency on these versions of TCL 8.3 or TCL 8.4. This prevents the installation of only one TCL port. Fix: The attached patch allows sqlite2 to be built with any supported version of TCL. Patch attached with submission follows: How-To-Repeat: Install TCL > 8.4 and set WITH_TCL_VER to that value Then install databases/sqlite2 sqlite2 will then install TCL 8.3 or 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:29 UTC FreeBSD ports repository Modified files: databases/sqlite2 Makefile pkg-plist Log: - Change hard coded TCL dependancy to USE_TCL PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com> Revision Changes Path 1.43 +34 -36 ports/databases/sqlite2/Makefile 1.13 +3 -3 ports/databases/sqlite2/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"
mnag 2009-03-23 05:31:39 UTC FreeBSD ports repository Modified files: databases/sqlite34 Makefile Log: - Change hard coded TCL dependancy to USE_TCL PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com> Revision Changes Path 1.33 +28 -14 ports/databases/sqlite34/Makefile _______________________________________________ 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!