aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-06 15:25:57 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-06 15:25:57 +0000
commit7babc1bb95232dc09d5019b337df03038e8fd950 (patch)
tree8cbdc6f08204001571646680976f53bb040ddf9b /UPDATING
parent84ac8e953561634e02f5855ef79a6f273fc34a07 (diff)
downloadports-7babc1bb95232dc09d5019b337df03038e8fd950.tar.gz
ports-7babc1bb95232dc09d5019b337df03038e8fd950.zip
- Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
Release notes: http://www.tcl.tk/software/tcltk/8.6.html - Get rid of -thread slaves ports: threads are now enabled by default and can be OPTIONally disabled. This applies to: * lang/tcl84 * lang/tcl85 * lang/tcl86 * x11-toolkits/tk84 * x11-toolkits/tk85 * x11-toolkits/tk86 - Get rid of tcl-modules slave port: modules are now installed by default and can be OPTIONally disabled. This applies to: * lang/tcl85 * lang/tcl86 - Fix conflicts between man pages of different Tcl/Tk versions, by adding a suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86). Reviewed by: bf, crees Approved by: bapt (portmgr, after partial exp-run)
Notes
Notes: svn path=/head/; revision=311773
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING26
1 files changed, 26 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 639cd4e43061..bdfc0ee7552b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,32 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130206:
+ AFFECTS: users of Tcl/Tk
+ AUTHOR: gahr@FreeBSD.org
+
+ The following ports have been removed, as threads and modules are
+ now included in the main ports:
+
+ - lang/tcl84-thread
+ - lang/tcl85-thread
+ - lang/tcl86-thread
+ - lang/tcl-modules
+ - x11-toolkits/tk84-thread
+ - x11-toolkits/tk85-thread
+ - x11-toolkits/tk86-thread
+
+ Please rebuild all ports that depends on them:
+
+ If you use portmaster:
+ portmaster -w -r <port>
+
+ If you use portupgrade:
+ portupgrade -fr <origin/port>
+
+ If you use pkgng with binary packages:
+ pkg install -fR <origin/port>
+
20130205:
AFFECTS: users of lang/ghc and */hs-*
AUTHOR: haskell@FreeBSD.org