This update adds a new way of working with threaded versions and resolves conflicts. Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this PRs
miwi 2007-03-16 20:23:52 UTC FreeBSD ports repository Modified files: lang/tcl85 Makefile lang/tcl85-thread Makefile Log: - Adds a new way of working with threaded versions and resolves conflicts. - Bump PORTREVISION Notes: Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change. PR: 110394 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Revision Changes Path 1.2 +1 -1 ports/lang/tcl85-thread/Makefile 1.6 +43 -13 ports/lang/tcl85/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. Thanks!