summaryrefslogtreecommitdiff
path: root/devel/boost-build
diff options
context:
space:
mode:
authoradam <adam>2013-11-12 16:49:07 +0000
committeradam <adam>2013-11-12 16:49:07 +0000
commit83d4b8f2c14ed5ec37165dcf11279d740ccb2780 (patch)
tree5aa362db9325036fd101c5c25f799e6cbdeff724 /devel/boost-build
parent492e0caa860cbc92329244956cb45eadf62847b0 (diff)
downloadpkgsrc-83d4b8f2c14ed5ec37165dcf11279d740ccb2780.tar.gz
Changes 1.55.0:
Support was removed from Config for some very old versions of compilers. The new minimum requirements are: Digitial Mars 8.41 GCC 3.3 Intel 6.0 Visual C++ 7.1 Other compilers are currently unchanged, but we are considering removing support for some other old compilers. Candidates for removal are: Metroworks C++ (i.e. codewarrior) SunPro 5.7 and earlier Borland C++ Builder 2006 (5.82) and earlier If you're using any of these, please let us know on the mailing lists. We will take into account any feedback received before making a decision.
Diffstat (limited to 'devel/boost-build')
-rw-r--r--devel/boost-build/PLIST69
-rw-r--r--devel/boost-build/buildlink3.mk4
2 files changed, 23 insertions, 50 deletions
diff --git a/devel/boost-build/PLIST b/devel/boost-build/PLIST
index 437ad20dd59..42b0ffca8e8 100644
--- a/devel/boost-build/PLIST
+++ b/devel/boost-build/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2013/02/12 21:07:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2013/11/12 16:49:07 adam Exp $
share/boost-build/Jamroot.jam
share/boost-build/boost-build.jam
share/boost-build/boost.css
@@ -14,6 +14,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/config-cache.jam
share/boost-build/build/configure.jam
share/boost-build/build/configure.py
share/boost-build/build/engine.py
@@ -22,7 +23,6 @@ share/boost-build/build/feature.jam
share/boost-build/build/feature.py
share/boost-build/build/generators.jam
share/boost-build/build/generators.py
-share/boost-build/build/modifiers.jam
share/boost-build/build/project.ann.py
share/boost-build/build/project.jam
share/boost-build/build/project.py
@@ -158,9 +158,6 @@ share/boost-build/example/variant/jamroot.jam
share/boost-build/example/variant/libs/jamfile.jam
share/boost-build/example/variant/libs/l.cpp
share/boost-build/example/variant/readme.txt
-share/boost-build/example/versioned/hello.cpp
-share/boost-build/example/versioned/jamfile.jam
-share/boost-build/example/versioned/jamroot.jam
share/boost-build/exceptions.py
share/boost-build/hacking.txt
share/boost-build/index.html
@@ -180,6 +177,7 @@ share/boost-build/release_procedure.txt
share/boost-build/roll.sh
share/boost-build/site-config.jam
share/boost-build/test/BoostBuild.py
+share/boost-build/test/MockToolset.py
share/boost-build/test/TestCmd.py
share/boost-build/test/abs_workdir.py
share/boost-build/test/absolute_sources.py
@@ -196,9 +194,11 @@ share/boost-build/test/build_file.py
share/boost-build/test/build_no.py
share/boost-build/test/builtin_echo.py
share/boost-build/test/builtin_exit.py
+share/boost-build/test/builtin_split_by_characters.py
share/boost-build/test/c_file.py
share/boost-build/test/chain.py
share/boost-build/test/clean.py
+share/boost-build/test/collect_debug_info.py
share/boost-build/test/composite.py
share/boost-build/test/conditionals.py
share/boost-build/test/conditionals2.py
@@ -207,6 +207,7 @@ share/boost-build/test/conditionals_multiple.py
share/boost-build/test/configuration.py
share/boost-build/test/copy_time.py
share/boost-build/test/core-language/test.jam
+share/boost-build/test/core_action_output.py
share/boost-build/test/core_action_status.py
share/boost-build/test/core_actions_quietly.py
share/boost-build/test/core_arguments.py
@@ -218,38 +219,22 @@ share/boost-build/test/core_dependencies.py
share/boost-build/test/core_import_module.py
share/boost-build/test/core_language.py
share/boost-build/test/core_modifiers.py
-share/boost-build/test/core_nt_line_length.py
+share/boost-build/test/core_nt_cmd_line.py
share/boost-build/test/core_option_d2.py
share/boost-build/test/core_option_l.py
share/boost-build/test/core_option_n.py
share/boost-build/test/core_parallel_actions.py
share/boost-build/test/core_parallel_multifile_actions_1.py
share/boost-build/test/core_parallel_multifile_actions_2.py
+share/boost-build/test/core_source_line_tracking.py
share/boost-build/test/core_typecheck.py
share/boost-build/test/core_update_now.py
+share/boost-build/test/core_variables_in_actions.py
share/boost-build/test/core_varnames.py
share/boost-build/test/custom_generator.py
share/boost-build/test/default_build.py
share/boost-build/test/default_features.py
share/boost-build/test/default_toolset.py
-share/boost-build/test/dependency-test/a.cpp
-share/boost-build/test/dependency-test/a.h
-share/boost-build/test/dependency-test/a_c.c
-share/boost-build/test/dependency-test/b.cpp
-share/boost-build/test/dependency-test/b.h
-share/boost-build/test/dependency-test/c.cpp
-share/boost-build/test/dependency-test/e.cpp
-share/boost-build/test/dependency-test/foo.jam
-share/boost-build/test/dependency-test/foo.py
-share/boost-build/test/dependency-test/jamfile.jam
-share/boost-build/test/dependency-test/jamroot.jam
-share/boost-build/test/dependency-test/src1/a.h
-share/boost-build/test/dependency-test/src1/b.h
-share/boost-build/test/dependency-test/src1/c.h
-share/boost-build/test/dependency-test/src1/z.h
-share/boost-build/test/dependency-test/src2/b.h
-share/boost-build/test/dependency-test/x.foo
-share/boost-build/test/dependency-test/y.foo
share/boost-build/test/dependency_property.py
share/boost-build/test/dependency_test.py
share/boost-build/test/direct_request_test.py
@@ -268,22 +253,6 @@ share/boost-build/test/explicit.py
share/boost-build/test/free_features_request.py
share/boost-build/test/gcc_runtime.py
share/boost-build/test/generator_selection.py
-share/boost-build/test/generators-test/a.cpp
-share/boost-build/test/generators-test/b.cxx
-share/boost-build/test/generators-test/c.tui
-share/boost-build/test/generators-test/d.wd
-share/boost-build/test/generators-test/e.cpp
-share/boost-build/test/generators-test/extra.jam
-share/boost-build/test/generators-test/jamfile.jam
-share/boost-build/test/generators-test/jamroot.jam
-share/boost-build/test/generators-test/lex.jam
-share/boost-build/test/generators-test/lib/c.cpp
-share/boost-build/test/generators-test/lib/jamfile.jam
-share/boost-build/test/generators-test/nm.jam
-share/boost-build/test/generators-test/qt.jam
-share/boost-build/test/generators-test/x.l
-share/boost-build/test/generators-test/y.x_pro
-share/boost-build/test/generators-test/z.cpp
share/boost-build/test/generators_test.py
share/boost-build/test/implicit_dependency.py
share/boost-build/test/indirect_conditional.py
@@ -298,8 +267,7 @@ share/boost-build/test/load_dir.py
share/boost-build/test/load_order.py
share/boost-build/test/loop.py
share/boost-build/test/make_rule.py
-share/boost-build/test/module-actions/boost-build.jam
-share/boost-build/test/module-actions/bootstrap.jam
+share/boost-build/test/message.py
share/boost-build/test/module_actions.py
share/boost-build/test/ndebug.py
share/boost-build/test/no_type.py
@@ -353,6 +321,7 @@ share/boost-build/test/project-test4/lib2/jamfile2.jam
share/boost-build/test/project-test4/readme.txt
share/boost-build/test/project_dependencies.py
share/boost-build/test/project_glob.py
+share/boost-build/test/project_id.py
share/boost-build/test/project_root_constants.py
share/boost-build/test/project_root_rule.py
share/boost-build/test/project_test3.py
@@ -400,6 +369,7 @@ share/boost-build/test/qt5/qtscripttools.cpp
share/boost-build/test/qt5/qtsql.cpp
share/boost-build/test/qt5/qtsvg.cpp
share/boost-build/test/qt5/qttest.cpp
+share/boost-build/test/qt5/qtwebkit.cpp
share/boost-build/test/qt5/qtwebkitwidgets.cpp
share/boost-build/test/qt5/qtwidgets.cpp
share/boost-build/test/qt5/qtxml.cpp
@@ -423,11 +393,14 @@ share/boost-build/test/rebuilds.py
share/boost-build/test/regression.py
share/boost-build/test/relative_sources.py
share/boost-build/test/remove_requirement.py
+share/boost-build/test/rescan_header.py
share/boost-build/test/resolution.py
+share/boost-build/test/scanner_causing_rebuilds.py
share/boost-build/test/searched_lib.py
share/boost-build/test/skipping.py
share/boost-build/test/sort_rule.py
share/boost-build/test/source_locations.py
+share/boost-build/test/space_in_path.py
share/boost-build/test/stage.py
share/boost-build/test/standalone.py
share/boost-build/test/startup/boost-root/boost-build.jam
@@ -441,8 +414,8 @@ share/boost-build/test/startup/no-bootstrap1/subdir/readme.txt
share/boost-build/test/startup/no-bootstrap2/boost-build.jam
share/boost-build/test/startup/no-bootstrap3/boost-build.jam
share/boost-build/test/startup_v2.py
+share/boost-build/test/static_and_shared_library.py
share/boost-build/test/suffix.py
-share/boost-build/test/svn_tree.py
share/boost-build/test/symlink.py
share/boost-build/test/tag.py
share/boost-build/test/template.py
@@ -453,6 +426,7 @@ share/boost-build/test/test2.py
share/boost-build/test/test2/foo.cpp
share/boost-build/test/test2/jamroot.jam
share/boost-build/test/test_all.py
+share/boost-build/test/test_rc.py
share/boost-build/test/test_result_dumping.py
share/boost-build/test/test_system.html
share/boost-build/test/testing_support.py
@@ -461,15 +435,11 @@ share/boost-build/test/tree.py
share/boost-build/test/unit_test.py
share/boost-build/test/unit_tests.py
share/boost-build/test/unused.py
-share/boost-build/test/unused/a.cpp
-share/boost-build/test/unused/b.cpp
-share/boost-build/test/unused/b.x
-share/boost-build/test/unused/jamfile.jam
-share/boost-build/test/unused/jamroot.jam
share/boost-build/test/use_requirements.py
share/boost-build/test/using.py
share/boost-build/test/wrapper.py
share/boost-build/test/wrong_project.py
+share/boost-build/test/zlib.py
share/boost-build/to_merge.sh
share/boost-build/tools/__init__.py
share/boost-build/tools/acc.jam
@@ -517,6 +487,7 @@ share/boost-build/tools/intel-darwin.jam
share/boost-build/tools/intel-linux.jam
share/boost-build/tools/intel-win.jam
share/boost-build/tools/intel.jam
+share/boost-build/tools/jpeg.jam
share/boost-build/tools/lex.jam
share/boost-build/tools/make.jam
share/boost-build/tools/make.py
@@ -539,6 +510,7 @@ share/boost-build/tools/pathscale.jam
share/boost-build/tools/pch.jam
share/boost-build/tools/pch.py
share/boost-build/tools/pgi.jam
+share/boost-build/tools/png.jam
share/boost-build/tools/python-config.jam
share/boost-build/tools/python.jam
share/boost-build/tools/qcc.jam
@@ -559,6 +531,7 @@ share/boost-build/tools/symlink.py
share/boost-build/tools/testing-aux.jam
share/boost-build/tools/testing.jam
share/boost-build/tools/testing.py
+share/boost-build/tools/tiff.jam
share/boost-build/tools/types/__init__.py
share/boost-build/tools/types/asm.jam
share/boost-build/tools/types/asm.py
diff --git a/devel/boost-build/buildlink3.mk b/devel/boost-build/buildlink3.mk
index 6e1321d29ca..9f48b3ffbf4 100644
--- a/devel/boost-build/buildlink3.mk
+++ b/devel/boost-build/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.25 2013/02/12 21:07:21 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2013/11/12 16:49: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.53.*
+BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.55.*
BUILDLINK_DEPMETHOD.boost-build?= build
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
.endif # BOOST_BUILD_BUILDLINK3_MK