diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /editors | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 1 | ||||
-rw-r--r-- | editors/texmacs/Makefile | 1 | ||||
-rw-r--r-- | editors/yui/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 16e8e7bb970d..11fe32132d4f 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to compile: conflicting types for __wcwidth BROKEN_armv6= fails to compile: conflicting types for __wcwidth +BROKEN_armv7= fails to compile: conflicting types for __wcwidth USES= iconv ncurses HAS_CONFIGURE= yes diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index ecf00f7a82b9..6331343b04ce 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ RUN_DEPENDS= fig2dev:print/transfig BROKEN_armv6= fails to compile: call to min is ambiguous +BROKEN_armv7= fails to compile: call to min is ambiguous USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \ shared-mime-info shebangfix diff --git a/editors/yui/Makefile b/editors/yui/Makefile index f3f8fd6dcd9b..a70ef316768f 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -15,6 +15,7 @@ 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_armv7= 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 |