Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:52 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e873c0ff17df - main - science/bagel: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222017.24MKHqI0092557@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit e873c0ff17df93aa201e1564eec9816571b66264
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:23:47 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:08 +0000

    science/bagel: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 science/bagel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/bagel/Makefile b/science/bagel/Makefile
index 936f63e1e4b4..cab7c2e94cc1 100644
--- a/science/bagel/Makefile
+++ b/science/bagel/Makefile
@@ -11,6 +11,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	error: static_assert failed "size_t is assumed to be the same size as unsigned long long"
+BROKEN=		error: no type named 'library_version_type' in namespace 'boost::archive'
 
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs
 



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