On Jun 6, 2009, at 10:39, Chris Janton wrote:

At some point I expect that mysql5-client/server will switch to version 5.1

Yes, there's probably no reason to hold up this upgrade any longer:

http://trac.macports.org/ticket/19414

At that point I will want to make my "working" system (5.1) not use the mysql5-devel port, but the client/server ports.

Is it simply a matter of

 port deactivate mysql5-devel
 port install mysql5-client
 port install mysql5-server


Yes, except there isn't a "mysql5-client" port as originally suggested in the ticket:

http://trac.macports.org/ticket/12313

Rather, it is called just "mysql5" and the server port is "mysql5- server". So you can:

sudo port deactivate mysql5-devel
sudo port install mysql5-server


_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to