Solved [Solved] Upgrade to 10: dependeny problems, policykit-gnome

After upgrade from 9.2 to to 10.0, have dependency problems as per below. Both policykit-gnome and zenity appear to be installed. Any ideas how to resolve this?

Code:
freebsd# pkg upgrade
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
Updating repository catalogue
pkg: Missing dependency matching 'sysutils/policykit-gnome'
pkg: Missing dependency matching 'x11/zenity'
pkg: Error while trying to install/upgrade packages, as there are unresolved dependencies:
sysutils/gnome-mount: sysutils/policykit-gnome
x11-wm/metacity: x11/zenity

freebsd# pkg info | grep policykit-gnome
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
policykit-gnome-0.9.2_6        GNOME frontend to the PolicyKit framework
freebsd# pkg info | grep zenity
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
zenity-2.32.1_2                Display GNOME dialogs from the command line
freebsd#

pkg checkdoes nothing:

Code:
freebsd# pkg check -d
pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo,  the value has been correctly converted, please consider fixing
freebsd#
 
Re: Upgrade to 10: dependeny problems, policykit-gnome, zeni

I made this twice. I always think after I post. Resolved with pkg delete -R - that was a bunch of old unused Gnome 2 packages.
 
Back
Top