aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2009-11-14 10:12:08 +0800
committerlioux <lioux@FreeBSD.org>2009-11-14 10:12:08 +0800
commit4b499b016de61b53030d600fd7142b33c21fe2c2 (patch)
tree66b1cf10437cbe0cca34bc7c0a15c33759b81146 /UPDATING
parent8dd7cc317db8f26346d51a7d6f1a7ede2c1fb80f (diff)
downloadfreebsd-ports-gnome-4b499b016de61b53030d600fd7142b33c21fe2c2.tar.gz
freebsd-ports-gnome-4b499b016de61b53030d600fd7142b33c21fe2c2.tar.zst
freebsd-ports-gnome-4b499b016de61b53030d600fd7142b33c21fe2c2.zip
Add a note on emulators/win4bsd version 1.1_4.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f3d4e6123a41..c017ebf03d75 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20091114
+ AFFECTS: users of emulators/win4bsd
+ AUTHOR: Mario S F Ferreira <lioux@FreeBSD.org>
+
+ The new port now depends on emulators/kqemu-kmod instead of
+ installing its own version. Therefore, you should make sure
+ that no other kqemu.ko modules are installed.
+
+ # pkg_delete -f win4bsd\*
+ # rm -f /boot/kernel/kqemu.ko
+ # pkg_delete -f kqemu-kmod\*
+ # portinstall emulators/win4bsd
+
+ Do not forget to enable kqemu on rc.conf since win4bsd will not
+ work without it.
+
20091018
AFFECTS: users of databases/mysql54-server
AUTHOR: Alex Dupre <ale@FreeBSD.org>