[Bug 230023] [exp-run] Switch to use xorgproto instead of individual proto packages
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 4 21:35:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230023
--- Comment #27 from Niclas Zeising <zeising at 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
--
Niclas
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list