Received: by mail.netbsd.org (Postfix, from userid 605) id F3B2884DD3; Tue, 23 Mar 2021 09:57:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C40D84D37 for ; Tue, 23 Mar 2021 09:57:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j6UWQ11KEhC5 for ; Tue, 23 Mar 2021 09:57:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AF4E684CFC for ; Tue, 23 Mar 2021 09:57:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A721DFA95; Tue, 23 Mar 2021 09:57:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616493455161710" MIME-Version: 1.0 Date: Tue, 23 Mar 2021 09:57:35 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/inkscape To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210323095735.A721DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616493455161710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Mar 23 09:57:35 UTC 2021 Modified Files: pkgsrc/graphics/inkscape: distinfo Added Files: pkgsrc/graphics/inkscape/patches: patch-src_3rdparty_autotrace_autotrace.h Log Message: inkscape: Fix build with glib2-2.68.0 To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/inkscape/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616493455161710 Content-Disposition: inline Content-Length: 2146 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.77 pkgsrc/graphics/inkscape/distinfo:1.78 --- pkgsrc/graphics/inkscape/distinfo:1.77 Wed Jan 13 11:43:34 2021 +++ pkgsrc/graphics/inkscape/distinfo Tue Mar 23 09:57:35 2021 @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.77 2021/01/13 11:43:34 jperkin Exp $ +$NetBSD: distinfo,v 1.78 2021/03/23 09:57:35 ryoon Exp $ SHA1 (inkscape-1.0.1.tar.xz) = f04277c8476ab572fa099b4439bff6323c89470e RMD160 (inkscape-1.0.1.tar.xz) = c93974227d33674c3c840cd8706cec9761e8cb7c SHA512 (inkscape-1.0.1.tar.xz) = 70145e02fe7c3ffbfa3dcea690bfe3315131fb9a507c70bcdc1d0db394d207e3bd04d7cc86c3b625597bddfd2b6e09a03841aece6d2ffb6517fe1c619193ec96 Size (inkscape-1.0.1.tar.xz) = 32051632 bytes SHA1 (patch-CMakeScripts_Pod2man.cmake) = c60f61a7a3eca511ced5e085dc66670cee8bfe33 +SHA1 (patch-src_3rdparty_autotrace_autotrace.h) = 4f93a25f3134a3fb21531cd264652432d1ab0a79 SHA1 (patch-src_extension_implementation_script.cpp) = 2c2cbcee2fdda5a274906600930acc0257cc0ea2 SHA1 (patch-src_path-prefix.cpp) = 1ce20f16063759aab60d9e8da6b25700b44099d2 SHA1 (patch-src_svg_svg-length.cpp) = 076d30eb83fee4ab87b30791cc566c52baabbb68 Added files: Index: pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h diff -u /dev/null pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h:1.1 --- /dev/null Tue Mar 23 09:57:35 2021 +++ pkgsrc/graphics/inkscape/patches/patch-src_3rdparty_autotrace_autotrace.h Tue Mar 23 09:57:35 2021 @@ -0,0 +1,21 @@ +$NetBSD: patch-src_3rdparty_autotrace_autotrace.h,v 1.1 2021/03/23 09:57:35 ryoon Exp $ + +--- src/3rdparty/autotrace/autotrace.h.orig 2020-09-07 08:57:40.000000000 +0000 ++++ src/3rdparty/autotrace/autotrace.h +@@ -23,6 +23,8 @@ + + #include + ++#include "types.h" ++ + #ifdef __cplusplus + extern "C" { + #endif /* __cplusplus */ +@@ -35,7 +37,6 @@ extern "C" { + * Typedefs + * ===================================================================== */ + +-#include "types.h" + #include "color.h" + + /* Third degree is the highest we deal with. */ --_----------=_1616493455161710--