Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2021 19:02:38 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: 9352bd72e0b0 - main - biology/abyss: Broken on 11
Message-ID:  <202108211902.17LJ2cWs001565@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=9352bd72e0b04fdf32d9c63353aabf1a672936fd

commit 9352bd72e0b04fdf32d9c63353aabf1a672936fd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-21 19:02:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-21 19:02:36 +0000

    biology/abyss: Broken on 11
    
    Reported by:    fallout
---
 biology/abyss/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile
index 91d52df097ac..141b25659a53 100644
--- a/biology/abyss/Makefile
+++ b/biology/abyss/Makefile
@@ -9,6 +9,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	result of comparison of constant 18446744073709551615 with expression of type 'size_t', see https://github.com/bcgsc/abyss/issues/310
+BROKEN_FreeBSD_11=	error: use of undeclared identifier 'getline'; did you mean 'std::getline'?
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \
 		ghc:lang/ghc \



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