svn commit: r464883 - head/x11-fonts/fontmatrix

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 06:30:24 UTC 2018


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


More information about the svn-ports-all mailing list