diff options
author | mm <mm@FreeBSD.org> | 2009-02-23 14:46:37 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-23 14:46:37 +0000 |
commit | 5d00f19fad4d755920d71152d2816428d892b011 (patch) | |
tree | bbf8a69b5776a5cfb01f9483e70477bca40877df /UPDATING | |
parent | f91e09da4ec1f482ebd4c3cb27b97c2ee073121a (diff) | |
download | FreeBSD-ports-5d00f19fad4d755920d71152d2816428d892b011.zip FreeBSD-ports-5d00f19fad4d755920d71152d2816428d892b011.tar.gz |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090223: + AFFECTS: users of Tcl/Tk + AUTHOR: mm@FreeBSD.org + + The default version of Tcl/Tk has been changed from 8.4 to 8.5. + + To restore old behavior and prefer using Tcl 8.4 with supported ports set + WITH_TCL_VER=84 in /etc/make.conf. This has no effect on ports that have + USE_TCL=yes or USE_TK=yes. They stick to the new default version and have + to be updated by their maintainers to support other versions than default. + 20090218: AFFECTS: users of www/zend-framework AUTHOR: glarkin@FreeBSD.org |