Hello,
I'm having issues with trying to remove the devel/gio-fam-backend port from our servers. Following instructions in the 20130731 entry in /usr/ports/UPDATING which are as follows:
After executing each of the three commands, I still show gio-fam-backend as part of the ports as follows:
The ports show that devel/glib20 has successfully installed. When I attempted to
What do I need to do in order to remove the devel/gio-fam-backend from the ports tree?
~Doug
I'm having issues with trying to remove the devel/gio-fam-backend port from our servers. Following instructions in the 20130731 entry in /usr/ports/UPDATING which are as follows:
Code:
Note that users of pkg packages can just run the pkg delete command after
their next update.
# portmaster -r gio-fam-backend
# pkg_delete gio-fam-backend (for pkgng: pkg delete gio-fam-backend)
# portmaster -a
Code:
volans-root# pkg_version -vL=
gio-fam-backend-2.34.3 ! Comparison failed
volans-root#
pkg_delete
gio-fam-backend, it stated that the gio-fam-backend does not exist as follows:
Code:
volans-root# pkg_delete gio-fam-backend
pkg_delete: no such package 'gio-fam-backend' installed
volans-root#
~Doug