pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: Fix build with Boost 1.74.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f630d674a4d1
branches:  trunk
changeset: 442637:f630d674a4d1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Nov 27 11:53:26 2020 +0000

description:
inkscape: Fix build with Boost 1.74.0

diffstat:

 graphics/inkscape/distinfo                           |   3 ++-
 graphics/inkscape/patches/patch-src_ui_tool_node.cpp |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 341cbdc960cc -r f630d674a4d1 graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo        Fri Nov 27 11:37:11 2020 +0000
+++ b/graphics/inkscape/distinfo        Fri Nov 27 11:53:26 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.75 2020/09/08 13:25:14 ryoon Exp $
+$NetBSD: distinfo,v 1.76 2020/11/27 11:53:26 ryoon Exp $
 
 SHA1 (inkscape-1.0.1.tar.xz) = f04277c8476ab572fa099b4439bff6323c89470e
 RMD160 (inkscape-1.0.1.tar.xz) = c93974227d33674c3c840cd8706cec9761e8cb7c
@@ -7,3 +7,4 @@
 SHA1 (patch-CMakeScripts_Pod2man.cmake) = c7f0c0d3b28604c2594bc9265363c782a57af40c
 SHA1 (patch-src_extension_implementation_script.cpp) = 2c2cbcee2fdda5a274906600930acc0257cc0ea2
 SHA1 (patch-src_path-prefix.cpp) = 1ce20f16063759aab60d9e8da6b25700b44099d2
+SHA1 (patch-src_ui_tool_node.cpp) = b822fcd2456cd19b6482a7f600a9f29abb9f238d
diff -r 341cbdc960cc -r f630d674a4d1 graphics/inkscape/patches/patch-src_ui_tool_node.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-src_ui_tool_node.cpp      Fri Nov 27 11:53:26 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_ui_tool_node.cpp,v 1.1 2020/11/27 11:53:26 ryoon Exp $
+
+* Fix error: field 'rel_error' has incomplete type 'std::atomic<double>'
+  with boost-1.74.
+
+--- src/ui/tool/node.cpp.orig  2020-09-07 09:02:10.000000000 +0000
++++ src/ui/tool/node.cpp
+@@ -7,6 +7,7 @@
+  * Released under GNU GPL v2+, read the file 'COPYING' for more information.
+  */
+ 
++#include <atomic>
+ #include <iostream>
+ #include <stdexcept>
+ #include <boost/utility.hpp>



Home | Main Index | Thread Index | Old Index