diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-28 06:16:50 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-28 06:16:50 +0800 |
commit | 378be05b39e0bbdaa00c96c4738cb13596ef1f2f (patch) | |
tree | 1b2df8c09e0cb56901d85fbbb3eef88a094ae8c6 /editors | |
parent | 8cfa52471a8fbd3be3e1b6705490937971d05eba (diff) | |
download | freebsd-ports-gnome-378be05b39e0bbdaa00c96c4738cb13596ef1f2f.tar.gz freebsd-ports-gnome-378be05b39e0bbdaa00c96c4738cb13596ef1f2f.tar.zst freebsd-ports-gnome-378be05b39e0bbdaa00c96c4738cb13596ef1f2f.zip |
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index ff403088e335..f3f8fd6dcd9b 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -13,17 +13,18 @@ COMMENT= Rich-featured multi-windows console text editor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_aarch64= fails to compile: cast from pointer to smaller type loses information +BROKEN_armv6= fails to link: undefined reference to HTAnchor_physical +BROKEN_mips64= fails to compile: cast from unsigned char* to unsigned int loses precision +BROKEN_sparc64= fails to compile +BROKEN_powerpc64= fails to build: strip: open tyui/y failed: No such file or directory + USES= tar:bzip2 USE_AUTOTOOLS= autoconf aclocal ACLOCAL_ARGS= -I m4 MAKE_ENV= LIBPATH=${PREFIX}/lib -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: strip: open tyui/y failed: No such file or directory - OPTIONS_DEFINE= DOCS post-install: |