Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 18:43:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477035 - head/misc/valentina
Message-ID:  <201808121843.w7CIhDam040315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 12 18:43:13 2018
New Revision: 477035
URL: https://svnweb.freebsd.org/changeset/ports/477035

Log:
  Unbreak

Modified:
  head/misc/valentina/Makefile

Modified: head/misc/valentina/Makefile
==============================================================================
--- head/misc/valentina/Makefile	Sun Aug 12 17:54:32 2018	(r477034)
+++ head/misc/valentina/Makefile	Sun Aug 12 18:43:13 2018	(r477035)
@@ -12,8 +12,6 @@ COMMENT=	Sewing pattern drafting tool aiming to remake
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE_GPL.txt
 
-BROKEN=		fails to build
-
 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
@@ -24,6 +22,9 @@ BB_PROJECT=	${PORTNAME}
 BB_COMMIT=	fccfd7b0aa17
 
 QMAKE_ARGS=	CONFIG+="noTests" CONFIG+="noRunPath"
+.if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE)
+QMAKE_ARGS+=	CONFIG+="no_ccache"
+.endif
 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?201808121843.w7CIhDam040315>