diff options
author | adam <adam@pkgsrc.org> | 2011-02-24 11:05:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-02-24 11:05:34 +0000 |
commit | 0b738c98ac839fc01d446c980f21c36d65434452 (patch) | |
tree | 79bf95c5278d26a717d25adc8a50148249fadccc /devel/boost-python/Makefile | |
parent | 788a4271087f296808fe3b2b1deaedf1a02e9518 (diff) | |
download | pkgsrc-0b738c98ac839fc01d446c980f21c36d65434452.tar.gz |
Changes 1.46.0:
New Libraries
* Icl: Interval Container Library, interval sets and maps and aggregation of
associated values, from Joachim Faulhaber.
Updated Libraries
* Array:
- Added support for cbegin/cend
- Fixed a problem with the Sun compiler
* Asio:
- Fixed a problem on older Linux kernels (where epoll is used without timerfd
support) that prevents timely delivery of deadline_timer handlers, after
the program has been running for some time
* Bind:
- make_adaptable now documented
* Concept Check:
- fixed warnings with self-assignment
* Filesystem:
- Version 3 of the library is now the default.
- IBM vacpp: Workaround for compiler bug affecting iterator_facade
- Verify, clarify, document that <boost/config/user.hpp> can be used to
specify BOOST_FILESYSTEM_VERSIO
- Replaced C-style assert with BOOST_ASSERT.
- Undeprecated unique_path(). Instead, add a note mentioning the workaround
for lack of thread safety and possible change to cwd. unique_path() is just
too convenient to deprecate!
- Cleared several GCC warnings.
- Changed V2 code to use BOOST_THROW_EXCEPTION.
- Windows: Fix status() to report non-symlink reparse point correctly.
- Add symlink_option to recursive_directory_iterator, allowing control over
recursion into directory symlinks. Note that the default is changed to not
recurse into directory symlinks.
- Reference documentation cleanup, including fixing missing and broken links,
and adding missing functions.
- Miscellaneous implementation code cleanup.
* Fusion:
- vector copy constructor now copies sequence members in the same order on different platforms
* Graph:
- Fixed Graphviz output to work on Visual C++ 7.1.
- Replaced assert with BOOST_ASSERT.
- Changed to Boost.Filesystem v3.
More...
Diffstat (limited to 'devel/boost-python/Makefile')
-rw-r--r-- | devel/boost-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index d3f1f9f1742..b2723ae6336 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/05/15 05:42:24 adam Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/24 11:05:35 adam Exp $ BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) @@ -11,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam BJAM_ARGS+= --with-python MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC} -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../devel/boost-jam/bjam.mk" .include "../../lang/python/application.mk" |