pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix boost/optional/optional_fwd.hpp header file using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8754f1a94af0
branches:  trunk
changeset: 350665:8754f1a94af0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 02 08:49:46 2016 +0000

description:
Fix boost/optional/optional_fwd.hpp header file using upstream patch.

https://github.com/boostorg/optional/pull/19/commits/844ca6a0d506e59daedabb2b94e1117ec4a7e71e

Bump PKGREVISION of boost-headers.

diffstat:

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

diffs (55 lines):

diff -r d3d24e48dc06 -r 8754f1a94af0 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Tue Aug 02 07:20:21 2016 +0000
+++ b/devel/boost-headers/Makefile      Tue Aug 02 08:49:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.38 2016/08/02 08:49:46 wiz Exp $
 
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
@@ -6,6 +6,8 @@
 
 .include "../../meta-pkgs/boost/Makefile.common"
 
+PKGREVISION=           1
+
 BJAM_ARGS+=            --without-* # disable all libraries
 
 NO_BUILD=              yes
diff -r d3d24e48dc06 -r 8754f1a94af0 meta-pkgs/boost/distinfo
--- a/meta-pkgs/boost/distinfo  Tue Aug 02 07:20:21 2016 +0000
+++ b/meta-pkgs/boost/distinfo  Tue Aug 02 08:49:46 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.87 2016/05/13 20:47:32 adam Exp $
+$NetBSD: distinfo,v 1.88 2016/08/02 08:49:46 wiz Exp $
 
 SHA1 (boost_1_61_0.tar.bz2) = f84b1a1ce764108ec3c2b7bd7704cf8dfd3c9d01
 RMD160 (boost_1_61_0.tar.bz2) = 1ceb250fcece242b54a999dbadbe2f3f1922541b
@@ -18,6 +18,7 @@
 SHA1 (patch-boost_config_stdlib_libstdcpp3.hpp) = 52ebedd5e80b3a8c257eccb28cd2db76cb1ca01e
 SHA1 (patch-boost_core_noncopyable.hpp) = a693e5eda7fc303e1bd86ecfab40321d771af6fe
 SHA1 (patch-boost_math_tools_config.hpp) = db3965cd810185116efd669df29067f58cc847e5
+SHA1 (patch-boost_optional_optional__fwd.hpp) = 2349b6342b75e2c3ff3001a02bc91f37e5e41035
 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 d3d24e48dc06 -r 8754f1a94af0 meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp    Tue Aug 02 08:49:46 2016 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-boost_optional_optional__fwd.hpp,v 1.1 2016/08/02 08:49:46 wiz Exp $
+
+Fix build issues when optional_fwd.hpp is used before including boost/config.hpp
+https://github.com/boostorg/optional/pull/19/commits/844ca6a0d506e59daedabb2b94e1117ec4a7e71e
+
+--- boost/optional/optional_fwd.hpp.orig       2016-05-05 21:13:30.000000000 +0000
++++ boost/optional/optional_fwd.hpp
+@@ -16,7 +16,7 @@
+ #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
+ #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
+ 
+-#include <boost/config/suffix.hpp>
++#include <boost/config.hpp>
+ 
+ namespace boost {
+ 



Home | Main Index | Thread Index | Old Index