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: minskim
Date: Tue May 1 15:43:09 UTC 2018
Modified Files:
pkgsrc/devel/boost-headers: Makefile
pkgsrc/meta-pkgs/boost: distinfo
Added Files:
pkgsrc/meta-pkgs/boost/patches: patch-boost_lockfree_spsc__queue.hpp
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.115 -r1.116 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.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.47 pkgsrc/devel/boost-headers/Makefile:1.48
--- pkgsrc/devel/boost-headers/Makefile:1.47 Mon Apr 30 00:21:13 2018
+++ pkgsrc/devel/boost-headers/Makefile Tue May 1 15:43:08 2018
@@ -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-\*
Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.115 pkgsrc/meta-pkgs/boost/distinfo:1.116
--- pkgsrc/meta-pkgs/boost/distinfo:1.115 Mon Apr 30 00:21:12 2018
+++ pkgsrc/meta-pkgs/boost/distinfo Tue May 1 15:43:08 2018
@@ -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_platform_solari
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
Added files:
Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.hpp
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.hpp:1.1
--- /dev/null Tue May 1 15:43:09 2018
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_lockfree_spsc__queue.hpp Tue May 1 15:43:08 2018
@@ -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