svn commit: r464882 - head/sysutils/qpxtool

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 06:28:47 UTC 2018


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


More information about the svn-ports-all mailing list