pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/liferea



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb  1 09:20:03 UTC 2024

Modified Files:
        pkgsrc/www/liferea: distinfo
Added Files:
        pkgsrc/www/liferea/patches: patch-src_node__type.h

Log Message:
liferea: fix build with libxml2 2.12


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/liferea/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/liferea/patches/patch-src_node__type.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

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

Added files:

Index: pkgsrc/www/liferea/patches/patch-src_node__type.h
diff -u /dev/null pkgsrc/www/liferea/patches/patch-src_node__type.h:1.1
--- /dev/null   Thu Feb  1 09:20:03 2024
+++ pkgsrc/www/liferea/patches/patch-src_node__type.h   Thu Feb  1 09:20:02 2024
@@ -0,0 +1,15 @@
+$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>
+ 



Home | Main Index | Thread Index | Old Index