pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/inkscape
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 27 18:16:39 UTC 2024
Modified Files:
pkgsrc/graphics/inkscape: distinfo
Added Files:
pkgsrc/graphics/inkscape/patches: patch-src_object_uri.h
Removed Files:
pkgsrc/graphics/inkscape/patches: patch-src_object_uri.cpp
Log Message:
inkscape: switch to upstream version of libxml2 build fix
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/inkscape/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/graphics/inkscape/patches/patch-src_object_uri.cpp
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/inkscape/patches/patch-src_object_uri.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/inkscape/distinfo
diff -u pkgsrc/graphics/inkscape/distinfo:1.97 pkgsrc/graphics/inkscape/distinfo:1.98
--- pkgsrc/graphics/inkscape/distinfo:1.97 Sat Jan 27 15:50:19 2024
+++ pkgsrc/graphics/inkscape/distinfo Sat Jan 27 18:16:39 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.97 2024/01/27 15:50:19 wiz Exp $
+$NetBSD: distinfo,v 1.98 2024/01/27 18:16:39 wiz Exp $
BLAKE2s (inkscape-1.3.1.tar.xz) = a92f5577e7be254fcbbebcd5c2fbfd0f8e6b8dfadd2f1e3b71f0209f57418abb
SHA512 (inkscape-1.3.1.tar.xz) = cb0f8984c2dd33708021400384eeb2cfe32af4ba34a2f371a767b100a000cfe35b8c4fe88eb294a8f6fc0795d9991d53552df5b152288130da91228066f68a26
@@ -6,4 +6,4 @@ Size (inkscape-1.3.1.tar.xz) = 44727728
SHA1 (patch-CMakeScripts_DefineDependsandFlags.cmake) = 6638a97615ca37bcdc20463b37cd859d723f66d6
SHA1 (patch-src_extension_implementation_script.cpp) = da46549f688da5c9c0ecbeaeac7962e4f261cae4
SHA1 (patch-src_helper_mathfns.h) = 37977a9c767dd409088e552135c512ff76f675a4
-SHA1 (patch-src_object_uri.cpp) = 574f24fe74562e5c766629b79eb9891eef189272
+SHA1 (patch-src_object_uri.h) = 84ac2f168591d9d074d14aa1d7991a7bf47ad376
Added files:
Index: pkgsrc/graphics/inkscape/patches/patch-src_object_uri.h
diff -u /dev/null pkgsrc/graphics/inkscape/patches/patch-src_object_uri.h:1.1
--- /dev/null Sat Jan 27 18:16:39 2024
+++ pkgsrc/graphics/inkscape/patches/patch-src_object_uri.h Sat Jan 27 18:16:39 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_object_uri.h,v 1.1 2024/01/27 18:16:39 wiz Exp $
+
+Fix build with libxml2 2.12.
+https://gitlab.com/inkscape/inkscape/-/merge_requests/6089/diffs
+
+--- src/object/uri.h.orig 2024-01-27 18:07:45.846366553 +0000
++++ src/object/uri.h
+@@ -13,6 +13,7 @@
+ #define INKSCAPE_URI_H
+
+ #include <libxml/uri.h>
++#include <libxml/xmlmemory.h>
+ #include <memory>
+ #include <string>
+
Home |
Main Index |
Thread Index |
Old Index