git: 6e5235dcf1f5 - main - cad/kicad: mark as BROKEN, fails to build with boost-1.86+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 20 Nov 2024 10:05:47 UTC
The branch main has been updated by fluffy:

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

commit 6e5235dcf1f5d4c38ab8c4ac7ea5d8a0cee1bd9f
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-20 09:45:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-20 10:05:21 +0000

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

diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 664b286d3c7d..6cfb1be3d698 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -11,6 +11,8 @@ WWW=		https://kicad.org/
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build with boost-1.86+
+
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm	\
 		swig:devel/swig
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs	\