From 2c8ea965a6490057e4d4bb3ee5b46045352f55f0 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sun, 12 Mar 2023 06:19:46 -0700 Subject: [PATCH] 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 0d5dc049a617c..e9cfba6350e06 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 \