Date: Thu, 4 Aug 2022 16:35:27 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: 5d1325cd1bad - main - biology/ugene: Correct BROKEN message Message-ID: <202208041635.274GZRej073885@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=5d1325cd1bad647d66d9cffb7dc0e5ee57e122e5 commit 5d1325cd1bad647d66d9cffb7dc0e5ee57e122e5 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:35:24 +0000 biology/ugene: Correct BROKEN message Approved by: portmgr (blanket) --- biology/ugene/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index 96ccd0e93c34..245951aff815 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -8,11 +8,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 -.if !exists(/usr/include/omp.h) -BROKEN= requires OpenMP support that is missing on this architecture -.endif +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?202208041635.274GZRej073885>