git: dbfdce7f483b - main - graphics/qgis: Disable usage of ccache

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 23 Feb 2025 19:46:15 UTC
The branch main has been updated by rhurlin:

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

commit dbfdce7f483b50aa47c98ea759158ed98d3829e8
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2025-02-23 19:34:37 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2025-02-23 19:45:26 +0000

    graphics/qgis: Disable usage of ccache
    
    If ccache is used, the build breaks with
    ccache: error: unknown configuration option "compiler_type"
    
    PR:             284996
    Reported by:    Martin Birgmeier <d8zNeCFG@aon.at>
---
 graphics/qgis/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 991a1bcef16d..67a7b03f3582 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.42.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 
@@ -136,8 +136,7 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE:STRING=Release \
 CMAKE_ON=	USE_OPENCL WITH_ASTYLE WITH_BINDINGS WITH_COPC \
 		WITH_CUSTOM_WIDGETS WITH_DRACO WITH_EPT \
 		WITH_INTERNAL_LAZPERF WITH_INTERNAL_MDAL WITH_POSTGRESQL
- 
-CMAKE_OFF=	BUILD_WITH_QT6 ENABLE_TESTS WITH_QTWEBKIT \
+CMAKE_OFF=	BUILD_WITH_QT6 ENABLE_TESTS USE_CCACHE WITH_QTWEBKIT \
 		WITH_QWTPOLAR
 
 CONFLICTS_INSTALL=	qgis-ltr