summaryrefslogtreecommitdiff
path: root/devel/boost-build
diff options
context:
space:
mode:
authoradam <adam>2012-01-08 11:35:07 +0000
committeradam <adam>2012-01-08 11:35:07 +0000
commit974fe0ad657da44863228c0138feadcf5891838e (patch)
tree4dc9768dda31f9850eb9d5f22e02afee05f1a169 /devel/boost-build
parent415c66ec0422c731ae5dcf5342497509e117c94e (diff)
downloadpkgsrc-974fe0ad657da44863228c0138feadcf5891838e.tar.gz
Changes 1.48.0:
New Libraries * Container: Standard library containers and extensions * Locale: Provide localization and Unicode handling tools for C++ Beilis. * Move: Portable move semantics for C++03 and C++11 compilers Details: http://www.boost.org/users/history/version_1_48_0.html
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 adb65810cfd..dab3034edb0 100644
--- a/devel/boost-build/PLIST
+++ b/devel/boost-build/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2011/10/11 10:02:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2012/01/08 11:35:07 adam Exp $
share/boost-build/Jamroot.jam
share/boost-build/boost-build.jam
share/boost-build/boost.css
@@ -384,11 +384,14 @@ share/boost-build/test/project_test4.py
share/boost-build/test/property_expansion.py
share/boost-build/test/qt4.py
share/boost-build/test/qt4/jamroot.jam
+share/boost-build/test/qt4/mock.cpp
+share/boost-build/test/qt4/mock.h
share/boost-build/test/qt4/phonon.cpp
share/boost-build/test/qt4/qt3support.cpp
share/boost-build/test/qt4/qtassistant.cpp
share/boost-build/test/qt4/qtcore.cpp
share/boost-build/test/qt4/qtcorefail.cpp
+share/boost-build/test/qt4/qtdeclarative.cpp
share/boost-build/test/qt4/qtgui.cpp
share/boost-build/test/qt4/qthelp.cpp
share/boost-build/test/qt4/qtmultimedia.cpp
@@ -490,6 +493,7 @@ share/boost-build/test/wrong_project.py
share/boost-build/to_merge.sh
share/boost-build/tools/__init__.py
share/boost-build/tools/acc.jam
+share/boost-build/tools/auto-index.jam
share/boost-build/tools/bison.jam
share/boost-build/tools/boostbook-config.jam
share/boost-build/tools/boostbook.jam
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk
index 05425c5efb6..c245260e40a 100644
--- a/devel/boost-build/buildlink3.mk
+++ b/devel/boost-build/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.19 2011/10/11 10:02:07 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2012/01/08 11:35:07 adam Exp $
BUILDLINK_TREE+= boost-build
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
BOOST_BUILD_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.47.*
+BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.48.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK