diff options
author | makc <makc@FreeBSD.org> | 2009-08-06 03:17:53 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-06 03:17:53 +0800 |
commit | ac73f680308d83611e82fef75ee3e5c6487d8bee (patch) | |
tree | 631a272f494b0e355a933c677a3e9653d6e883fd /UPDATING | |
parent | b7571ad0930d3cfa995d66a86d6019a645871d7a (diff) | |
download | freebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.tar.gz freebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.tar.zst freebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.zip |
Add notes for Qt-4.5.2 and KDE-4.3.0
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090804: + AFFECTS: users of multimedia/phonon* + AUTHOR: kde@FreeBSD.org + + KDE4 has been updated to 4.3.0. KDE now uses qt4-phonon, + multimedia/phonon and multimedia/phonon-gstreamer are deprecated in favour of + their qt4 equivalents. You can still use multimedia/phonon-xine however. + The recommended update procedure is to delete phonon and phonon-gstreamer + and update ports as usual: + + # pkg_delete -f phonon-4\* phonon-gstreamer\* + # portmaster -a (or portupgrade -a) + +20090804: + AFFECTS: users of devel/dbus-qt4, devel/qt4-designer, + AUTHOR: kde@FreeBSD.org + + Qt4 ports have been updated to 4.5.2. The recommended update procedure is + to delete qt4-dbus and qt4-designer and update ports as usual. Install + qt4-designer if needed. + 20090802: AFFECTS: users of devel/libtool15 and devel/libltdl15 AUTHOR: mezz@FreeBSD.org |