aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-05-11 15:11:15 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-05-11 15:11:15 +0000
commit3246d2852009fd5304a4754f50d4c02d56bd2cf9 (patch)
tree0149a0f81de8b10989eb2cd271619d40fc1d4023 /UPDATING
parent176ed58294a8f7ef90f24e9d2ad165c6c3aedbc2 (diff)
downloadports-3246d2852009fd5304a4754f50d4c02d56bd2cf9.tar.gz
ports-3246d2852009fd5304a4754f50d4c02d56bd2cf9.zip
- DEclare updating procedure for KDE SC 4.43 and all required libraries
With hat on: kde@
Notes
Notes: svn path=/head/; revision=254146
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING54
1 files changed, 54 insertions, 0 deletions
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