Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2022 07:41:39 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1829f2959fa7 - main - biology/cytoscape: Broken on armv6, armv7
Message-ID:  <202212110741.2BB7fdmB018511@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1829f2959fa74b056856c69bce24ab4debaf90da

commit 1829f2959fa74b056856c69bce24ab4debaf90da
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-11 07:41:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-11 07:41:04 +0000

    biology/cytoscape: Broken on armv6, armv7
    
    Reported by:    fallout
---
 biology/cytoscape/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/cytoscape/Makefile b/biology/cytoscape/Makefile
index eb62f9fad8e5..8be09cf415d6 100644
--- a/biology/cytoscape/Makefile
+++ b/biology/cytoscape/Makefile
@@ -12,6 +12,9 @@ WWW=		https://www.cytoscape.org
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/api/LICENSE
 
+BROKEN_armv6=	build runs out of memory
+BROKEN_armv7=	build runs out of memory
+
 BUILD_DEPENDS=	maven363>0:devel/maven363 \
 		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?202212110741.2BB7fdmB018511>