git: e46126d5d35b - main - devel/llvm10: deprecate, set short expiration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 17:03:26 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e46126d5d35bf996048bcaa47d4de3a7fc7aa75d
commit e46126d5d35bf996048bcaa47d4de3a7fc7aa75d
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-09-20 15:55:42 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-09-20 17:02:00 +0000
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