svn commit: r476999 - head/misc/valentina

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 12 16:45:19 UTC 2018


Author: yuri
Date: Sun Aug 12 16:45:17 2018
New Revision: 476999
URL: https://svnweb.freebsd.org/changeset/ports/476999

Log:
  misc/valentina: Enable ccache
  
  It was breaking before on several occasions for other ports.
  But it seems to work for 'valentina'.
  
  Reported by:	mat

Modified:
  head/misc/valentina/Makefile

Modified: head/misc/valentina/Makefile
==============================================================================
--- head/misc/valentina/Makefile	Sun Aug 12 16:43:32 2018	(r476998)
+++ head/misc/valentina/Makefile	Sun Aug 12 16:45:17 2018	(r476999)
@@ -16,12 +16,13 @@ USES=		desktop-file-utils gmake qmake qt:5
 USE_QT=		concurrent core gui network opengl printsupport svg widgets xml xmlpatterns buildtools_build linguisttools_build testlib_build
 USE_GL=		gl
 USE_LDCONFIG=	yes
+WITH_CCACHE_BUILD=	yes
 
 BB_ACCOUNT=	dismine
 BB_PROJECT=	${PORTNAME}
 BB_COMMIT=	fccfd7b0aa17
 
-QMAKE_ARGS=	CONFIG+="no_ccache" CONFIG+="noTests" CONFIG+="noRunPath"
+QMAKE_ARGS=	CONFIG+="noTests" CONFIG+="noRunPath"
 BINARY_ALIAS=	hg=/usr/bin/true
 
 WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}


More information about the svn-ports-all mailing list