diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-11-16 20:03:37 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-11-16 20:03:37 +0000 |
| commit | 05ef481d145c4be469d358851134768deb8c75a7 (patch) | |
| tree | 422e501134984a3b66625fb294e80449ab841be2 /UPDATING | |
| parent | 1606be25e295db22adc8e331ffec6f25774feca7 (diff) | |
emulators/qemu52: Moved to emulators/qemu5
- Has been updated to 5.2.0.
- This is the last version of 5.X.X branch of qemu and part of updating
emulators/qemu to latest 6.X.X branch.
- Added a stripped down version of qemu5-nox11 with FLAVORS
- Removed some reference to oszoo.org which no longer hosts qemu images
and is totally an irrelevent site
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ 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. +20201116: + AFFECTS: users of emulators/qemu50 + AUTHOR: bofh@FreeBSD.org + + emulators/qemu50 has been moved to emulators/qemu5 and updated to 5.2.0 + which is the last version from 5.X.X branch. This is done in preparation + of updating emulators/qemu into latest 6.X bgranch. If someone wants to + stick with 5.X.X branch please use one of the following command: + + # pkg install qemu5 + or + # portmaster -o emulators/qemu50 emulators/qemu5 + + This version also introduces a stripped nox11 version which can be + installed with: + # pkg install qemu5-nox11 + or + # portmaster emulators/qemu5@nox11 + 20211115: AFFECTS: AFFECTS: users of *-emacs2x-* packages AUTHOR: jrm@FreeBSD.org |
