diff options
Diffstat (limited to 'ports/boost-asio')
| -rw-r--r-- | ports/boost-asio/inline_dummy_return.patch | 13 | ||||
| -rw-r--r-- | ports/boost-asio/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/boost-asio/vcpkg.json | 5 |
3 files changed, 4 insertions, 22 deletions
diff --git a/ports/boost-asio/inline_dummy_return.patch b/ports/boost-asio/inline_dummy_return.patch deleted file mode 100644 index b4c29a631..000000000 --- a/ports/boost-asio/inline_dummy_return.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/asio/include/asio/impl/use_awaitable.hpp b/asio/include/asio/impl/use_awaitable.hpp -index 60a6f5cd..af7be635 100644 ---- a/include/boost/asio/impl/use_awaitable.hpp -+++ b/include/boost/asio/impl/use_awaitable.hpp -@@ -236,7 +236,7 @@ T dummy_return() - } - - template <> --void dummy_return() -+inline void dummy_return() - { - } - #endif // defined(_MSC_VER) diff --git a/ports/boost-asio/portfile.cmake b/ports/boost-asio/portfile.cmake index 2c5114526..a2da34804 100644 --- a/ports/boost-asio/portfile.cmake +++ b/ports/boost-asio/portfile.cmake @@ -3,12 +3,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/asio
- REF boost-1.75.0
- SHA512 5f332644207f87af8ffbf93d9f1f72b7ca6dfa96d77a871308951c492ae27fac20bad2bfdf4e1de06585c1405d1875c4d4335786b3fc08aa0a76ef4de3626c27
+ REF boost-1.76.0
+ SHA512 d9706045510dc65dfb5d84fded39cb7bbbf44d9f1ba079efc3802962f30ba36ceb7b1610d47822348a910bbca857d0fee8ffef767921a9a75ee9565f9eb63a79
HEAD_REF master
- PATCHES
- windows_alloca_header.patch
- inline_dummy_return.patch
+ PATCHES windows_alloca_header.patch
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
diff --git a/ports/boost-asio/vcpkg.json b/ports/boost-asio/vcpkg.json index 2c95b02eb..8effa61df 100644 --- a/ports/boost-asio/vcpkg.json +++ b/ports/boost-asio/vcpkg.json @@ -1,7 +1,6 @@ { "name": "boost-asio", - "version-string": "1.75.0", - "port-version": 1, + "version": "1.76.0", "description": "Boost asio module", "homepage": "https://github.com/boostorg/asio", "supports": "!emscripten", @@ -10,7 +9,6 @@ "boost-assert", "boost-bind", "boost-chrono", - "boost-compatibility", "boost-config", { "name": "boost-coroutine", @@ -19,7 +17,6 @@ "boost-date-time", "boost-detail", "boost-function", - "boost-integer", "boost-regex", "boost-smart-ptr", "boost-system", |
