diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2023-09-20 15:55:42 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2023-09-20 17:02:00 +0000 |
commit | e46126d5d35bf996048bcaa47d4de3a7fc7aa75d (patch) | |
tree | ad9e142ec89607785e47de0e055d740c4a94afbe | |
parent | 50e51d2680b46371c9d29c1b02fdd51aac17a86e (diff) | |
download | ports-e46126d5d35bf996048bcaa47d4de3a7fc7aa75d.tar.gz ports-e46126d5d35bf996048bcaa47d4de3a7fc7aa75d.zip |
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
-rw-r--r-- | devel/llvm10/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |