diff options
author | adam <adam@pkgsrc.org> | 2010-05-15 05:42:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-15 05:42:23 +0000 |
commit | 0449a85c93a23aa1b757445abafa4f299032bc85 (patch) | |
tree | 6d3316d39ff042bc276f1a639226a79612b0b026 /devel/boost-libs | |
parent | 8c22b82ef7ae3874d24acbe6448b0d7634066d68 (diff) | |
download | pkgsrc-0449a85c93a23aa1b757445abafa4f299032bc85.tar.gz |
Changes 1.43.0:
New Libraries:
* Functional/factory: Function objects for dynamic and by-value construction.
* Functional/forward: Function object adapters to address the forwarding
problem.
Major Updates:
* Range: Boost.Range has undergone extensive updates that it include all of the
features from the recently reviewed Boost.RangeEx.
* Range-based version of the full STL iterator based algorithms.
* Range adaptors which can be combined with range-based algorithms for
unpresedented expressiveness and efficiency.
* New functions: irange, istream_range, join, combine.
Updated Libraries
Build System:
* When cross-compiling to GNU targets, static libraries are properly created.
Previously, using such libraries resulted in Archive has no index error.
* The naming of DLL and import libraries with gcc compiler on Windows, both
mingw and cygwin, now matches default conventions of those environments.
Previously, the naming scheme was the same as for other Windows compilers.
Updated Tools:
* Quickbook: Unicode escape characters.
* Support the UTF-8 byte order mark.
* Disallow [ in simple markup. Fixes some errors with mismatched punctuation.
* Add a command line flag (-D) to define macros at the command line.
* Improved post-processor output.
* Check that [section] and [endsect] tags are balanced in templates.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r-- | devel/boost-libs/PLIST | 5 | ||||
-rw-r--r-- | devel/boost-libs/buildlink3.mk | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index 3fe6bd4c334..c6fc8695280 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/10/15 07:29:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2010/05/15 05:42:23 adam Exp $ lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.${BOOST_VERSION} @@ -33,6 +33,9 @@ lib/libboost_prg_exec_monitor.so.${BOOST_VERSION} lib/libboost_program_options.a lib/libboost_program_options.so lib/libboost_program_options.so.${BOOST_VERSION} +lib/libboost_random.a +lib/libboost_random.so +lib/libboost_random.so.${BOOST_VERSION} lib/libboost_regex.a lib/libboost_regex.so lib/libboost_regex.so.${BOOST_VERSION} diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk index 4741aa99e94..36a9d9b3766 100644 --- a/devel/boost-libs/buildlink3.mk +++ b/devel/boost-libs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2010/02/12 10:31:04 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2010/05/15 05:42:23 adam Exp $ BUILDLINK_TREE+= boost-libs @@ -6,7 +6,7 @@ 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.42.* +BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.43.* BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs .include "../../devel/boost-headers/buildlink3.mk" |