pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun 19 13:02:39 UTC 2020

Modified Files:
        pkgsrc/devel/boost-headers: Makefile
        pkgsrc/meta-pkgs/boost: distinfo
Added Files:
        pkgsrc/meta-pkgs/boost/patches:
            patch-boost_geometry_index_detail_rtree_visitors_insert.hpp

Log Message:
boost: Fix graphics/krita-4.3.0 build


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.130 -r1.131 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/meta-pkgs/boost/patches/patch-boost_geometry_index_detail_rtree_visitors_insert.hpp

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

Modified files:

Index: pkgsrc/devel/boost-headers/Makefile
diff -u pkgsrc/devel/boost-headers/Makefile:1.58 pkgsrc/devel/boost-headers/Makefile:1.59
--- pkgsrc/devel/boost-headers/Makefile:1.58    Sun Jan 12 10:10:03 2020
+++ pkgsrc/devel/boost-headers/Makefile Fri Jun 19 13:02:38 2020
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/01/12 10:10:03 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/06/19 13:02:38 ryoon Exp $
 
+PKGREVISION=           1
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
 BOOST_CONFIG=          generate

Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.130 pkgsrc/meta-pkgs/boost/distinfo:1.131
--- pkgsrc/meta-pkgs/boost/distinfo:1.130       Wed May  6 13:33:53 2020
+++ pkgsrc/meta-pkgs/boost/distinfo     Fri Jun 19 13:02:38 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.130 2020/05/06 13:33:53 adam Exp $
+$NetBSD: distinfo,v 1.131 2020/06/19 13:02:38 ryoon Exp $
 
 SHA1 (boost_1_73_0.tar.bz2) = 6d6ed02b29c860fd21b274fc4e1f820855e765e9
 RMD160 (boost_1_73_0.tar.bz2) = 3cd711ac0f6ee60d63f5f77df4957beaa6e0bf3d
@@ -15,6 +15,7 @@ SHA1 (patch-boost_config_stdlib_libcpp.h
 SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e
 SHA1 (patch-boost_core_noncopyable.hpp) = 63a3c2fc0bc85af77ff8bc17ad3a21ef0bc398c1
 SHA1 (patch-boost_core_uncaught__exceptions.hpp) = eba82062750f4e09bcef467476e8c4abd125f7b6
+SHA1 (patch-boost_geometry_index_detail_rtree_visitors_insert.hpp) = 63321768a6f3aab8f795cde4943e000c235c18cb
 SHA1 (patch-boost_math_special__functions_expm1.hpp) = 724fbd40b3780da8af6ce10bbf50a354eb19031a
 SHA1 (patch-boost_math_special__functions_log1p.hpp) = df6fd088da736a4640663b64841383432f1a1201
 SHA1 (patch-boost_math_tools_config.hpp) = 9d7ef331414526057a6ac1a0ba1af815f017dfc3

Added files:

Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_geometry_index_detail_rtree_visitors_insert.hpp
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-boost_geometry_index_detail_rtree_visitors_insert.hpp:1.1
--- /dev/null   Fri Jun 19 13:02:39 2020
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_geometry_index_detail_rtree_visitors_insert.hpp  Fri Jun 19 13:02:39 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-boost_geometry_index_detail_rtree_visitors_insert.hpp,v 1.1 2020/06/19 13:02:39 ryoon Exp $
+
+* Fix regression (fix build of graphics/krita-4.3.0).
+  https://github.com/boostorg/geometry/commit/a74a2b5814a8753013a8966606b8472178fffd14
+
+--- boost/geometry/index/detail/rtree/visitors/insert.hpp.orig 2020-04-22 13:35:08.000000000 +0000
++++ boost/geometry/index/detail/rtree/visitors/insert.hpp
+@@ -265,7 +265,7 @@ struct insert_traverse_data
+ // Default insert visitor
+ template <typename Element, typename MembersHolder>
+ class insert
+-    : MembersHolder::visitor
++    : public MembersHolder::visitor
+ {
+ protected:
+     typedef typename MembersHolder::box_type box_type;



Home | Main Index | Thread Index | Old Index