git: d0a098c28614 - main - cad/ifcopenshell: mark as BROKEN after recent boost upgrade

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 22 May 2022 20:18:01 UTC
The branch main has been updated by fluffy:

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

commit d0a098c28614744c11c2ffb1837c7dbe59403c19
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:50:19 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:11 +0000

    cad/ifcopenshell: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 cad/ifcopenshell/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile
index 4a00981c2304..8fda73a639d6 100644
--- a/cad/ifcopenshell/Makefile
+++ b/cad/ifcopenshell/Makefile
@@ -14,6 +14,8 @@ BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libTKernel.so:cad/opencascade740
 
+BROKEN=		error: no viable overloaded '='
+
 USES=		cmake compiler:c++11-lang eigen:3 gnome
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes