Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2025 14:10:23 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: 400003a87d15 - main - graphics/rawstudio: Mark BROKEN
Message-ID:  <202506211410.55LEANbv094117@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=400003a87d15946d3b2bceeb35fce3173a733cd6

commit 400003a87d15946d3b2bceeb35fce3173a733cd6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 07:36:10 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:29 +0000

    graphics/rawstudio: Mark BROKEN
    
    Fails to build with libxml2 2.13+, error: use of undeclared identifier 'xmlDocPtr'
    
    PR:             281593
    Approved by:    maintainer timeout, 8+ months
---
 graphics/rawstudio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile
index 910ce22b8034..24eb07ef4d06 100644
--- a/graphics/rawstudio/Makefile
+++ b/graphics/rawstudio/Makefile
@@ -10,6 +10,8 @@ WWW=		https://rawstudio.org/
 
 LICENSE=	GPLv2+
 
+BROKEN=		Fails to build with libxml2 2.13+, error: use of undeclared identifier 'xmlDocPtr'
+
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		liblcms.so:graphics/lcms \


home | help

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