diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-09 11:06:31 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-09-09 11:09:30 -0500 |
commit | bd81f4162478a2a965e597f6a375eece962fe7b6 (patch) | |
tree | 310d1f6d36bcd04d6c334fa98efd3798e4d45081 /UPDATING | |
parent | 6726af96d7dc0982a5293dbb05ab26099f6df9e6 (diff) | |
download | freebsd-ports-bd81f4162478a2a965e597f6a375eece962fe7b6.zip |
emulators/qemu: Update version 7.0.0=>7.1.0
- Unbreak on latest HEAD [1]
Users who want to stick with 7.0.X branch please check UPDATING or use
qemu6. As previous qemu comes with three flavors: the default with X11
support, -nox11 without X11 support and -tools which installs only a
subset of entire qemu.
Reported by: jhb [1]
Relnotes: https://wiki.qemu.org/ChangeLog/7.1
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ 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. +20220909: + AFFECTS: users of emulators/qemu + AUTHOR: bofh@FreeBSD.org + + emulators/qemu has been updated to 7.1.0. Previous 7.0.X branch has + been repocopied to emulators/qemu70. If someone wants to stick with 7.0.X + branch please use one of the following command: + + # pkg install qemu70/qemu70-nox11(based on flavor used) + or + # portmaster -o emulators/qemu70 emulators/qemu + or + # portupgrade -o emulators/qemu70 emulators/qemu + 20220903: AFFECTS: users of editors/vim AUTHOR: adamw@FreeBSD.org |