Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 06:30:23 +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: r464883 - head/x11-fonts/fontmatrix
Message-ID:  <201803180630.w2I6UNOM056702@repo.freebsd.org>

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

Log:
  Mark as broken on armvX.

Modified:
  head/x11-fonts/fontmatrix/Makefile

Modified: head/x11-fonts/fontmatrix/Makefile
==============================================================================
--- head/x11-fonts/fontmatrix/Makefile	Sun Mar 18 06:28:46 2018	(r464882)
+++ head/x11-fonts/fontmatrix/Makefile	Sun Mar 18 06:30:23 2018	(r464883)
@@ -11,6 +11,9 @@ COMMENT=	Graphical font manager
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv6=		fails to compile: src/fminfodisplay.cpp:155:17: no matching function for call to 'qMax'
+BROKEN_armv7=		fails to compile: src/fminfodisplay.cpp:155:17: no matching function for call to 'qMax'
+
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig



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