Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 16:21:51 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: 36aeef9b99e9 - main - biology/hyphy: Correct BROKEN message
Message-ID:  <202208041621.274GLpJJ056875@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=36aeef9b99e980990c8b58f44e6de9989b31f4c4

commit 36aeef9b99e980990c8b58f44e6de9989b31f4c4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 16:21:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 16:21:46 +0000

    biology/hyphy: Correct BROKEN message
---
 biology/hyphy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index 309fcb638219..bd01632bb9a3 100644
--- a/biology/hyphy/Makefile
+++ b/biology/hyphy/Makefile
@@ -9,7 +9,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 .if !exists(/usr/include/omp.h)
-BROKEN=		requires OpenMP support that is missing on this architecture
+BROKEN=		build fails w/out enabled OpenMP, see https://github.com/veg/hyphy/issues/1503
 .endif
 
 ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc



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