git: c3481e6e60a0 - main - cad/py-gmsh: Broken

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 23 Aug 2025 08:22:36 UTC
The branch main has been updated by yuri:

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

commit c3481e6e60a04a0589f61ebb4bbed04f37ae3a9e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-23 08:22:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-23 08:22:31 +0000

    cad/py-gmsh: Broken
    
    Reported by:    fallout
---
 cad/py-gmsh/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile
index fc0524f7a961..ca8345fb85f2 100644
--- a/cad/py-gmsh/Makefile
+++ b/cad/py-gmsh/Makefile
@@ -14,6 +14,8 @@ WWW=		https://gmsh.info/
 LICENSE=	AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
 LICENSE_COMB=	multi
 
+BROKEN=		fails to compile with cgnslib-4.5.0, see https://github.com/CGNS/CGNS/issues/863
+
 BUILD_DEPENDS=	swig:devel/swig
 LIB_DEPENDS=	libcgns.so:science/cgnslib \
 		libfltk_images.so:x11-toolkits/fltk \