Date: Fri, 28 Feb 2025 18:47:57 GMT From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e0f6c38f9aaa - 2025Q1 - devel/ccache: Update for recent compilers Message-ID: <202502281847.51SIlv86018449@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0f6c38f9aaaccdf1f189179480bfcec15b689bb commit e0f6c38f9aaaccdf1f189179480bfcec15b689bb Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2025-02-28 18:47:03 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2025-02-28 18:47:36 +0000 devel/ccache: Update for recent compilers Also note implicit approval for anyone to update this list. (cherry picked from commit 725351f27c697f05f831aea009e17b7bfaf13866) (llvm20 removed as it is not in quarterly) --- devel/ccache/Makefile | 3 ++- devel/ccache/Makefile.compilers | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index e0b352811e54..672823f09511 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,10 +1,11 @@ PORTNAME= ccache PORTVERSION= 3.7.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ LOCAL/bdrewery +# anyone may update Makefile.compilers - bdrewery MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tool to minimize the compile time of C/C++ programs WWW= https://ccache.samba.org/ diff --git a/devel/ccache/Makefile.compilers b/devel/ccache/Makefile.compilers index 8d3cdc9e5a5c..6bc8655d4bda 100644 --- a/devel/ccache/Makefile.compilers +++ b/devel/ccache/Makefile.compilers @@ -12,13 +12,13 @@ CCACHE_COMPILERS+= icc icpc # ===================== devel/ccache and devel/ccache-memcached ========== # ======================================================================== -GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 10 11 12 13 +GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 10 11 12 13 14 15 CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \ ${GNU_COMPILERS:S|^|g++|} \ ${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 18 -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 19 -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?202502281847.51SIlv86018449>