aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-parameter
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-01-17 02:10:15 +0300
committerVictor Romero <romerosanchezv@gmail.com>2020-01-16 15:10:15 -0800
commitc50852aba0aa8df22e17133352edb432a9fc1e56 (patch)
treedaaa75ba0aed1f1650a3c3645e5776e64cf6cdc0 /ports/boost-parameter
parente3dfd4a9fa25c05abcf166a1b3bb260b542ed598 (diff)
downloadvcpkg-c50852aba0aa8df22e17133352edb432a9fc1e56.tar.gz
vcpkg-c50852aba0aa8df22e17133352edb432a9fc1e56.zip
[boost] Update to 1.72.0 (#9317)
* [boost-python] Support Python2 as feature, fix build with installed Python2 * [boost-python] Update generate script to support Python2 mod * Re-generate boost ports * [boost-modular-build-helper] Update to 1.71. [boost-build] Update to 1.71. * [boost-modular-build-helper] Remove manual library name changing [boost-iostreams] Use boost-modular-headers.cmake script * Delete temporary file. * Revert changes in modular build script. * Update ports versions. * [boost-modular-build-helper] Fix build boost-iostreams with LZMA and ZSTD * [boost] Update to 1.72.0 * [libtorrent] Fix build with Boost 1.72.0 Original PR: https://github.com/arvidn/libtorrent/pull/4091 * Update ci.baseline.txt: - fail libgo:* due to use the removed class from Boost.Context 1.72.0 (reported issue https://github.com/yyzybb537/libgo/issues/214) - pass boost-context:arm64-windows - fix typo * Folly only supports the x64 architecture * fail boost-coroutine:arm64-windows=fail and boost-fiber:arm64-windows=fail because they use fcontext_t from Boost.Context which is not implemented for Windows on ARM64 (reported issue https://github.com/boostorg/context/issues/130) * Fix globbing-expressions * Add vcpkg_buildpath_length_warning(37) for boost-system. Revert boost-iostreams port changes. * Update ci.baseline.txt
Diffstat (limited to 'ports/boost-parameter')
-rw-r--r--ports/boost-parameter/CONTROL2
-rw-r--r--ports/boost-parameter/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-parameter/CONTROL b/ports/boost-parameter/CONTROL
index 8eab29c9a..1479473ce 100644
--- a/ports/boost-parameter/CONTROL
+++ b/ports/boost-parameter/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-parameter
-Version: 1.71.0
+Version: 1.72.0
Build-Depends: boost-config, boost-core, boost-function, boost-fusion, boost-mp11, boost-mpl, boost-optional, boost-preprocessor, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/parameter
Description: Boost parameter module
diff --git a/ports/boost-parameter/portfile.cmake b/ports/boost-parameter/portfile.cmake
index 863af8277..19f676f7f 100644
--- a/ports/boost-parameter/portfile.cmake
+++ b/ports/boost-parameter/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/parameter
- REF boost-1.71.0
- SHA512 a25a0697c0441d59b316fab395214544726364cd11daefc376cd01d908aeb4b62d38c9dbe936f6e4ca8c5614b77c7c9fecc182691ef6917ebf95d924211e997e
+ REF boost-1.72.0
+ SHA512 3f04d8f5b41aed4bc22a17cfa39ce75605d8a8d65fa6403dd16ee45bd960632869145ed5afce2af73b2cc12fa708fc6765d0fe6d9a11bda2efea07259007b558
HEAD_REF master
)