diff options
author | hans <hans> | 2012-02-29 14:22:23 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-29 14:22:23 +0000 |
commit | 25a21010734960b195c3201f40db148d5b647709 (patch) | |
tree | 02041acd93c55efa2c6f30716608cab7f19d04dd /devel/boost-libs | |
parent | b75efeecda859b7516caa23ab35eca80cb2a3f8e (diff) | |
download | pkgsrc-25a21010734960b195c3201f40db148d5b647709.tar.gz |
Update boost to 1.49.0
Changes:
New Libraries
* Heap: Priority queue data structures, from Tim Blechmann.
Details: http://www.boost.org/users/history/version_1_49_0.html
Diffstat (limited to 'devel/boost-libs')
-rw-r--r-- | devel/boost-libs/Makefile | 3 | ||||
-rw-r--r-- | devel/boost-libs/buildlink3.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index d184d8f4522..09a3480aa35 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2012/02/20 14:59:31 jdc Exp $ +# $NetBSD: Makefile,v 1.20 2012/02/29 14:22:24 hans Exp $ BOOST_PACKAGE= libs BOOST_COMMENT= (binary libraries) BOOST_CONFIG= installed BOOST_INSTALL_LIBS= yes -PKGREVISION= 2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk index 6b79ecb3e5c..3f5105807f2 100644 --- a/devel/boost-libs/buildlink3.mk +++ b/devel/boost-libs/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2012/01/08 11:35:07 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2012/02/29 14:22:24 hans 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.48.* +BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.49.* BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs .include "../../devel/boost-headers/buildlink3.mk" |