git: 5d1325cd1bad - main - biology/ugene: Correct BROKEN message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 16:35:27 UTC
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