From 6f2e6876df7b113fec116adf321631745ec09e7b Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 3 Jan 2024 10:39:53 +0000 Subject: [PATCH] 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 97ca1446269d1..42a5a0b93f774 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 afcde15239572..f45651f8d8e4b 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|}