From e46126d5d35bf996048bcaa47d4de3a7fc7aa75d Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 20 Sep 2023 16:55:42 +0100 Subject: [PATCH] devel/llvm10: deprecate, set short expiration All dependent ports appear not to depend on llvm10 in practice and I've submitted PRs for them. Set an expiration (somewhat shorter than ideal) so llvm10 doesn't end up in 2023Q4. PR: 273963, 273964, 273977 --- devel/llvm10/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/llvm10/Makefile b/devel/llvm10/Makefile index c4715bb58fd1..86d76030efe6 100644 --- a/devel/llvm10/Makefile +++ b/devel/llvm10/Makefile @@ -12,6 +12,9 @@ MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang WWW= https://llvm.org/ +DEPRECATED= Obsolete, unmaintained, few dependent ports +EXPIRATION_DATE= 2023-09-30 + .include "${.CURDIR}/../llvm-devel/Makefile.LICENSE" LICENSE+= LLVM2 LICENSE_FILE_LLVM2= ${WRKSRC}/LICENSE.TXT