pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc devel/boost-headers: Add a missing #include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8969b24128b6
branches:  trunk
changeset: 307062:8969b24128b6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue May 01 15:43:08 2018 +0000
description:
devel/boost-headers: Add a missing #include.

This fixes Boost ticket #13497 (https://svn.boost.org/trac10/ticket/13497).

Patch from https://github.com/boostorg/lockfree/commit/12726cda.

diffstat:

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

diffs (54 lines):

diff -r b6157a406103 -r 8969b24128b6 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Tue May 01 13:20:44 2018 +0000
+++ b/devel/boost-headers/Makefile      Tue May 01 15:43:08 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.47 2018/04/30 00:21:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2018/05/01 15:43:08 minskim Exp $
 
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
 BOOST_CONFIG=          generate
 
 .include "../../meta-pkgs/boost/Makefile.common"
-PKGREVISION=           1
+PKGREVISION=           2
 
 BJAM_ARGS+=            --without-\*
 
diff -r b6157a406103 -r 8969b24128b6 meta-pkgs/boost/distinfo
--- a/meta-pkgs/boost/distinfo  Tue May 01 13:20:44 2018 +0000
+++ b/meta-pkgs/boost/distinfo  Tue May 01 15:43:08 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.115 2018/04/30 00:21:12 ryoon Exp $
+$NetBSD: distinfo,v 1.116 2018/05/01 15:43:08 minskim Exp $
 
 SHA1 (boost_1_67_0.tar.bz2) = 694ae3f4f899d1a80eb7a3b31b33be73c423c1ae
 RMD160 (boost_1_67_0.tar.bz2) = d5bf97b8a953b87c08e367556856204a05346315
@@ -14,6 +14,7 @@
 SHA1 (patch-boost_config_stdlib_libcpp.hpp) = d57ee228c9dfa43665d261e7423fd10122dfd1a7
 SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e
 SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe
+SHA1 (patch-boost_lockfree_spsc__queue.hpp) = 095a2375d3e7c18203b7b4eae23413edc38a80a4
 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) = b2c14003444a015d494a87a5f48750ce95dd6d14
diff -r b6157a406103 -r 8969b24128b6 meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.hpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.hpp      Tue May 01 15:43:08 2018 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-boost_lockfree_spsc__queue.hpp,v 1.1 2018/05/01 15:43:08 minskim Exp $
+
+Fix Boost ticket #13497 (https://svn.boost.org/trac10/ticket/13497).
+
+Patch from https://github.com/boostorg/lockfree/commit/12726cda.
+
+--- boost/lockfree/spsc_queue.hpp.orig 2018-04-11 13:49:04.000000000 +0000
++++ boost/lockfree/spsc_queue.hpp
+@@ -17,6 +17,7 @@
+ #include <boost/assert.hpp>
+ #include <boost/static_assert.hpp>
+ #include <boost/utility.hpp>
++#include <boost/next_prior.hpp>
+ #include <boost/utility/enable_if.hpp>
+ #include <boost/config.hpp> // for BOOST_LIKELY
+ 



Home | Main Index | Thread Index | Old Index