Date: Wed, 1 Aug 2018 05:43:38 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476153 - head Message-ID: <201808010543.w715hcwQ020256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Aug 1 05:43:37 2018 New Revision: 476153 URL: https://svnweb.freebsd.org/changeset/ports/476153 Log: Amend the UPDATING entry for xorgproto with some more instructions on how to remove the old *proto ports. Submitted by: Kevin Oberman Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Aug 1 05:41:20 2018 (r476152) +++ head/UPDATING Wed Aug 1 05:43:37 2018 (r476153) @@ -26,6 +26,10 @@ you update your ports collection, before attempting an 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808010543.w715hcwQ020256>