svn commit: r476153 - head

Niclas Zeising zeising at FreeBSD.org
Wed Aug 1 05:43:38 UTC 2018


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 at FreeBSD.org


More information about the svn-ports-all mailing list