From 9bca4c8af828c6602dac535c24d63f046dc1ea84 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 13 Aug 2014 10:56:35 +0000 Subject: Changes 1.56.0: Modularization Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different. Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are: Assert: Customizable assert macros. Maintained by Peter Dimov. Core: Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev. Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney. Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski. Winapi: Windows API declarations without , for internal Boost use. New Libraries Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes. Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin. --- devel/boost-libs/PLIST | 5 ++++- devel/boost-libs/buildlink3.mk | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'devel/boost-libs') diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index f0a2784598e..be612675efe 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2013/12/16 09:11:28 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.26 2014/08/13 10:56:35 adam Exp $ lib/libboost_atomic.a lib/libboost_atomic.so lib/libboost_atomic.so.${BOOST_VERSION} @@ -8,6 +8,9 @@ lib/libboost_chrono.so.${BOOST_VERSION} ${PLIST.context}lib/libboost_context.a ${PLIST.context}lib/libboost_context.so ${PLIST.context}lib/libboost_context.so.${BOOST_VERSION} +lib/libboost_container.a +lib/libboost_container.so +lib/libboost_container.so.${BOOST_VERSION} lib/libboost_coroutine.a lib/libboost_coroutine.so lib/libboost_coroutine.so.${BOOST_VERSION} diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk index 17719029897..4cd43c25330 100644 --- a/devel/boost-libs/buildlink3.mk +++ b/devel/boost-libs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.33 2014/07/17 09:37:25 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.34 2014/08/13 10:56:35 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.55.* -BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.55.0 +BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.56.* +BUILDLINK_ABI_DEPENDS.boost-libs?= boost-libs>=1.56.0 BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3