Received: by mail.netbsd.org (Postfix, from userid 605) id 6098084EC4; Sat, 27 Jan 2024 18:16:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9228A84EAE for ; Sat, 27 Jan 2024 18:16:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id D7zKGZa3_D64 for ; Sat, 27 Jan 2024 18:16:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0BE9084D91 for ; Sat, 27 Jan 2024 18:16:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02D16FA42; Sat, 27 Jan 2024 18:16:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706379399234120" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 18:16:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/inkscape To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240127181640.02D16FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706379399234120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1706379399234120 Content-Disposition: inline Content-Length: 1848 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 ++#include + #include + #include + --_----------=_1706379399234120--