diff options
author | adam <adam> | 2012-08-27 08:49:08 +0000 |
---|---|---|
committer | adam <adam> | 2012-08-27 08:49:08 +0000 |
commit | 5e8703ed20ba144c35fb84cff267c879cfe3881c (patch) | |
tree | 3385e07f56eca77cb5ee2cfbd061ebe9fab326e5 /devel/boost-build | |
parent | 886a2b36f437791c0593bac2984968dede403f3d (diff) | |
download | pkgsrc-5e8703ed20ba144c35fb84cff267c879cfe3881c.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-build')
-rw-r--r-- | devel/boost-build/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk index dcf96b803c1..811a5a433ab 100644 --- a/devel/boost-build/buildlink3.mk +++ b/devel/boost-build/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.22 2012/07/02 07:02:25 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2012/08/27 08:49:09 adam Exp $ BUILDLINK_TREE+= boost-build .if !defined(BOOST_BUILD_BUILDLINK3_MK) BOOST_BUILD_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.50.* +BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.51.* BUILDLINK_DEPMETHOD.boost-build?= build BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build .endif # BOOST_BUILD_BUILDLINK3_MK |