emulators/qemu8: Mark DEPRECATED

On Linux, maintaining multiple QEMU versions makes sense due to KVM
backend differences between releases. FreeBSD does not use KVM, and as
such, there is no comparable benefit to keeping older QEMU branches
like QEMU 8.x. Maintaining these versions adds unnecessary overhead
without providing meaningful value to FreeBSD users.

The emulators/qemu8 port is now deprecated and scheduled for removal at
the end of the current quarterly branch. Users are encouraged to migrate
to the latest supported emulators/qemu port.

If there are specific use cases or concerns I may have missed, feel free
to reach out.

- Set EXPIRATION_DATE 2025-06-30
This commit is contained in:
Muhammad Moinur Rahman 2025-04-24 11:28:58 +02:00
parent 64b02f6888
commit 4c3002e04e
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -1,5 +1,6 @@
PORTNAME= qemu
DISTVERSION= 8.2.10
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
@ -10,6 +11,9 @@ WWW= https://www.qemu.org/
LICENSE= GPLv2
DEPRECATED= No value in maintaining older QEMU versions on FreeBSD
EXPIRATION_DATE= 2025-06-30
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
# We need to check if it build with other ARCHS