Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 16:45:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476999 - head/misc/valentina
Message-ID:  <201808121645.w7CGjI4L074609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121645.w7CGjI4L074609>