1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Add note about the kqemu-kmod -> kqemu-kmod-devel transition for

users of emulators/qemu-devel
This commit is contained in:
Juergen Lock 2008-07-08 18:56:00 +00:00
parent 54b840b37a
commit 20345c1e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216548

View File

@ -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.
20080708:
AFFECTS: users of emulators/qemu-devel
AUTHOR: nox@FreeBSD.org
The port has been updated to a 20080620 svn snapshot, which uses the
new (incompatible) kqemu-kmod-devel port that now also works for the
32 bit "qemu" executable on amd64. If you upgrade qemu-devel with the
KQEMU knob on, you have to
# pkg_delete kqemu-kmod-1\*
the old kqemu version first if it is installed.
20080705:
AFFECTS: users of www/ikiwiki
AUTHOR: Henrik Brix Andersen <brix@FreeBSD.org>