svn commit: r327609 - head

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 19 09:58:43 UTC 2013


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 at 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 at FreeBSD.org
 


More information about the svn-ports-all mailing list