Re: git: 725351f27c69 - main - devel/ccache: Update for recent compilers
Date: Tue, 04 Mar 2025 19:15:41 UTC
On Fri, 28 Feb 2025 19:47:11 +0100, Bryan Drewery wrote: > > The branch main has been updated by bdrewery: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=725351f27c697f05f831aea009e17b7bfaf13866 > > commit 725351f27c697f05f831aea009e17b7bfaf13866 > 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:03 +0000 > > devel/ccache: Update for recent compilers > > Also note implicit approval for anyone to update this list. > --- > 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..63aeadd19492 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 20 -devel > CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ > ${CLANG_COMPILERS:S|^|clang++|} \ > ${CLANG_COMPILERS:S|^|cpp|} Should old versions be removed from the list? Should the list be synced with devel/ccache4/Makefile?