It doesn't seem possible to upgrade single packages with pkgng at all.
I ended up trying to upgrade everything instead.
So this is what I want to upgrade
I tried this:
Most of the packages isn't installed at all, and the packages mentioned by pkg version isn't included.
I think the different libs are related to pecl-imagick since I used ports to install it with WITHOUT_X11="YES" in my make.conf.
How do I solve this?
I ended up trying to upgrade everything instead.
So this is what I want to upgrade
Code:
# pkg version -v | grep "<"
ca_root_nss-3.13.6 < needs updating (port has 3.14)
git-1.7.11.5 < needs updating (port has 1.8.0)
gitolite-3.04 < needs updating (port has 3.1,1)
tig-1.0 < needs updating (port has 1.1)
#
I tried this:
Code:
# pkg upgrade
Updating repository catalogue
Repository catalogue is up-to-date, no need to fetch fresh copy
The following packages will be upgraded:
Installing xproto: 7.0.22
Installing libpthread-stubs: 0.3_3
Installing libXau: 1.0.6
Installing libXdmcp: 1.1.0
Installing kbproto: 1.0.5
Installing libxcb: 1.7
Installing libX11: 1.4.4,1
Installing libICE: 1.0.7,1
Installing xextproto: 7.2.0
Installing libSM: 1.2.0,1
Installing libXext: 1.3.0_1,1
Installing libXt: 1.1.1,1
Installing printproto: 1.0.5
Reinstalling php5-5.4.7
Installing libXmu: 1.1.0,1
Installing libXp: 1.0.1,1
Installing libXpm: 3.5.9
Reinstalling p5-IO-Socket-SSL-1.76
Installing libXaw: 1.0.9,2
Reinstalling php5-extensions-1.7
Reinstalling glib-2.28.8_4
Reinstalling php5-gd-5.4.7
Reinstalling curl-7.24.0_1
Reinstalling p5-libwww-6.04
The installation will free 46 MB
6 MB to be downloaded
Proceed with upgrading packages [y/N]:
#
Most of the packages isn't installed at all, and the packages mentioned by pkg version isn't included.
I think the different libs are related to pecl-imagick since I used ports to install it with WITHOUT_X11="YES" in my make.conf.
How do I solve this?