On Mon, May 21, 2012 at 07:20:14PM -0700, Richards, Toby wrote:
> Will pkg_add -ui upgrade between major releases, such as php 5.2.x => 5.3.x?
> When I upgraded OpenBSD 4.9 => 5.0, there was a huge issue because
> it supported both PHP 5.2.x AND 5.3.x. I'd have loved to seamlessly
> upgraded to 5.3.x, but the support of both made it nearly
> impossible.

No, it won't magically push for php-5.3 instead of php-5.2.

After the update, you can try to replace the php-5.2 stuff with php-5.3,
using pkg_add -r <right list of php and plugin packages>

Since other packages do have dependency markers, if they all can work with
php-5.3, the replacement will work. If not, it will tell you which packages
REALLY want php-5.2...

We're not debian. We don't have hundreds of scripts that cater to most every
update situation (and fail sometime, and are too complex for such a small
organization as OpenBSD anyways).

Reply via email to