Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2024 10:05:44 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: 8d4af2a4a210 - main - misc/ecflow: mark as BROKEN, fails to build with boost-1.86+
Message-ID:  <202411201005.4AKA5ire024037@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=8d4af2a4a21035f605b8f5f01e699a61ae69a5b9

commit 8d4af2a4a21035f605b8f5f01e699a61ae69a5b9
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-20 09:40:41 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-20 10:05:19 +0000

    misc/ecflow: mark as BROKEN, fails to build with boost-1.86+
    
     Sponsored by:  Future Crew, LLC
---
 misc/ecflow/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/ecflow/Makefile b/misc/ecflow/Makefile
index d33925cabd67..28b6ed4d1373 100644
--- a/misc/ecflow/Makefile
+++ b/misc/ecflow/Makefile
@@ -12,6 +12,8 @@ WWW=		https://confluence.ecmwf.int/display/ECFLOW/ecflow+home
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with boost-1.86+
+
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR}
 BUILD_DEPENDS=	bash:shells/bash \
 		${PY_DEPENDS}



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