Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 16:37:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 7b1f1eb0518f - 2022Q3 - biology/ugene: Correct BROKEN message
Message-ID:  <202208041637.274Gb07K074115@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b1f1eb0518f192212d04080fc7f54a3e54df667

commit 7b1f1eb0518f192212d04080fc7f54a3e54df667
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 16:34:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 16:36:57 +0000

    biology/ugene: Correct BROKEN message
    
    Approved by:    portmgr (blanket)
    
    (cherry picked from commit 5d1325cd1bad647d66d9cffb7dc0e5ee57e122e5)
---
 biology/ugene/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile
index d0a877754715..c90d0f43d3cd 100644
--- a/biology/ugene/Makefile
+++ b/biology/ugene/Makefile
@@ -10,8 +10,9 @@ COMMENT=	Integrated bioinformatics toolkit
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_aarch64=	Fails to build: invokes x86 asm
-BROKEN_riscv64=	Fails to build: invokes x86 asm
+BROKEN_aarch64=	fails to build: invokes x86 asm
+BROKEN_armv7=	fails to build: src/SendReportDialog.cpp:435:20: error: invalid output constraint '=a' in asm, see https://github.com/ugeneunipro/ugene/issues/919
+BROKEN_riscv64=	fails to build: invokes x86 asm
 
 RUN_DEPENDS=	bash:shells/bash
 



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