svn commit: r425724 - head/textproc/uim

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 09:23:52 UTC 2016


Author: linimon
Date: Tue Nov  8 09:23:51 2016
New Revision: 425724
URL: https://svnweb.freebsd.org/changeset/ports/425724

Log:
  Mark as broken on arm64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/uim/Makefile

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Tue Nov  8 09:21:12 2016	(r425723)
+++ head/textproc/uim/Makefile	Tue Nov  8 09:23:51 2016	(r425724)
@@ -13,6 +13,8 @@ PKGNAMESUFFIX=	-nox11
 MAINTAINER=	nobutaka at FreeBSD.org
 COMMENT?=	Input method library
 
+BROKEN_arm64=	Fails to build: The collector has not been ported to this machine/OS combination
+
 USE_LDCONFIG=	yes
 WANT_GNOME=	yes
 USE_GNOME+=	glib20 intltool


More information about the svn-ports-all mailing list