Hi, I updated my packages (pkg_add -u), two of them weren't updated because they had several candidates, so I updated them "manually" (pkg_add -iu pkg-name).
They were curl, and mozilla-firefox. curl updated ok, mozilla-firefox didn't. The error was: "Can't install mozilla-firefox-1.5.0.3 because of conflicts (.libs-mozilla-firefox-1.5.0.1)". For sanity, I decided to delete mozilla-firefox-1.5.0.1 and reinstall it again (pkg_delete mozilla-firefox ; pkg_add mozilla-firefox-1.5.0.1.tgz ). Now, I receive the same error: "Can't install mozilla-firefox-1.5.0.1 because of conflicts (.libs-mozilla-firefox-1.5.0.1)". How can I solve this? :S Thanks