summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-19 12:18:44 +0000
committerwiz <wiz@pkgsrc.org>2015-04-19 12:18:44 +0000
commit4c26227cfb425e4bb3c6c38ba796eaf836bf9a1c (patch)
tree957a151c1390f4931c0153bb130c52f7c5a9aa4e /meta-pkgs
parent2cec93e91087152f3ab51dd11aeeb63dc9b014a4 (diff)
downloadpkgsrc-4c26227cfb425e4bb3c6c38ba796eaf836bf9a1c.tar.gz
Add comment to patch.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/distinfo4
-rw-r--r--meta-pkgs/boost/patches/patch-boost_context_detail_config.hpp4
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo
index 16ba7afa6d6..dc13ab24ff4 100644
--- a/meta-pkgs/boost/distinfo
+++ b/meta-pkgs/boost/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2015/04/19 12:12:16 ryoon Exp $
+$NetBSD: distinfo,v 1.79 2015/04/19 12:18:44 wiz Exp $
SHA1 (boost_1_58_0.tar.bz2) = 2fc96c1651ac6fe9859b678b165bd78dc211e881
RMD160 (boost_1_58_0.tar.bz2) = efc78b2b1a5d33ed72fcfa6688564c2fcd56772a
@@ -14,7 +14,7 @@ SHA1 (patch-ar) = 2fec2c51272cc4ee376e6538d8f1fd8561a7f0a3
SHA1 (patch-boost_config_posix__features.hpp) = c3e7187af35a2a25901b37388d3194e22d005323
SHA1 (patch-boost_config_stdlib_libcpp.hpp) = d243325d3aeb180e4ed7a1fd7d89782d832fa9fc
SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e
-SHA1 (patch-boost_context_detail_config.hpp) = 6178142bd6a976a364af54eef686069aa2810558
+SHA1 (patch-boost_context_detail_config.hpp) = d140c624d889294c22ed057c66e7553608078b72
SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe
SHA1 (patch-boost_math_tools_config.hpp) = 81402bc38dc858d0818ed91e204966c8382be4ff
SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
diff --git a/meta-pkgs/boost/patches/patch-boost_context_detail_config.hpp b/meta-pkgs/boost/patches/patch-boost_context_detail_config.hpp
index b2a843225fa..77b4aff4dce 100644
--- a/meta-pkgs/boost/patches/patch-boost_context_detail_config.hpp
+++ b/meta-pkgs/boost/patches/patch-boost_context_detail_config.hpp
@@ -1,4 +1,6 @@
-$NetBSD: patch-boost_context_detail_config.hpp,v 1.1 2015/04/19 12:12:16 ryoon Exp $
+$NetBSD: patch-boost_context_detail_config.hpp,v 1.2 2015/04/19 12:18:44 wiz Exp $
+
+Fix build with gcc-4.8.4, which does not support index_sequence (from C++14).
--- boost/context/detail/config.hpp.orig 2015-04-04 17:31:00.000000000 +0000
+++ boost/context/detail/config.hpp