summaryrefslogtreecommitdiff
path: root/devel/boost-jam
diff options
context:
space:
mode:
authoradam <adam>2016-05-13 20:47:32 +0000
committeradam <adam>2016-05-13 20:47:32 +0000
commit0c30708c652ceb1e49733cef499a5a6c19177260 (patch)
treecde0f7560a7df003cb1cb8a9b39186952d15be31 /devel/boost-jam
parent45cd3a9e51304ed0fee98fcc199b56b856492440 (diff)
downloadpkgsrc-0c30708c652ceb1e49733cef499a5a6c19177260.tar.gz
Changes 1.61.0:
New Libraries: -------------- Compute: Parallel/GPU-computing library DLL: Library for comfortable work with DLL and DSO. Library provides a portable across platforms way to: * load libraries * import any native functions and variables * make alias names for C++ mangled functions and symbols * query libraries for sections and exported symbols * self loading and self querying * getting program and module location by exported symbol Hana: A modern C++ metaprogramming library. It provides high level algorithms to manipulate heterogeneous sequences, allows writing type-level computations with a natural syntax, provides tools to introspect user-defined types and much more. Metaparse: A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process. The library is similar to Spirit, however while parsers built with Spirit parse at run-time, parsers built with Metaparse parse at compile-time.
Diffstat (limited to 'devel/boost-jam')
-rw-r--r--devel/boost-jam/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-jam/buildlink3.mk b/devel/boost-jam/buildlink3.mk
index 9a36bc1f012..de05c4d9bfb 100644
--- a/devel/boost-jam/buildlink3.mk
+++ b/devel/boost-jam/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.27 2015/12/27 12:41:42 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2016/05/13 20:47:32 adam Exp $
BUILDLINK_TREE+= boost-jam
.if !defined(BOOST_JAM_BUILDLINK3_MK)
BOOST_JAM_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.60.*
+BUILDLINK_API_DEPENDS.boost-jam+= boost-jam-1.61.*
BUILDLINK_DEPMETHOD.boost-jam?= build
BUILDLINK_PKGSRCDIR.boost-jam?= ../../devel/boost-jam
.endif # BOOST_JAM_BUILDLINK3_MK