Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 16:15:28 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f2e6876df7b - main - devel/ccache: add clang 16 and 17
Message-ID:  <202401031615.403GFSKC082468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f2e6876df7b113fec116adf321631745ec09e7b

commit 6f2e6876df7b113fec116adf321631745ec09e7b
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2024-01-03 10:39:53 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2024-01-03 16:15:25 +0000

    devel/ccache: add clang 16 and 17
---
 devel/ccache/Makefile           | 2 +-
 devel/ccache/Makefile.compilers | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 97ca1446269d..42a5a0b93f77 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ccache
 PORTVERSION=	3.7.12
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
 		LOCAL/bdrewery
diff --git a/devel/ccache/Makefile.compilers b/devel/ccache/Makefile.compilers
index afcde1523957..f45651f8d8e4 100644
--- a/devel/ccache/Makefile.compilers
+++ b/devel/ccache/Makefile.compilers
@@ -18,7 +18,7 @@ CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \
 			${GNU_COMPILERS:S|^|cpp|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 16 17 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} \
 			${CLANG_COMPILERS:S|^|clang++|} \
 			${CLANG_COMPILERS:S|^|cpp|}



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