Date: Sat, 25 Jun 2022 19:33:23 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: db0d431f3dc8 - main - devel/flang: Deprecate and set expiration date to 2022-09-30 Message-ID: <202206251933.25PJXNBE044182@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=db0d431f3dc8bb13befba46d976e1bc0d0bc6e12 commit db0d431f3dc8bb13befba46d976e1bc0d0bc6e12 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-06-25 19:22:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-06-25 19:33:16 +0000 devel/flang: Deprecate and set expiration date to 2022-09-30 Current version is very outdated and unsupported upstream Upstream is working to improve Flang compiler included in LLVM See https://github.com/flang-compiler/flang/wiki for more information This change was also discussed with bapt PR: 263810 Approved by: jmd (maintainer timeout, 6+ weeks) --- devel/flang/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/flang/Makefile b/devel/flang/Makefile index 71592a822e65..da2842166475 100644 --- a/devel/flang/Makefile +++ b/devel/flang/Makefile @@ -11,6 +11,9 @@ COMMENT= Fortran compiler targeting LLVM LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Very outdated and unsupported upstream, current version in tree is several years old and upstream is still active +EXPIRATION_DATE=2022-09-30 + ONLY_FOR_ARCHS= amd64 LLVM_VER= 70
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206251933.25PJXNBE044182>