diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 16:34:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 16:34:25 +0800 |
commit | df0a5929a0a8ee824f56d4f11f26cea36b2d8193 (patch) | |
tree | df8bc81341c080c8d3e9f4da380160d2f00094b0 /UPDATING | |
parent | b939cd7b5f6be159c182abef2517affa655f9c16 (diff) | |
download | freebsd-ports-gnome-df0a5929a0a8ee824f56d4f11f26cea36b2d8193.tar.gz freebsd-ports-gnome-df0a5929a0a8ee824f56d4f11f26cea36b2d8193.tar.zst freebsd-ports-gnome-df0a5929a0a8ee824f56d4f11f26cea36b2d8193.zip |
- Explain better how to get rid of the old Tcl/Tk ports in the 20130206 entry.
Suggested by: mandree
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> |