diff options
author | lioux <lioux@FreeBSD.org> | 2009-11-14 10:12:08 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-11-14 10:12:08 +0800 |
commit | 4b499b016de61b53030d600fd7142b33c21fe2c2 (patch) | |
tree | 66b1cf10437cbe0cca34bc7c0a15c33759b81146 /UPDATING | |
parent | 8dd7cc317db8f26346d51a7d6f1a7ede2c1fb80f (diff) | |
download | freebsd-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-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |