Thu Feb 1 09:20:03 2024 UTC (116d)
liferea: fix build with libxml2 2.12


(wiz)
diff -r1.71 -r1.72 pkgsrc/www/liferea/distinfo
diff -r0 -r1.1 pkgsrc/www/liferea/patches/patch-src_node__type.h

cvs diff -r1.71 -r1.72 pkgsrc/www/liferea/distinfo (expand / switch to unified diff)

--- pkgsrc/www/liferea/distinfo 2021/10/26 11:29:37 1.71
+++ pkgsrc/www/liferea/distinfo 2024/02/01 09:20:02 1.72
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.71 2021/10/26 11:29:37 nia Exp $ 1$NetBSD: distinfo,v 1.72 2024/02/01 09:20:02 wiz Exp $
2 2
3BLAKE2s (liferea-1.12.8.tar.bz2) = bd4ec9fca2cb2020c3e43b064d3e8e009c87568ee6f52f9a0f52c38e16f9b7da 3BLAKE2s (liferea-1.12.8.tar.bz2) = bd4ec9fca2cb2020c3e43b064d3e8e009c87568ee6f52f9a0f52c38e16f9b7da
4SHA512 (liferea-1.12.8.tar.bz2) = 46f70bed9b9ae1a6d578dbda3d3e7751b839bee91443c245cc83a17d89f3a1c59fe6346f0ee4e72103511404620fcd65733121527cb841ba0c2be2f4d182b51b 4SHA512 (liferea-1.12.8.tar.bz2) = 46f70bed9b9ae1a6d578dbda3d3e7751b839bee91443c245cc83a17d89f3a1c59fe6346f0ee4e72103511404620fcd65733121527cb841ba0c2be2f4d182b51b
5Size (liferea-1.12.8.tar.bz2) = 1496590 bytes 5Size (liferea-1.12.8.tar.bz2) = 1496590 bytes
 6SHA1 (patch-src_node__type.h) = 4c382b627beb3613feac4cdbf06e317e6feabf09

File Added: pkgsrc/www/liferea/patches/patch-src_node__type.h
$NetBSD: patch-src_node__type.h,v 1.1 2024/02/01 09:20:02 wiz Exp $

Fix build with libxml2 2.12.
https://github.com/lwindolf/liferea/commit/d8f8ff91c6a243d67a6783b3d95bbdbffb0aeaef

--- src/node_type.h.orig	2024-02-01 09:18:50.907905086 +0000
+++ src/node_type.h
@@ -23,6 +23,7 @@
 
 #include "node.h"
 
+#include <libxml/tree.h>
 #include <libxml/xmlmemory.h>
 #include <gtk/gtk.h>