aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-08-01 05:43:37 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-08-01 05:43:37 +0000
commitc666135a65126bf476cfde9becf803af467a7790 (patch)
treeedff11b62fc2b1753bab08317bc3529b8e804e74 /UPDATING
parentb57215b6e5c00178a1d010bab6e681b478143cab (diff)
downloadports-c666135a65126bf476cfde9becf803af467a7790.tar.gz
ports-c666135a65126bf476cfde9becf803af467a7790.zip
Amend the UPDATING entry for xorgproto with some more instructions on how to
remove the old *proto ports. Submitted by: Kevin Oberman
Notes
Notes: svn path=/head/; revision=476153
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2a6cf5904663..7512f46cb234 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,10 @@ you update your ports collection, before attempting any port upgrades.
get conflicts between xorgproto and old *proto packages, please
remove the old package and install xorgproto again.
+ In order to remove all orphaned ports, including all *proto port,
+ the following can be used after the ports tree has been updated:
+ pkg version -l \? | cut -f 1 -w | grep -v compat | xargs pkg delete -fy
+
20180728:
AFFECTS: users who upgrade from security/kc to security/kc24
AUTHOR: pi@FreeBSD.org