summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam>2011-03-18 07:49:44 +0000
committeradam <adam>2011-03-18 07:49:44 +0000
commitc0760fd795831e46354ef8400eba9bba9e3676b3 (patch)
tree9dc58127389e6180011b5e009251d07e22685e9f /devel
parent05acca59148f724ecb47a7ead2162b5e4b1724fb (diff)
downloadpkgsrc-c0760fd795831e46354ef8400eba9bba9e3676b3.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-headers/PLIST4
1 files changed, 3 insertions, 1 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