diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 08:34:25 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 08:34:25 +0000 |
commit | 82d5d8e1b13f22cf3261151ff07055d2fe1fbc85 (patch) | |
tree | df8bc81341c080c8d3e9f4da380160d2f00094b0 /UPDATING | |
parent | 2338dc1b3c12b82daac39054f1fa32a4c5aab46f (diff) |
- Explain better how to get rid of the old Tcl/Tk ports in the 20130206 entry.
Suggested by: mandree
Notes
Notes:
svn path=/head/; revision=311817
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -61,7 +61,15 @@ you update your ports collection, before attempting any port upgrades. - x11-toolkits/tk85-thread - x11-toolkits/tk86-thread - Please rebuild all ports that depends on them: + Please remove them ... + + If you use pkgng: + pkg delete -f <port> + + If you use pkg_* tools + pkg_delete -f <port> + + ... before rebuilding all ports that depend on them: If you use portmaster: portmaster -w -r <port> |