If I switch, can ports still be used?
Of course. When a port is compiled, it actually creates a package. The package is then installed and managed by the package management system. A binary package is the same, it has just been compiled on a different computer.
Hi there,
I've got a question in regard to the above point (was No. 4 in the original complete list). Thank you for this collection, wblock!
On my 10.2 machine I've got a lot of binary packages installed as well as a few from the ports tree. The latter ones have some special compile settings, which I needed and which I want to keep installed. When a new release turns up, let's say openssl, I at first see this by running 'pkg update && pkg upgrade', which I do regularily as everyone here probably does.
Now, when I'm not as alert as I should be in such situations, I type yes and the freshly downloaded standard binary openssl gets installed -- right over my former custom build. This is no drama when I notice this mishap instantaniously, but every now and then it slips through my fingers and later I find myself wondering why applications do funny things. Or worse.
So, my question is: how can I convince pkg of not touching my custom builds when newer releases show up? I'd like to be notified, though, so that I can head over to ports tree and do the update business there in combination with my special settings.
Thank you for any hints or forwarding pointers.