I have a situation where I want to install mysql-server-5.4.1 from ports, but when I went to install I found I could not because it needed the corresponding mysql-client which was blocked because other packages such as php5-mysql-5.2.10 depended on the 5.0.84 version. I would like to know how to completely upgrade to 5.4 even on the dependent ports?
I read the portupgrade man page and tried to use the -r option like so:
portupgrade -r mysql-client-5.0.84
portupgrade -r mysql-client-5.4.1
to no effect, it just exited with no output. Is there a way to upgrade the 5.0.84 client to 5.4.1 and recursively the dependent packages as well ?
Thanks
I read the portupgrade man page and tried to use the -r option like so:
portupgrade -r mysql-client-5.0.84
portupgrade -r mysql-client-5.4.1
to no effect, it just exited with no output. Is there a way to upgrade the 5.0.84 client to 5.4.1 and recursively the dependent packages as well ?
Thanks