I noticed this morning that devel/libevent2 was orphaned so I just did
I knew it was only required by dns/unbound and assumed when updating unbound, it would automatically solve my problem. Well it didn't ..
I noticed in UPDATING that I should have ran this :
However, I use the ports system so those instructions wouldn't have worked for me anyways.
Is there any way I can fix this issue now - when devel/libevent2 is now uninstalled?
pkg delete libevent2
to get rid of it.I knew it was only required by dns/unbound and assumed when updating unbound, it would automatically solve my problem. Well it didn't ..
I noticed in UPDATING that I should have ran this :
Code:
20170220:
AFFECTS: devel/libevent2
AUTHOR: jbeich@FreeBSD.org
libevent2 has been renamed back to libevent as the default version.
If you manage out of tree ports make sure to run the following:
# pkg set -n libevent2:libevent
# pkg set -o devel/libevent2:devel/libevent
Is there any way I can fix this issue now - when devel/libevent2 is now uninstalled?