git: 2c8ea965a649 - main - sysutils/uefi-edk2-bhyve-csm: Mark port deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Mar 2023 13:40:02 UTC
The branch main has been updated by bcran: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c8ea965a6490057e4d4bb3ee5b46045352f55f0 commit 2c8ea965a6490057e4d4bb3ee5b46045352f55f0 Author: Rebecca Cran <bcran@FreeBSD.org> AuthorDate: 2023-03-12 13:19:46 +0000 Commit: Rebecca Cran <bcran@FreeBSD.org> CommitDate: 2023-03-12 13:39:09 +0000 sysutils/uefi-edk2-bhyve-csm: Mark port deprecated This port requires an old version of edk2 from 2014, and needs gcc 4.8 to build. Due to that and the fact that few users should need BIOS compatibility these days, mark it deprecated with an expiration date of April 1st, 2024. Differential Revision: https://reviews.freebsd.org/D39028 Reviewed-by: manu Approved-by: manu --- sysutils/uefi-edk2-bhyve-csm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/uefi-edk2-bhyve-csm/Makefile b/sysutils/uefi-edk2-bhyve-csm/Makefile index 0d5dc049a617..e9cfba6350e0 100644 --- a/sysutils/uefi-edk2-bhyve-csm/Makefile +++ b/sysutils/uefi-edk2-bhyve-csm/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/freebsd/uefi-edk2/tree/bhyve/UDK2014.SP1 LICENSE= BSD2CLAUSE +DEPRECATED= Requires old edk2 version and gcc 4.8. +EXPIRATION_DATE=2024-04-01 + ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= bash:shells/bash \