svn commit: r464868 - head/devel/qtscriptgenerator

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 05:05:38 UTC 2018


Author: linimon
Date: Sun Mar 18 05:05:37 2018
New Revision: 464868
URL: https://svnweb.freebsd.org/changeset/ports/464868

Log:
  Mark as broken on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/qtscriptgenerator/Makefile

Modified: head/devel/qtscriptgenerator/Makefile
==============================================================================
--- head/devel/qtscriptgenerator/Makefile	Sun Mar 18 03:59:42 2018	(r464867)
+++ head/devel/qtscriptgenerator/Makefile	Sun Mar 18 05:05:37 2018	(r464868)
@@ -9,6 +9,9 @@ CATEGORIES=	devel
 MAINTAINER=	syncer at gmail.com
 COMMENT=	Tool that generates Qt bindings for Qt Script
 
+BROKEN_armv6=		fails to build: qtscript_QEasingCurve.cpp:332:32: cannot initialize a parameter of type 'QEasingCurve::EasingFunction' with an lvalue of type 'float'
+BROKEN_armv7=		fails to build: qtscript_QEasingCurve.cpp:332:32: cannot initialize a parameter of type 'QEasingCurve::EasingFunction' with an lvalue of type 'float'
+
 USE_GITHUB=	YES
 GH_ACCOUNT=	qt-labs
 GH_TAGNAME=	a6ce388


More information about the svn-ports-all mailing list