Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 06:28:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464882 - head/sysutils/qpxtool
Message-ID:  <201803180628.w2I6Sk8s056510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 18 06:28:46 2018
New Revision: 464882
URL: https://svnweb.freebsd.org/changeset/ports/464882

Log:
  Mark broken on armvX.

Modified:
  head/sysutils/qpxtool/Makefile

Modified: head/sysutils/qpxtool/Makefile
==============================================================================
--- head/sysutils/qpxtool/Makefile	Sun Mar 18 06:26:04 2018	(r464881)
+++ head/sysutils/qpxtool/Makefile	Sun Mar 18 06:28:46 2018	(r464882)
@@ -13,6 +13,10 @@ COMMENT=	GUI for testing CD/DVD quality and transfer r
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to compile: qpx_mmc_defs.h:608:4: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+BROKEN_armv6=		fails to compile: qpx_mmc_defs.h:608:4: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+BROKEN_armv7=		fails to compile: qpx_mmc_defs.h:608:4: constant expression evaluates to -1 which cannot be narrowed to type 'char'
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		gmake tar:bzip2



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