diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 23:11:15 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 23:11:15 +0800 |
commit | 62e3f029606ee7cab9a64e99ced28741f0153f22 (patch) | |
tree | 0cb603173b6c46d1bf966a74ef6cd070798e2ee1 /UPDATING | |
parent | 2425397f3929a7337d75987604cab7aa7eb1bcd5 (diff) | |
download | freebsd-ports-gnome-62e3f029606ee7cab9a64e99ced28741f0153f22.tar.gz freebsd-ports-gnome-62e3f029606ee7cab9a64e99ced28741f0153f22.tar.zst freebsd-ports-gnome-62e3f029606ee7cab9a64e99ced28741f0153f22.zip |
- DEclare updating procedure for KDE SC 4.43 and all required libraries
With hat on: kde@
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -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 |