Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2026 14:43:41 +0000
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4cbd23d2ff2 - main - devel/ccache: fix documented default cache size
Message-ID:  <69c3f49d.1f214.1b71bd55@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4cbd23d2ff24d4165b42eb8082898a56f416fae

commit f4cbd23d2ff24d4165b42eb8082898a56f416fae
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-24 17:06:04 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:03 +0000

    devel/ccache: fix documented default cache size
    
      The howto file stated the default cache size is 1GB, but ccache's
      actual default has been 5GB since version 3.4.1.
    
      PR:           271572
      Approved by:  bdrewery (maintainer timeout)
---
 devel/ccache/Makefile                          | 2 +-
 devel/ccache/files/ccache-howto-freebsd.txt.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 672823f09511..27fbeab47611 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ccache
 PORTVERSION=	3.7.12
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
 		LOCAL/bdrewery
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in
index c86c552c7707..a845d5383496 100644
--- a/devel/ccache/files/ccache-howto-freebsd.txt.in
+++ b/devel/ccache/files/ccache-howto-freebsd.txt.in
@@ -55,7 +55,7 @@ additional compilers in order to create/remove compiler links.
 
 --
 
-Ccache's default cache size is 1GB and this is larger than the default size of
+Ccache's default cache size is 5GB and this is larger than the default size of
 the root partition (/) on FreeBSD. To over come this you may specify a new
 cache location on a different partition with the following examples.
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c3f49d.1f214.1b71bd55>