From c0760fd795831e46354ef8400eba9bba9e3676b3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 18 Mar 2011 07:49:44 +0000 Subject: Changes 1.46.1: Asio: * EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the io_service destructor getting stuck inside the close() system call. Changed the kqueue backend to use EV_CLEAR instead. * Fixed compile failures with some versions of g++ due to the use of anonymous enums. * Fixed a bug on kqueue-based platforms, where some system calls that repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue. * Changed asio::streambuf to ensure that its internal pointers are updated correctly after the data has been modified using std::streambuf member functions. * Fixed a bug that prevented the linger socket option from working on platforms other than Windows. Fusion: * Fix disable_if for Visual C++ 7.1/8.0 Filesystem: * Fix for STLPort. * PGI large file support Graph: * Bug fixes Icl: * Intersects for interval_maps and segment_type/element_type. * Fixed some ambiguous calls to functions in boost and std namespaces. * Other bug fixes, and documentation fixes. Math: * Several minor bug fixes. Polygon: * Disabled 45-degree booleans optimization. Proto: * Make display_expr copyable. * Fix const correctness problem in pass_through. Property Tree: * Fix compile error in JSON parser. Signals2: * Fix unused parameter warning. TR1: * Allow specialization of std::tr1::hash. * Improved support for Pathscale and Sun compilers. Unordered: * Add missing copy constructors and assignment operators when using rvalue references. --- devel/boost-headers/PLIST | 4 +++- meta-pkgs/boost/Makefile.common | 4 ++-- meta-pkgs/boost/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/boost-headers/PLIST b/devel/boost-headers/PLIST index 5d5f5e2f2bf..227d61e65cb 100644 --- a/devel/boost-headers/PLIST +++ b/devel/boost-headers/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2011/02/24 11:05:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2011/03/18 07:49:44 adam Exp $ include/boost/accumulators/accumulators.hpp include/boost/accumulators/accumulators_fwd.hpp include/boost/accumulators/framework/accumulator_base.hpp @@ -766,6 +766,7 @@ include/boost/config/select_platform_config.hpp include/boost/config/select_stdlib_config.hpp include/boost/config/stdlib/dinkumware.hpp include/boost/config/stdlib/libcomo.hpp +include/boost/config/stdlib/libcpp.hpp include/boost/config/stdlib/libstdcpp3.hpp include/boost/config/stdlib/modena.hpp include/boost/config/stdlib/msl.hpp @@ -2100,6 +2101,7 @@ include/boost/icl/concept/element_set.hpp include/boost/icl/concept/element_set_value.hpp include/boost/icl/concept/interval.hpp include/boost/icl/concept/interval_associator.hpp +include/boost/icl/concept/interval_associator_base.hpp include/boost/icl/concept/interval_bounds.hpp include/boost/icl/concept/interval_map.hpp include/boost/icl/concept/interval_set.hpp diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index a60ecc59274..28a3096902e 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2011/02/24 11:05:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.28 2011/03/18 07:49:44 adam Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -10,7 +10,7 @@ BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined -BOOST_VERSION= 1.46.0 +BOOST_VERSION= 1.46.1 BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} DISTNAME= boost_${BOOST_VERSION:S/./_/g} diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo index 39c7ac94ddf..b91d0e8a1eb 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2011/02/24 11:05:35 adam Exp $ +$NetBSD: distinfo,v 1.32 2011/03/18 07:49:44 adam Exp $ -SHA1 (boost_1_46_0.tar.bz2) = 1fbd865602b61a881c0e6093f58adf999e28ca4d -RMD160 (boost_1_46_0.tar.bz2) = 42507cc8813b4cbfc9a87da0575985bfcf560d78 -Size (boost_1_46_0.tar.bz2) = 41939809 bytes +SHA1 (boost_1_46_1.tar.bz2) = 3ca6e173ec805e5126868d8a03618e587aa26aef +RMD160 (boost_1_46_1.tar.bz2) = bb43b39f7c4b683b80bafa3042b95e65a242d9c3 +Size (boost_1_46_1.tar.bz2) = 42001335 bytes SHA1 (patch-aa) = b42e255c8ad2138f226ec14633aedeb9b9a9fd32 SHA1 (patch-ab) = b6898f7b12d2fdbaacb25a0643d4d8af6c460602 SHA1 (patch-ac) = 54d40e6a62cdf40c4155c64d9f02df475fbe111d -- cgit v1.2.3