aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-09-19 17:58:42 +0800
committergahr <gahr@FreeBSD.org>2013-09-19 17:58:42 +0800
commitb7c7e24b5aaa99b9f9232523c1dae8195b76ad9d (patch)
treeb3b39d7bc6ea08fd2d4c6036236639230e4f0d91 /CHANGES
parent3cb11eeb036cae014a4a151059fff9091e69a4d3 (diff)
downloadfreebsd-ports-graphics-b7c7e24b5aaa99b9f9232523c1dae8195b76ad9d.tar.gz
freebsd-ports-graphics-b7c7e24b5aaa99b9f9232523c1dae8195b76ad9d.tar.zst
freebsd-ports-graphics-b7c7e24b5aaa99b9f9232523c1dae8195b76ad9d.zip
- Document the addition of tcl/tk to the USES and DEFAULT_VERSIONS framework.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index daf0077716f..fa799081120 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