Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2021 19:03:23 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: e24f8fa994df - 2021Q3 - biology/abyss: Broken on 11
Message-ID:  <202108211903.17LJ3Nhg001749@gitrepo.freebsd.org>

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

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

commit e24f8fa994df60436e9576dcf5b744cbecae043f
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:03:21 +0000

    biology/abyss: Broken on 11
    
    Reported by:    fallout
    
    (cherry picked from commit 9352bd72e0b04fdf32d9c63353aabf1a672936fd)
---
 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?202108211903.17LJ3Nhg001749>