Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[boost-build/boost-uninstall] Update to 1.76.0 #19297

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
236 changes: 0 additions & 236 deletions ports/boost-build/fix_options.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/boost-build/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ if(CMAKE_HOST_WIN32 AND VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME
return()
endif()

set(BOOST_VERSION 1.75.0)
set(BOOST_VERSION 1.76.0)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/build
REF boost-${BOOST_VERSION}
SHA512 dc5784cdcc908591a8c8814dac32849fb00b5f5b2d48de963d51a0571fd9f5a0419d6bb569f3375bf8fbfae28d680db4ce869604667b717023e76869836534f4
SHA512 2c4088c413e63d7eb192c368960a60fc534fd3a804ebf5577a35e0f77d50518c919e31c67361b1c968d7920387e2348e42443bf090cc246a285828444ecac6bc
HEAD_REF master
PATCHES
fix_options.patch
)

vcpkg_download_distfile(ARCHIVE
Expand Down
2 changes: 1 addition & 1 deletion ports/boost-build/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boost-build",
"version-string": "1.75.0",
"version-string": "1.76.0",
"description": "Boost.Build",
"homepage": "https://github.com/boostorg/build",
"dependencies": [
Expand Down
3 changes: 1 addition & 2 deletions ports/boost-uninstall/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "boost-uninstall",
"version-string": "1.75.0",
"port-version": 1,
"version-string": "1.76.0",
"description": "boost uninstall port",
"homepage": "https://boost.org"
}
5 changes: 5 additions & 0 deletions versions/b-/boost-build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a3e52efe102b18f3cd63783875084f965687546a",
"version-string": "1.76.0",
"port-version": 0
},
{
"git-tree": "8e84097fbdf78eb6220bb0bb7c63addefb6301d9",
"version-string": "1.75.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/boost-uninstall.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20c13ce748a1942a39dba95fe62f93f1a169e4a6",
"version-string": "1.76.0",
"port-version": 0
},
{
"git-tree": "092a563d81779e6bfb0ee656bc4c8f01f57c7666",
"version-string": "1.75.0",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
"port-version": 0
},
"boost-build": {
"baseline": "1.75.0",
"baseline": "1.76.0",
"port-version": 0
},
"boost-callable-traits": {
Expand Down Expand Up @@ -989,8 +989,8 @@
"port-version": 0
},
"boost-uninstall": {
"baseline": "1.75.0",
"port-version": 1
"baseline": "1.76.0",
"port-version": 0
},
"boost-units": {
"baseline": "1.76.0",
Expand Down