[boost-build] Fix boost-exception for wasm32-emscripten (#22497)

* Fix boost-exception for wasm32-emscripten

* Updated port version for boost-exception

* Updated boost-exception with x-add-version

* Fixed patch

* Boost-build x-add-version

* Increment boost-build version again

* x-add-version for boost-build

* Fixed boost-build port version

* x-add-version for boost-build

Co-authored-by: Semphris <semphris@protonmail.com>
This commit is contained in:
Semphriss 2022-01-19 12:09:48 -05:00 committed by GitHub
parent f5d67552e0
commit aa155bb022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/tools/clang-linux.jam b/src/tools/clang-linux.jam
index 949e277..8934787 100644
--- a/src/tools/clang-linux.jam
+++ b/src/tools/clang-linux.jam
@@ -97,7 +97,7 @@ rule init ( version ? : command * : options * ) {
rule get-full-version ( command-string )
{
- return [ common.match-command-output version : "version ([0-9.]+)"
+ return [ common.match-command-output version : "([0-9]+.[0-9]+.[0-9]+)"
: "$(command-string) --version" ] ;
}

View File

@ -12,7 +12,9 @@ vcpkg_from_github(
REF boost-${BOOST_VERSION}
SHA512 867966e3d254c0e996786587fb64ad1bda6f96546e5302c15231b17d66537798770bbd9e89f800d445a1f0a4d3be06dff8aed42dfd3a77b563d0f5d715e79324
HEAD_REF master
PATCHES 0001-don-t-skip-install-targets.patch
PATCHES
0001-don-t-skip-install-targets.patch
0002-fix-get-version.patch
)
vcpkg_download_distfile(ARCHIVE

View File

@ -1,6 +1,7 @@
{
"name": "boost-build",
"version": "1.78.0",
"port-version": 1,
"description": "Boost.Build",
"homepage": "https://github.com/boostorg/build",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf970c17a4bf6d59deff7ce7e7eb98cec74b544a",
"version": "1.78.0",
"port-version": 1
},
{
"git-tree": "2c0d3c35e95f99911a226c3e736c0988f1139e51",
"version": "1.78.0",

View File

@ -570,7 +570,7 @@
},
"boost-build": {
"baseline": "1.78.0",
"port-version": 0
"port-version": 1
},
"boost-callable-traits": {
"baseline": "1.78.0",