summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authoradam <adam>2012-08-27 08:49:08 +0000
committeradam <adam>2012-08-27 08:49:08 +0000
commit44b6f32346b98ba5bb044fe2405b1716ccecb1fe (patch)
tree3385e07f56eca77cb5ee2cfbd061ebe9fab326e5 /devel/boost-libs
parent4a10f5901c08d4c98bfbb668721879a7bdbce858 (diff)
downloadpkgsrc-44b6f32346b98ba5bb044fe2405b1716ccecb1fe.tar.gz
Changes 1.51.0:
New Libraries * Context: Context switching library, from Oliver Kowalke. Updated Libraries * Algorithm: - Fixed is_sorted_until ; now matches the c++11 standard behavior on ranges with duplicate values. - Added range support for the rest of the search algorithms. - unhex now uses Boost.Exception to signal bad input. * Asio: - Fixed an incompatibility between ip::tcp::iostream and C++11. - Decorated GCC attribute names with underscores to prevent interaction with user-defined macros. - Added missing #include <cctype>, needed for some versions of MinGW. - Changed to use gcc's atomic builtins on ARM CPUs, when available. - Changed strand destruction to be a no-op, to allow strand objects to be destroyed after their associated io_service has been destroyed. - Added support for some newer versions of glibc which provide the epoll_create1() function but always fail with ENOSYS. - Changed the SSL implementation to throw an exception if SSL engine initialisation fails. - Fixed another regression in buffered_write_stream. - Implemented various minor performance improvements, primarily targeted at Linux x86 and x86-64 platforms. * Config: - Deprecated a whole bunch of macros that were c++11 specific, but not named to show that they were c++11 specific. Made new macros with better names, and paired the old macros with the new ones. Updated the documentation to list the deprecated macros. [more..]
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/PLIST8
-rw-r--r--devel/boost-libs/buildlink3.mk6
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST
index 85586fcdff2..aa6504c5683 100644
--- a/devel/boost-libs/PLIST
+++ b/devel/boost-libs/PLIST
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.14 2012/01/08 11:35:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2012/08/27 08:49:09 adam Exp $
lib/libboost_chrono.a
lib/libboost_chrono.so
lib/libboost_chrono.so.${BOOST_VERSION}
+lib/libboost_context.a
+lib/libboost_context.so
+lib/libboost_context.so.${BOOST_VERSION}
lib/libboost_date_time.a
lib/libboost_date_time.so
lib/libboost_date_time.so.${BOOST_VERSION}
@@ -15,6 +18,9 @@ lib/libboost_graph.so.${BOOST_VERSION}
lib/libboost_iostreams.a
lib/libboost_iostreams.so
lib/libboost_iostreams.so.${BOOST_VERSION}
+lib/libboost_locale.a
+lib/libboost_locale.so
+lib/libboost_locale.so.${BOOST_VERSION}
lib/libboost_math_c99.a
lib/libboost_math_c99.so
lib/libboost_math_c99.so.${BOOST_VERSION}
diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk
index 83c1d0ee4ba..89495c3e7c7 100644
--- a/devel/boost-libs/buildlink3.mk
+++ b/devel/boost-libs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.24 2012/07/02 13:37:36 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2012/08/27 08:49:09 adam Exp $
BUILDLINK_TREE+= boost-libs
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-libs
BOOST_LIBS_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.50.*
-BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.50.0
+BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.51.*
+BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.51.0
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
.include "../../devel/boost-headers/buildlink3.mk"