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-python | |
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-python')
-rw-r--r-- | devel/boost-python/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk index 50494d14241..84d1449ebaf 100644 --- a/devel/boost-python/buildlink3.mk +++ b/devel/boost-python/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.27 2012/07/02 07:02:25 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2012/08/27 08:49:09 adam Exp $ BUILDLINK_TREE+= boost-python @@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-python BOOST_PYTHON_BUILDLINK3_MK:= # Use a dependency pattern that guarantees the proper ABI. -BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.50.* -BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.50.* +BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.51.* +BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.51.* BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python .include "../../devel/boost-headers/buildlink3.mk" |