git: 17eb38d5dc1d - main - java/openjfx14: Mark BROKEN

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

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

commit 17eb38d5dc1d92b959769cb068228828393a142b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 12:25:35 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:31 +0000

    java/openjfx14: Mark BROKEN
    
    Fails to build with libxml2 2.13+, error: no matching constructor for initialization of 'XMLDocumentParserScope'
    
    PR:             280158
---
 java/openjfx14/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile
index ae73b73cc455..f59a0ef4239d 100644
--- a/java/openjfx14/Makefile
+++ b/java/openjfx14/Makefile
@@ -23,6 +23,8 @@ WWW=		https://openjdk.java.net/projects/openjfx/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build with libxml2 2.13+, error: no matching constructor for initialization of 'XMLDocumentParserScope'
+
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	zip:archivers/zip \