After years of compiling from ports and later using portupgrade to assist, I have managed my way through keeping things up-to-date.
I bit the bullet and moved to the newer PKGNG system recently and in general, found I blazed my way through the full FreeBSD 10.0 upgrade. There are many ports which I consider I do not need to compile myself.
However, traditionally I have always compiled some ports that I like to take good care of - MySQL being one of those. So I have about six ports which I would like to continue compiling myself (KDE not being one of those, we can add X, GNOME etc.). And then when using
I have compiled MySQL 5.6 myself as that is what I want. What I am after is a strategy for handling this so I can say "hey, mysql56 is OK ... just carry on". But instead it insists on trying to re-install mysql55. So I think I am looking for an "ignore mysql55" function or something which says mysql56 supersedes mysql55.
I may be missing something obvious but what is the recommended strategy here? I don't think I am being unusual , am I?
I bit the bullet and moved to the newer PKGNG system recently and in general, found I blazed my way through the full FreeBSD 10.0 upgrade. There are many ports which I consider I do not need to compile myself.
However, traditionally I have always compiled some ports that I like to take good care of - MySQL being one of those. So I have about six ports which I would like to continue compiling myself (KDE not being one of those, we can add X, GNOME etc.). And then when using
pkg install kdepim (for example), I get this:
Code:
pkg: WARNING: locally installed mysql56-server-5.6.16 conflicts on /usr/local/share/mysql/slovak/errmsg.sys with:
- mysql55-server-5.5.36
(the above sort of message is repeated many times)
I have compiled MySQL 5.6 myself as that is what I want. What I am after is a strategy for handling this so I can say "hey, mysql56 is OK ... just carry on". But instead it insists on trying to re-install mysql55. So I think I am looking for an "ignore mysql55" function or something which says mysql56 supersedes mysql55.
I may be missing something obvious but what is the recommended strategy here? I don't think I am being unusual , am I?