svn commit: r477035 - head/misc/valentina

Antoine Brodin antoine at FreeBSD.org
Sun Aug 12 18:43:14 UTC 2018


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}


More information about the svn-ports-all mailing list