summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-14 07:47:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-14 07:47:48 +0000
commit387ced8b05d6501e35d928724b8901f3c4576bb8 (patch)
tree7ec4df2815d7f09e29b4d6b281de31a97163b786 /editors
parentMark as broken on various tier-2 archs. (diff)
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=426089
Diffstat (limited to 'editors')
-rw-r--r--editors/mp/Makefile2
-rw-r--r--editors/pdfedit/Makefile2
-rw-r--r--editors/yui/Makefile4
3 files changed, 7 insertions, 1 deletions
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 <bsd.port.options.mk>
.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