summaryrefslogtreecommitdiff
path: root/devel/boost-build
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-08-26 17:40:58 +0000
committeradam <adam@pkgsrc.org>2010-08-26 17:40:58 +0000
commit9b2501df6fe61f025a143f11677d5fb16e3f58ab (patch)
tree8bd9cb509cdf2ee14b866c775b519f1278e38df3 /devel/boost-build
parent613cfeb6dd720572d6e6f06f48f53ca709d62153 (diff)
downloadpkgsrc-9b2501df6fe61f025a143f11677d5fb16e3f58ab.tar.gz
Changes 1.44.0:
New Libraries * Meta State Machine: High-performance expressive UML2 finite state machines, from Christophe Henry * Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from Lucanus Simonson. Updated Libraries * Accumulators * Asio * Config * Filesystem * Foreach * Hash * Iostreams * Math * MPL * Multi-index Containers * Proto * Regex * Thread * TR1 * Type Traits * uBLAS * Utility * Uuid * Xpressive
Diffstat (limited to 'devel/boost-build')
-rw-r--r--devel/boost-build/Makefile3
-rw-r--r--devel/boost-build/PLIST10
-rw-r--r--devel/boost-build/buildlink3.mk4
3 files changed, 11 insertions, 6 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile
index aa23e8c72b6..4c682256eef 100644
--- a/devel/boost-build/Makefile
+++ b/devel/boost-build/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/05/26 02:13:17 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.11 2010/08/26 17:40:58 adam Exp $
BOOST_PACKAGE= build
BOOST_COMMENT= (Boost.Build framework)
diff --git a/devel/boost-build/PLIST b/devel/boost-build/PLIST
index 68ac0f83fcf..74da7ca5cda 100644
--- a/devel/boost-build/PLIST
+++ b/devel/boost-build/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2010/05/15 05:42:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2010/08/26 17:40:58 adam Exp $
share/boost-build/boost-build.jam
share/boost-build/boost.css
share/boost-build/boost_build.png
@@ -243,6 +243,7 @@ share/boost-build/test/example_gettext.py
share/boost-build/test/example_libraries.py
share/boost-build/test/example_make.py
share/boost-build/test/example_qt4.py
+share/boost-build/test/exit_status.py
share/boost-build/test/expansion.py
share/boost-build/test/explicit.py
share/boost-build/test/file_name_handling.py
@@ -468,7 +469,7 @@ 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-linux.jam
share/boost-build/tools/clang.jam
share/boost-build/tools/common.jam
share/boost-build/tools/common.py
@@ -485,6 +486,8 @@ share/boost-build/tools/docutils.jam
share/boost-build/tools/doxproc.py
share/boost-build/tools/doxygen-config.jam
share/boost-build/tools/doxygen.jam
+share/boost-build/tools/doxygen/windows-paths-check.doxyfile
+share/boost-build/tools/doxygen/windows-paths-check.hpp
share/boost-build/tools/fop.jam
share/boost-build/tools/fortran.jam
share/boost-build/tools/gcc.jam
@@ -555,6 +558,9 @@ share/boost-build/tools/whale.jam
share/boost-build/tools/xlf.jam
share/boost-build/tools/xsltproc-config.jam
share/boost-build/tools/xsltproc.jam
+share/boost-build/tools/xsltproc/included.xsl
+share/boost-build/tools/xsltproc/test.xml
+share/boost-build/tools/xsltproc/test.xsl
share/boost-build/user-config.jam
share/boost-build/util/__init__.py
share/boost-build/util/assert.jam
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk
index 63a74fd2b76..b9603f21b60 100644
--- a/devel/boost-build/buildlink3.mk
+++ b/devel/boost-build/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/05/15 05:42:23 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2010/08/26 17:40:58 adam Exp $
BUILDLINK_TREE+= boost-build
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
BOOST_BUILD_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.43.*
+BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.44.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK