summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authoradam <adam>2014-08-13 10:56:35 +0000
committeradam <adam>2014-08-13 10:56:35 +0000
commita838dd86a6c11444fd37f09582180bc740d97cd8 (patch)
tree6932b6c00ed01a0adce9ba75a08b1c9661ad63c8 /devel/boost-libs
parent6aa0abd8c2fea7af832cee5708b6818bcfc1ca11 (diff)
downloadpkgsrc-a838dd86a6c11444fd37f09582180bc740d97cd8.tar.gz
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 <windows.h>, 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.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/PLIST5
-rw-r--r--devel/boost-libs/buildlink3.mk6
2 files changed, 7 insertions, 4 deletions
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"