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: wiz
Date: Tue Aug 2 08:49:46 UTC 2016
Modified Files:
pkgsrc/devel/boost-headers: Makefile
pkgsrc/meta-pkgs/boost: distinfo
Added Files:
pkgsrc/meta-pkgs/boost/patches: patch-boost_optional_optional__fwd.hpp
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.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.37 pkgsrc/devel/boost-headers/Makefile:1.38
--- pkgsrc/devel/boost-headers/Makefile:1.37 Fri May 13 20:47:32 2016
+++ pkgsrc/devel/boost-headers/Makefile Tue Aug 2 08:49:46 2016
@@ -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 @@ BOOST_CONFIG= generate
.include "../../meta-pkgs/boost/Makefile.common"
+PKGREVISION= 1
+
BJAM_ARGS+= --without-* # disable all libraries
NO_BUILD= yes
Index: pkgsrc/meta-pkgs/boost/distinfo
diff -u pkgsrc/meta-pkgs/boost/distinfo:1.87 pkgsrc/meta-pkgs/boost/distinfo:1.88
--- pkgsrc/meta-pkgs/boost/distinfo:1.87 Fri May 13 20:47:32 2016
+++ pkgsrc/meta-pkgs/boost/distinfo Tue Aug 2 08:49:46 2016
@@ -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_libcpp.h
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
Added files:
Index: pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp
diff -u /dev/null pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp:1.1
--- /dev/null Tue Aug 2 08:49:46 2016
+++ pkgsrc/meta-pkgs/boost/patches/patch-boost_optional_optional__fwd.hpp Tue Aug 2 08:49:46 2016
@@ -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