pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move workaround for missing include from csound6 to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5726664efa43
branches:  trunk
changeset: 364521:5726664efa43
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 27 20:08:59 2017 +0000

description:
Move workaround for missing include from csound6 to main boost package,
it affects others. Bump boost-headers.

diffstat:

 devel/boost-headers/Makefile                                  |   4 +-
 meta-pkgs/boost/distinfo                                      |   3 +-
 meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp |  13 +++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r d5105a6d24ae -r 5726664efa43 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Tue Jun 27 16:17:09 2017 +0000
+++ b/devel/boost-headers/Makefile      Tue Jun 27 20:08:59 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/05/29 14:39:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2017/06/27 20:08:59 joerg Exp $
 
-PKGREVISION=           1
+PKGREVISION=           2
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
 BOOST_CONFIG=          generate
diff -r d5105a6d24ae -r 5726664efa43 meta-pkgs/boost/distinfo
--- a/meta-pkgs/boost/distinfo  Tue Jun 27 16:17:09 2017 +0000
+++ b/meta-pkgs/boost/distinfo  Tue Jun 27 20:08:59 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.99 2017/05/29 17:17:13 maya Exp $
+$NetBSD: distinfo,v 1.100 2017/06/27 20:08:59 joerg Exp $
 
 SHA1 (boost_1_64_0.tar.bz2) = 51421ef259a4530edea0fbfc448460fcc5c64edb
 RMD160 (boost_1_64_0.tar.bz2) = 377ea4325f5e3ccd2820002143bb5baa1aeb3b41
@@ -20,6 +20,7 @@
 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) = daf8cf1fdac8169825c06804ca6d667792be0e9a
+SHA1 (patch-boost_numeric_ublas_storage.hpp) = 16582a5b6cd7d5b49bbd75e48fe487bb84a1ae15
 SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
 SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711
 SHA1 (patch-libs_config_test_boost__no__range__based__for.ipp) = d9936c472fc2c696d86522b36eb12813ae91bee4
diff -r d5105a6d24ae -r 5726664efa43 meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/boost/patches/patch-boost_numeric_ublas_storage.hpp     Tue Jun 27 20:08:59 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-boost_numeric_ublas_storage.hpp,v 1.1 2017/06/27 20:08:59 joerg Exp $
+
+--- boost/numeric/ublas/storage.hpp.orig       2017-06-27 09:07:20.588660202 +0000
++++ boost/numeric/ublas/storage.hpp
+@@ -26,6 +26,8 @@
+ #include <boost/numeric/ublas/traits.hpp>
+ #include <boost/numeric/ublas/detail/iterator.hpp>
+ 
++#include <boost/serialization/array_wrapper.hpp>
++
+ namespace boost { namespace numeric { namespace ublas {
+ 
+ 



Home | Main Index | Thread Index | Old Index