git: 6f2e6876df7b - main - devel/ccache: add clang 16 and 17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 16:15:28 UTC
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|}