Hi,
I switched a freebsd 9 system to pkgng.
I've noticed this problem:
On this system apache22 and php5 are installed, with php5 some config options changed - e.g. to work with apache as integrated module.
If I run
I get:
I don't know why it want to reinstall php5, but if press 'y', it reinstall php5 with the standard options and of course it deletes the php5 apache module.
This is not what I want, and I think it is the correct behavior.
The behavior should be:
1) check if php5 version of the remote repo is greater than the local php5 version;
if so go to 2)
2) If the configured options are different from the standard options, upgrade by fetching a binary versions with the same options or by building the new version using ports.
I'm correct or I'm missing something ?
Maybe this a current limitation of pkgng ?
Any help could be appreciated!
I switched a freebsd 9 system to pkgng.
I've noticed this problem:
On this system apache22 and php5 are installed, with php5 some config options changed - e.g. to work with apache as integrated module.
If I run
pkg upgrade
I get:
Code:
Repository catalogue is up-to-date, no need to fetch fresh copy
The following packages will be upgraded:
Reinstalling php5-5.4.7
The installation will free 11 MB
0 B to be downloaded
Proceed with upgrading packages [y/N]
I don't know why it want to reinstall php5, but if press 'y', it reinstall php5 with the standard options and of course it deletes the php5 apache module.
This is not what I want, and I think it is the correct behavior.
The behavior should be:
1) check if php5 version of the remote repo is greater than the local php5 version;
if so go to 2)
2) If the configured options are different from the standard options, upgrade by fetching a binary versions with the same options or by building the new version using ports.
I'm correct or I'm missing something ?
Maybe this a current limitation of pkgng ?
Any help could be appreciated!