My ISP updated my jail to BSD 9 so I took the opportunity to move completely to pkgng. In fact everything was going so smoothly I updated my apache22 to apache24, swithced to the ports bugzilla and tweaked my favorite php ports using the port tree.
I performed a
however now when I do a upgrade I get the following:
Why is pkg trying to reinstall apache22?
How do I really delete an unwanted port for pkg?
I used portmaster to install the php ports because I needed the php_mod for apache24, is pkg going to try and remove my changes?
Is pkg going to try an eradicate my custom changes to bugzilla?
Should I just pkg block these and go along my merry way?
One more pkg problem:
I have found no way in the docs how to correct the corruptions
Any advice is greatly appreciated.
I performed a
Code:
pkg install apache24
pkg delete apache22
Code:
pkg upgrade
Updating repository catalogue
Upgrades have been requested for the following 6 packages:
Installing apache22: 2.2.27_4
Reinstalling p5-GD-2.53 (direct dependency changed)
Reinstalling php5-5.4.30 (options changed)
Reinstalling php5-extensions-1.7 (options changed)
Reinstalling bugzilla44-4.4.4_1 (options changed)
Reinstalling mod_php5-5.4.30,1 (direct dependency changed)
The upgrade will require 19 MB more space
2 MB to be downloaded
How do I really delete an unwanted port for pkg?
I used portmaster to install the php ports because I needed the php_mod for apache24, is pkg going to try and remove my changes?
Is pkg going to try an eradicate my custom changes to bugzilla?
Should I just pkg block these and go along my merry way?
One more pkg problem:
Code:
pkg_info |grep binutil
pkg_info: the package info for package 'gdbm-1.11_2' is corrupt
pkg_info: the package info for package 'gettext-0.18.3.1_1' is corrupt
pkg_info: the package info for package 'libiconv-1.14_3' is corrupt
pkg_info: the package info for package 'pkg-1.2.7_2' is corrupt
pkg_info: the package info for package 'portmaster-3.17.6' is corrupt
pkg_info: the package info for package 'python27-2.7.6_4' is corrupt
I have found no way in the docs how to correct the corruptions
Any advice is greatly appreciated.