git: 225826cd3bf7 - main - textproc/p5-XML-GDOME: Mark BROKEN

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

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

commit 225826cd3bf7f1fb01a5191b9801089fb8bbfb05
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 12:31:56 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:31 +0000

    textproc/p5-XML-GDOME: Mark BROKEN
    
    Fails to build with libxml2 2.14, error: unknown type name 'xmlChar'
    
    PR:             286800
    Approved by:    maintainer timeout, 1+ month
---
 textproc/p5-XML-GDOME/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile
index a32204a82185..567388be3e2b 100644
--- a/textproc/p5-XML-GDOME/Makefile
+++ b/textproc/p5-XML-GDOME/Makefile
@@ -12,6 +12,8 @@ WWW=		https://metacpan.org/release/XML-GDOME
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BROKEN=		Fails to build with libxml2 2.14, error: unknown type name 'xmlChar'
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
 		p5-XML-SAX>=0:textproc/p5-XML-SAX