aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-context
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-17 15:18:09 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-19 10:40:06 -0700
commit751015f6a44d6f89ca71ac63d7c5cab83cf531c0 (patch)
treeff54424ff62e0bf740810b37543176585fd61f34 /ports/boost-context
parentfb0c047b4d78c3150d16e401f0714475a02009b5 (diff)
downloadvcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz
vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-context')
-rw-r--r--ports/boost-context/CONTROL2
-rw-r--r--ports/boost-context/portfile.cmake9
2 files changed, 8 insertions, 3 deletions
diff --git a/ports/boost-context/CONTROL b/ports/boost-context/CONTROL
index bd72d021c..5797590fe 100644
--- a/ports/boost-context/CONTROL
+++ b/ports/boost-context/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-context
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-vcpkg-helpers
Description: Boost context module
diff --git a/ports/boost-context/portfile.cmake b/ports/boost-context/portfile.cmake
index b749a9d80..ecdfe4d69 100644
--- a/ports/boost-context/portfile.cmake
+++ b/ports/boost-context/portfile.cmake
@@ -5,11 +5,16 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/context
- REF boost-1.66.0
- SHA512 73efe1ab2c3b589e0ec7a095ab4a62090d8a980efbc81ac915823d1015fec215647a558bf0102fb42dbcdb05e9a4f70bd145bba095f09f1f4aec24eceddef3d4
+ REF boost-1.67.0
+ SHA512 4d6f7c0211c6941c8089d844b4ceae45322c2089ce41c029a21ef9b4fabdc0030a0c99fcc6c6be43d10372a171726b03a62aecae0241b8f2427439a2a283c306
HEAD_REF master
)
+file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
+string(REPLACE "import ../../config/checks/config" "import config/checks/config" _contents "${_contents}")
+file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
+file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config")
+
include(${CURRENT_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)