From 3246d2852009fd5304a4754f50d4c02d56bd2cf9 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 11 May 2010 15:11:15 +0000 Subject: - DEclare updating procedure for KDE SC 4.43 and all required libraries With hat on: kde@ --- UPDATING | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/UPDATING b/UPDATING index d2e1561f459b..b7dceb72e520 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,60 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100511: + AFFECTS: users of KDE4 + AUTHOR: kde@FreeBSD.org + + KDE SC 4.4.3 require x11/kdelibs4-experimental should be removed first, + libknotificationitem was integrated to kdelibs4 + + KDE SC 4.4.3 require databases/virtuoso installed (not running) to have + Nepomuk semantic desktop search enabled + + In KDE SC 4.4.3 many libraries was moved between packages. + The recommended update procedure is to delete kdebase-*4*, kdepim-4*, + then update ports as usual and install desirable KDE4 ports: + + # pkg_delete -f kdebase-\*4\* kdepim-\*4\* kdelibs-experimental-\*4\* + # portmaster -a (or portupgrade -aR) + +20100511: + AFFECTS: users of textproc/redland RDF engine + AUTHOR: kde@FreeBSD.org + + Redland RDF engine was split into redland itself and rasqal engine + and update to new version, with shared libs bump. + The recommended update procedure is to delete redland, + then update ports as usual and install desirable rdf ports: + + # pkg_delete -f redland-\* + # portmaster raptor (or portupgrade -r raptor) + +20100511: + AFFECTS: users of multimedia/qt4-phonon, multimedia/qt4-phonon-gst, + multimedia/phonon and multimedia/phonon-gstreamer + AUTHOR: kde@FreeBSD.org + + KDE 4.4.3 requires newer phonon than shipped with Qt 4.6.2. + By defaul Qt4 now uses separated phonon package + + If you use portmaster: + + portmaster -o multimedia/qt4-phonon multimedia/phonon + portmaster -o multimedia/qt4-phonon-gst multimedia/phonon-gstreamer + + If you use portupgrade: + + portupgrade -f -o multimedia/qt4-phonon multimedia/phonon + portupgrade -f -o multimedia/qt4-phonon-gst multimedia/phonon-gstreamer + +20100511: + AFFECTS: users of unixODBC and Qt4 + AUTHOR: kde@FreeBSD.org + + databases/qt4-odbc-plugin is now required libiodbc as ODBC provider instead of unixODBC + It needs to get a virtuoso/iodbc backends for nepomuk (desktop search system) + 201005010: AFFECTS: users of security/gnome-keyring AUTHOR: kwm@FreeBSD.org -- cgit v1.2.3