summaryrefslogtreecommitdiff
path: root/devel/boost-build
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-15 05:42:23 +0000
committeradam <adam@pkgsrc.org>2010-05-15 05:42:23 +0000
commita74022cbbee6bf3c397dd36263bc4eeea5f9b681 (patch)
tree6d3316d39ff042bc276f1a639226a79612b0b026 /devel/boost-build
parentc977d1fe05763a599314139216d5450918187690 (diff)
downloadpkgsrc-a74022cbbee6bf3c397dd36263bc4eeea5f9b681.tar.gz
Changes 1.43.0:
New Libraries: * Functional/factory: Function objects for dynamic and by-value construction. * Functional/forward: Function object adapters to address the forwarding problem. Major Updates: * Range: Boost.Range has undergone extensive updates that it include all of the features from the recently reviewed Boost.RangeEx. * Range-based version of the full STL iterator based algorithms. * Range adaptors which can be combined with range-based algorithms for unpresedented expressiveness and efficiency. * New functions: irange, istream_range, join, combine. Updated Libraries Build System: * When cross-compiling to GNU targets, static libraries are properly created. Previously, using such libraries resulted in Archive has no index error. * The naming of DLL and import libraries with gcc compiler on Windows, both mingw and cygwin, now matches default conventions of those environments. Previously, the naming scheme was the same as for other Windows compilers. Updated Tools: * Quickbook: Unicode escape characters. * Support the UTF-8 byte order mark. * Disallow [ in simple markup. Fixes some errors with mismatched punctuation. * Add a command line flag (-D) to define macros at the command line. * Improved post-processor output. * Check that [section] and [endsect] tags are balanced in templates.
Diffstat (limited to 'devel/boost-build')
-rw-r--r--devel/boost-build/PLIST6
-rw-r--r--devel/boost-build/buildlink3.mk4
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/boost-build/PLIST b/devel/boost-build/PLIST
index 6aacb35d456..68ac0f83fcf 100644
--- a/devel/boost-build/PLIST
+++ b/devel/boost-build/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/11/24 09:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2010/05/15 05:42:23 adam Exp $
share/boost-build/boost-build.jam
share/boost-build/boost.css
share/boost-build/boost_build.png
@@ -10,6 +10,7 @@ share/boost-build/build/alias.jam
share/boost-build/build/alias.py
share/boost-build/build/build-request.jam
share/boost-build/build/build_request.py
+share/boost-build/build/configure.jam
share/boost-build/build/engine.py
share/boost-build/build/errors.py
share/boost-build/build/feature.jam
@@ -466,6 +467,9 @@ share/boost-build/tools/borland.jam
share/boost-build/tools/builtin.jam
share/boost-build/tools/builtin.py
share/boost-build/tools/cast.jam
+share/boost-build/tools/clang-darwin.jam
+share/boost-build/tools/clang-unix.jam
+share/boost-build/tools/clang.jam
share/boost-build/tools/common.jam
share/boost-build/tools/common.py
share/boost-build/tools/como-linux.jam
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk
index a682328a1b3..63a74fd2b76 100644
--- a/devel/boost-build/buildlink3.mk
+++ b/devel/boost-build/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.14 2010/02/12 10:31:04 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2010/05/15 05:42:23 adam Exp $
BUILDLINK_TREE+= boost-build
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
BOOST_BUILD_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.42.*
+BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.43.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK