From 387ced8b05d6501e35d928724b8901f3c4576bb8 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 14 Nov 2016 07:47:48 +0000 Subject: Mark as broken on various tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- editors/mp/Makefile | 2 ++ editors/pdfedit/Makefile | 2 ++ editors/yui/Makefile | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 1f0ad666f976..0e22c59df74d 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -35,6 +35,8 @@ QT4_USE= qt4=corelib,gui,moc_build QT4_CONFIGURE_ENV= CPP="${CXX}" CCLINK="${CXX}" QT4_CONFIGURE_WITH= qt4 +BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth + .include .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 3c213969b6cd..dd247fd32110 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -35,6 +35,8 @@ PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options + post-extract: ${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC} diff --git a/editors/yui/Makefile b/editors/yui/Makefile index d70b8e217126..2023e23e8ec8 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -16,7 +16,9 @@ USE_AUTOTOOLS= autoconf aclocal ACLOCAL_ARGS+= -I m4 MAKE_ENV+= LIBPATH=${PREFIX}/lib -BROKEN_sparc64= Does not compile on sparc64 +BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information +BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision +BROKEN_sparc64= Does not compile on sparc64 BROKEN_powerpc64= Does not build OPTIONS_DEFINE= DOCS -- cgit v1.2.3