aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2009-03-09 01:17:00 +0800
committernox <nox@FreeBSD.org>2009-03-09 01:17:00 +0800
commit29e44952a5f2c6a75d9c5353dd24fc63927a40a1 (patch)
tree65993896f43f864e03cdd2fcfa254d33a7aea045 /UPDATING
parent7cc527619699d22ea599aa408f0d8fb4e3a4ba49 (diff)
downloadfreebsd-ports-gnome-29e44952a5f2c6a75d9c5353dd24fc63927a40a1.tar.gz
freebsd-ports-gnome-29e44952a5f2c6a75d9c5353dd24fc63927a40a1.tar.zst
freebsd-ports-gnome-29e44952a5f2c6a75d9c5353dd24fc63927a40a1.zip
Add note about the kqemu-kmod -> kqemu-kmod-devel transition for users
of emulators/qemu.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0be333468f5b..657496abeb03 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090308:
+ AFFECTS: users of emulators/qemu
+ AUTHOR: nox@FreeBSD.org
+
+ The port has been updated to 0.10.0, which now uses the newer
+ (incompatible) kqemu-kmod-devel port that now also works for the
+ 32 bit "qemu" executable on amd64. If you upgrade emulators/qemu
+ with the KQEMU knob on, you have to
+
+ # pkg_delete kqemu-kmod-1\*
+
+ the old kqemu version first if it is installed.
+
20090304:
AFFECTS: users of comms/py-gammu
AUTHOR: bsam@FreeBSD.org