aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-12-20 05:19:54 +0800
committerlofi <lofi@FreeBSD.org>2006-12-20 05:19:54 +0800
commit3828fc39e5d63eefcdca3ff5af0109f10b93f877 (patch)
treedfe74a40edd57f02fbd57bfa287eb3281bb050e6 /UPDATING
parentc888bac68f8b3b52cf311314ac186e603ae40703 (diff)
downloadfreebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.gz
freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.zst
freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.zip
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1a8af4421b48..8ad5dbfd3f96 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20061219:
+ AFFECTS: users of x11/kdebase3
+ AUTHOR: kde@FreeBSD.org
+
+ If you choose to enable the HAL backend for the media kioslave,
+ you should enable dbus, hal and policy kit during system startup.
+ To do this, add the following lines to /etc/rc.conf:
+
+ dbus_enable="YES"
+ polkitd_enable="YES"
+ hald_enable="YES"
+
20061212:
AFFECTS: users of net/smokeping
AUTHOR: lth@FreeBSD.org