Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Aug 2018 21:35:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230023] [exp-run] Switch to use xorgproto instead of individual proto packages
Message-ID:  <bug-230023-7788-me8fa1W1yc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230023-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230023-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230023

--- Comment #27 from Niclas Zeising <zeising@FreeBSD.org> ---
Why are you not following the instructions as written?
pkg delete -f removes a package even if there's still dependencies on it.  =
This
means pkg will remove the *proto packages without the dependencies.

>From UPDATING:
  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

If you want to have control, you can do pkg delete -f without the y at the =
end
to get the list (-y implies yes).

Regards
--=20
Niclas

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230023-7788-me8fa1W1yc>