Is there a way to 'tweak'
When installing databases/phpmyadmin with
While databases/phpmyadmin runs wonderfull with the installed lang/php55 version, I'm forced to upgrade to lang/php56 or to used the ports.
So I wonder:
- Where is it saved, that lang/php56 is the default?
- Is there a way (e.g. with
I know this is not advised to be done, but just in case - where is it written?
Many thanks in advance!
pkg in the decision, which version of a software it should be used while finding dependencies for an installation? For example:When installing databases/phpmyadmin with
pkg it will try to install lang/php56 and some of its extensions since lang/php56 is the 'default' php version for some time.While databases/phpmyadmin runs wonderfull with the installed lang/php55 version, I'm forced to upgrade to lang/php56 or to used the ports.
So I wonder:
- Where is it saved, that lang/php56 is the default?
- Is there a way (e.g. with
pkg set -o ..) to change this?I know this is not advised to be done, but just in case - where is it written?
Many thanks in advance!