svn commit: r425881 - in head/japanese: jmode kterm mutt-devel

Mark Linimon linimon at FreeBSD.org
Fri Nov 11 10:18:57 UTC 2016


Author: linimon
Date: Fri Nov 11 10:18:56 2016
New Revision: 425881
URL: https://svnweb.freebsd.org/changeset/ports/425881

Log:
  Mark various ports broken on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/japanese/jmode/Makefile
  head/japanese/kterm/Makefile
  head/japanese/mutt-devel/Makefile

Modified: head/japanese/jmode/Makefile
==============================================================================
--- head/japanese/jmode/Makefile	Fri Nov 11 09:46:07 2016	(r425880)
+++ head/japanese/jmode/Makefile	Fri Nov 11 10:18:56 2016	(r425881)
@@ -13,8 +13,6 @@ COMMENT?=	XIM server for Anthy input met
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libanthy.so:japanese/anthy
 
 USE_GNOME=	gtk12
@@ -22,6 +20,6 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NOT_FOR_ARCHS=	amd64 sparc64
+NOT_FOR_ARCHS=	aarch64 amd64 mips mips64 powerpc64 sparc64
 
 .include <bsd.port.mk>

Modified: head/japanese/kterm/Makefile
==============================================================================
--- head/japanese/kterm/Makefile	Fri Nov 11 09:46:07 2016	(r425880)
+++ head/japanese/kterm/Makefile	Fri Nov 11 10:18:56 2016	(r425881)
@@ -15,6 +15,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	nkf:japanese/nkf
 
+BROKEN_aarch64=	Fails to build: fatal error: kfontlist.c file not found
+
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 USE_GITHUB=	yes

Modified: head/japanese/mutt-devel/Makefile
==============================================================================
--- head/japanese/mutt-devel/Makefile	Fri Nov 11 09:46:07 2016	(r425880)
+++ head/japanese/mutt-devel/Makefile	Fri Nov 11 10:18:56 2016	(r425881)
@@ -47,6 +47,8 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	urlview:textproc/urlview \
 		${LOCALBASE}/etc/mime.types:misc/mime-support
 
+BROKEN_aarch64=	Fails to compile: error: conflicting types for __wcwidth
+
 CONFLICTS=	ja-mutt-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]*
 
 VERSION=	1.5.21


More information about the svn-ports-all mailing list