Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2025 14:10:32 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17eb38d5dc1d - main - java/openjfx14: Mark BROKEN
Message-ID:  <202506211410.55LEAWUo094417@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506211410.55LEAWUo094417>