summaryrefslogtreecommitdiff
path: root/devel/boost-jam
diff options
context:
space:
mode:
authoradam <adam>2013-02-12 21:07:21 +0000
committeradam <adam>2013-02-12 21:07:21 +0000
commitc82ca5e62f044b8d7fbf7737c709344ed8befe1a (patch)
treeacd26ac849d38f2a380d60399cc0250b645676fd /devel/boost-jam
parent23e31a674feb39e9f52c46caba295e5f88fd2e4c (diff)
downloadpkgsrc-c82ca5e62f044b8d7fbf7737c709344ed8befe1a.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/Makefile4
-rw-r--r--devel/boost-jam/buildlink3.mk4
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