aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-19 09:58:42 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-19 09:58:42 +0000
commita14c9ac6b8cf21d7dbe5ba734f96125212d10081 (patch)
treeb3b39d7bc6ea08fd2d4c6036236639230e4f0d91 /CHANGES
parentd5da927e16cf2e75bbf146842222a7e11d229aa1 (diff)
downloadports-a14c9ac6b8cf21d7dbe5ba734f96125212d10081.tar.gz
ports-a14c9ac6b8cf21d7dbe5ba734f96125212d10081.zip
- Document the addition of tcl/tk to the USES and DEFAULT_VERSIONS framework.
Notes
Notes: svn path=/head/; revision=327609
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index daf0077716fd..fa799081120b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,20 @@ in the release notes and/or placed into UPDATING.
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