Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2022 19:33:24 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: f6233d749092 - main - devel/flang-clang: Deprecate and set expiration date to 2022-09-30
Message-ID:  <202206251933.25PJXO5O044207@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=f6233d7490923ee67c49ec7ad991d18320c59d2a

commit f6233d7490923ee67c49ec7ad991d18320c59d2a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-06-25 19:31:29 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-06-25 19:33:16 +0000

    devel/flang-clang: 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-clang/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/flang-clang/Makefile b/devel/flang-clang/Makefile
index 1a54b1864b32..246d94120a29 100644
--- a/devel/flang-clang/Makefile
+++ b/devel/flang-clang/Makefile
@@ -13,6 +13,9 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+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.25PJXO5O044207>