Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2023 17:03:26 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e46126d5d35b - main - devel/llvm10: deprecate, set short expiration
Message-ID:  <202309201703.38KH3Q3d052149@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309201703.38KH3Q3d052149>