git: 40cb9d9613fb - main - math/py-igraph: Mark BROKEN

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 14:10:27 UTC
The branch main has been updated by diizzy:

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

commit 40cb9d9613fb29fb3a18af741e7d584e984285e2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 08:00:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:30 +0000

    math/py-igraph: Mark BROKEN
    
    Fails to build with libxml2 2.13+,
    error: incompatible function pointer types passing 'void (*)(void *, xmlErrorPtr)' (aka 'void (*)(void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)')
    
    PR:             279961
    Approved by:    maintainer timeout, 11+ months
---
 math/py-igraph/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile
index 153b128f9a31..ba22555e9a9c 100644
--- a/math/py-igraph/Makefile
+++ b/math/py-igraph/Makefile
@@ -12,6 +12,8 @@ WWW=		https://igraph.org/python/
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to build with libxml2 2.13+, error: incompatible function pointer types passing 'void (*)(void *, xmlErrorPtr)' (aka 'void (*)(void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)')
+
 BUILD_DEPENDS=	cmake:devel/cmake-core \
 		${LOCALBASE}/bin/flex:textproc/flex
 LIB_DEPENDS=	libigraph.so:math/igraph \