This is a rant, be warned, but I have every right to be pee'd off. Such a simple concept is made ridiculously difficult.
It seems to be impossible to install kde4 from packages then upgrade it.
There seems to be no way to install the most current x11/kde4 port via the URL url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest".
One has to revert back to url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0".
After this is done, it is then impossible to upgrade if switching back to url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest".
When one attempts the upgrade via pkg:
The file /usr/ports/UPDATING lists the following entry pertaining to libotr (seems to be dated somewhat):
Running
Why not just save everyone a lot of grief and allow x11/kde4 to be installed via pkg(8) without having to revert back to pkg+http://pkg.FreeBSD.org/${ABI}/release/0
So what now, compile kde4 from ports? should only take about a week....
It seems to be impossible to install kde4 from packages then upgrade it.
There seems to be no way to install the most current x11/kde4 port via the URL url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest".
One has to revert back to url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0".
After this is done, it is then impossible to upgrade if switching back to url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest".
When one attempts the upgrade via pkg:
Code:
Proceed with upgrading packages [y/N]: y
Checking integrity...
Conflict found on path /usr/local/bin/otr_mackey between libotr-4.0.0_2(security/libotr) and libotr3-3.2.1_1(security/libotr3)
Conflict found on path /usr/local/bin/otr_modify between libotr-4.0.0_2(security/libotr) and libotr3-3.2.1_1(security/libotr3)
The file /usr/ports/UPDATING lists the following entry pertaining to libotr (seems to be dated somewhat):
20120908:
AFFECTS: users of irc/bitlbee, irc/irssi-otr, net-im/climm, net-im/mcabber, net/kdenetwork4, security/kopete-otr, security/py-otr
AUTHOR: Doug Barton <dougb@FreeBSD.org>
The libotr library has been bumped in version 4.0.0, and the new version is
not compatible with the old. In order to make it possible for both versions
to coexist in the short term the old version has been moved to a new port.
If you are currently using pidgin-otr:
# pkg_delete -f pidgin-otr\*
Then:
# portmaster -o security/libotr3 security/libotr
# portmaster -r libotr
or
# portugrade -o security/libotr3 security/libotr
# portugrade -r libotr
or
# pkg set -o security/libotr:security/libotr3
Running
pkg set -o security/libotr:security/libotr3 of course makes no difference whatsoever and one hits a brick wall.Why not just save everyone a lot of grief and allow x11/kde4 to be installed via pkg(8) without having to revert back to pkg+http://pkg.FreeBSD.org/${ABI}/release/0
So what now, compile kde4 from ports? should only take about a week....