git: 15d513e7d365 - main - devel/ccache: add clang18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jul 2024 06:21:26 UTC
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=15d513e7d3657c2e6e11185447f1a8175fe93109 commit 15d513e7d3657c2e6e11185447f1a8175fe93109 Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2024-07-09 06:20:23 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2024-07-09 06:21:24 +0000 devel/ccache: add clang18 Approved by: bdrewery --- 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 aa23e58fd1d8..e0b352811e54 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,6 +1,6 @@ PORTNAME= ccache PORTVERSION= 3.7.12 -PORTREVISION= 6 +PORTREVISION= 7 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 f45651f8d8e4..8d3cdc9e5a5c 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 16 17 -devel +CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 16 17 18 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ ${CLANG_COMPILERS:S|^|clang++|} \ ${CLANG_COMPILERS:S|^|cpp|}