From f377d85730521d87d1b1937beb31145907e157df Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 22 May 2023 22:38:27 +0200 Subject: [PATCH] devel/ccache: document the real default cache size of 5 GB This is according to ccache(1) from that package: max_size (CCACHE_MAXSIZE) This option specifies the maximum size of the cache. Use 0 for no limit. The default value is 5G. Available suffixes: k, M, G, T --- 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 97ca1446269d..42a5a0b93f77 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/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. -- 2.40.1