Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 04:06:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476957 - head/biology/cytoscape
Message-ID:  <201808120406.w7C461Mk082941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Aug 12 04:06:01 2018
New Revision: 476957
URL: https://svnweb.freebsd.org/changeset/ports/476957

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

Modified:
  head/biology/cytoscape/Makefile

Modified: head/biology/cytoscape/Makefile
==============================================================================
--- head/biology/cytoscape/Makefile	Sun Aug 12 04:03:56 2018	(r476956)
+++ head/biology/cytoscape/Makefile	Sun Aug 12 04:06:01 2018	(r476957)
@@ -13,6 +13,10 @@ COMMENT=	Software to visualize molecular interaction n
 LICENSE=	MIT
 xLICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN_aarch64=		fails to build: Cytoscape Third-Party Dependencies (third-party): FAILURE
+BROKEN_armv6=		fails to build: Cytoscape Third-Party Dependencies (third-party): FAILURE
+BROKEN_armv7=		fails to build: Cytoscape Third-Party Dependencies (third-party): FAILURE
+
 BUILD_DEPENDS=	mvn:devel/maven \
 		bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120406.w7C461Mk082941>