Hi,
How do I use freebsd ports to upgrade packages that are already
installed on the system? I am not after the apt-get dist-upgrade
functionality, but just individual updates.
I found that if I do make && make install clean, it will simply install
the new package, and I will end up with two same packages but different
versions. Even worse is that, if I decide to remove the old version
package, it will also remove the files shared between both versions,
leaving the new version is not usable either.
Regards,
Shao.