Date: Thu, 19 Sep 2013 09:58:42 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327609 - head Message-ID: <201309190958.r8J9wgjg068425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Sep 19 09:58:42 2013 New Revision: 327609 URL: http://svnweb.freebsd.org/changeset/ports/327609 Log: - Document the addition of tcl/tk to the USES and DEFAULT_VERSIONS framework. Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Sep 19 09:58:00 2013 (r327608) +++ head/CHANGES Thu Sep 19 09:58:42 2013 (r327609) @@ -10,6 +10,20 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130919: +AUTHOR: gahr@FreeBSD.org + + * New USES: tcl, tk + + This uses replaces all the previous USE_TCL, USE_TCL_BUILD, USE_TCL_RUN, + USE_TCL_WRAPPER, USE_TK, USE_TK_BUILD, USE_TK_RUN and USE_TK_WRAPPER macros. + + See the Mk/Uses/tcl.mk and the commit message of r327607 for details. + + Moreover, the default Tcl/Tk version is now specified in terms of + bsd.default-versions.mk. It is now possible to specify one's preferred Tcl/Tk + version using DEFAULT_VERSIONS+= tcltk=x.y in make.conf. + 20130918: AUTHOR: bapt@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309190958.r8J9wgjg068425>