diff options
author | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
commit | 0d76bc25f8be9f17a1b0f8ca0ed91f4f1b18cc57 (patch) | |
tree | acd26ac849d38f2a380d60399cc0250b645676fd /devel/boost-jam | |
parent | 0f0270cd5aedb84fd66a5af194170641ce3c066f (diff) | |
download | pkgsrc-0d76bc25f8be9f17a1b0f8ca0ed91f4f1b18cc57.tar.gz |
Changes 1.53.0:
New Libraries:
Atomic:
C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
Coroutine:
Coroutine library, from Oliver Kowalke.
Lockfree:
Lockfree data structures, from Tim Blechmann.
Multiprecision:
Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
Odeint:
Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.
News
This release contains a fix for ticket 7743, in Boost.Locale. For more details, see the security notice.
More info http://www.boost.org/users/history/version_1_53_0.html
Diffstat (limited to 'devel/boost-jam')
-rw-r--r-- | devel/boost-jam/Makefile | 4 | ||||
-rw-r--r-- | devel/boost-jam/buildlink3.mk | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index 78350e9d49b..9c08cc878fd 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/12/27 21:45:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/12 21:07:21 adam Exp $ BOOST_PACKAGE= jam BOOST_COMMENT= (Boost.Jam utility) @@ -8,8 +8,6 @@ CONFLICTS+= boost-build<=1.33.1 .include "../../meta-pkgs/boost/Makefile.common" -PKGREVISION= 1 - SUBST_CLASSES+= bb SUBST_MESSAGE.bb= Fixing path to Boost.Build files. SUBST_STAGE.bb= pre-build diff --git a/devel/boost-jam/buildlink3.mk b/devel/boost-jam/buildlink3.mk index 8437f94973c..78071bac57c 100644 --- a/devel/boost-jam/buildlink3.mk +++ b/devel/boost-jam/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.20 2012/11/07 21:04:10 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2013/02/12 21:07:21 adam Exp $ BUILDLINK_TREE+= boost-jam .if !defined(BOOST_JAM_BUILDLINK3_MK) BOOST_JAM_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.52.* +BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.53.* BUILDLINK_DEPMETHOD.boost-jam?= build BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam .endif # BOOST_JAM_BUILDLINK3_MK |