Hi ports --

qgis will pick up ccache if you have it installed, and the build fails (at least, it does for me).
Patch to disable ccache attached.

Found when doing build testing for an upcoming update of archivers/libzip.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/qgis/Makefile,v
retrieving revision 1.118
diff -u -p -r1.118 Makefile
--- Makefile	21 Jan 2020 12:50:46 -0000	1.118
+++ Makefile	27 Jan 2020 02:40:51 -0000
@@ -94,7 +94,8 @@ CONFIGURE_ARGS =-DPYTHON_EXECUTABLE=${MO
 		-DPYRCC_PROGRAM=${LOCALBASE}/bin/pyrcc5-3 \
 		-DWITH_INTERNAL_MDAL=FALSE \
 		-DWITH_3D=TRUE \
-		-DWITH_SERVER=TRUE -DWITH_SERVER_PLUGINS=TRUE -DWITH_QSPATIALITE=TRUE
+		-DWITH_SERVER=TRUE -DWITH_SERVER_PLUGINS=TRUE -DWITH_QSPATIALITE=TRUE \
+		-DUSE_CCACHE=OFF
 
 # does more than just debug pkgs
 #DEBUG_CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE:String=RelWithDebInfo

Reply via email to