CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/12/26 12:18:49
Modified files:
devel/boost : Makefile distinfo
devel/boost/patches: patch-Jamroot
patch-boost_asio_ssl_old_detail_openssl_context_service_hpp
patch-boost_config_compiler_clang_hpp
patch-boost_config_compiler_gcc_hpp
patch-boost_test_impl_execution_monitor_ipp
patch-tools_build_src_engine_jam_h
patch-tools_build_src_tools_gcc_jam
devel/boost/pkg: PLIST
Added files:
devel/boost/patches: patch-boost_config_platform_bsd_hpp
Removed files:
devel/boost/files: user.hpp
devel/boost/patches: patch-boost_archive_basic_archive_hpp
patch-boost_asio_detail_handler_type_requirements_hpp
patch-boost_asio_ssl_impl_context_ipp
patch-boost_atomic_detail_platform_hpp
patch-boost_concept_detail_general_hpp
patch-boost_config_posix_features_hpp
patch-boost_range_config_hpp
patch-boost_regex_config_hpp
patch-boost_static_assert_hpp
patch-libs_config_test_boost_has_nl_types_h_ipp
patch-libs_config_test_boost_has_part_alloc_ipp
patch-libs_config_test_boost_has_pthread_yield_ipp
patch-libs_config_test_boost_no_inline_memb_init_ipp
patch-libs_config_test_boost_no_std_allocator_ipp
patch-libs_filesystem_src_path_cpp
patch-libs_filesystem_src_unique_path_cpp
patch-libs_log_src_timestamp_cpp
patch-libs_math_test_compile_test_test_compile_result_hpp
Log message:
Update boost to 1.65.1
Notable port changes.
- Bump all shared libs from 6.0 to 7.0.
- COMPILER= base-clang ports-gcc (Replace ONLY_FOR_ARCHS)
- Remove our user.hpp. Boost detects all compiler features correct.
- Drop all -Wno-* options.
- Drop fiber support. It doesn't build with GCC
- Drop stacktrace support. It doesn't build on arm (spotted by jca@)
- b2 doesn't seem to respect python parameter, we need to run twice with
separate python environments to build both shared libs.
- Zap trailing whitespace
- Add py-numpy as bdep
- Disable precompiled header
- cleanup BJAM_CONFIG
- Drop "-d+2" debug.
Survived a macppc bulk by kirby@
Survived a amd64 bulk by landry@
Build test on sparc64 and arm by jca@ (and many other tests)
Many thanks to all those who made it possible
Final ok landry@, jca@