diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-10 03:41:12 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-10 03:41:12 +0800 |
commit | 344150edd9e7a3101f87e63d531bdae2b9dbb21f (patch) | |
tree | aa2a54a33e5e6163905ac68a0a01153dd9038687 /UPDATING | |
parent | 0bf4cb87335558d7d6c7a77212d01366ca69ca07 (diff) | |
download | freebsd-ports-gnome-344150edd9e7a3101f87e63d531bdae2b9dbb21f.tar.gz freebsd-ports-gnome-344150edd9e7a3101f87e63d531bdae2b9dbb21f.tar.zst freebsd-ports-gnome-344150edd9e7a3101f87e63d531bdae2b9dbb21f.zip |
Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040309: + AFFECTS: users of x11/kdelibs and x11/kdebase + + If you update kdelibs from version 3.2.0 to version 3.2.1 while running + a KDE 3.2.0 session, newly opened instances of Konqueror will silently + crash as soon as the new version of kdelibs has been installed, due to + mismatching linker symbols. + + It is recommended you quit your KDE session at that point and update + kdebase to version 3.2.1, then restart KDE. + +20040309: + AFFECTS: users of audio/arts and x11/kdebase + + The arts port, PORTVERSION 1.2.1 does not include artswrapper anymore. + Instead, artswrapper is now installed by a new port audio/artswrapper. + + Installation of artswrapper is optional, however: + + If you presently run KDE and you have "Run with the highest possible + priority (realtime priority)" checked in Control Center/Sound & Multimedia/ + Sound System and you choose to NOT install audio/artswrapper, you need to + + - Uncheck "Run with the highest possible priority (realtime priority)" + in Control Center/Sound & Multimedia/Sound System BEFORE updating arts + + OR + + - AFTER updating arts and kdebase, go to Control Center/Sound & Multimedia/ + Sound System, click on the unchecked "Run with the highest possible priority + (realtime priority)", dismiss the message telling you that realtime is un- + available or artswrapper is missing and then click Apply. + 20040305: AFFECTS: users of security/antivir-milter |