diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:38:37 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 23:17:00 +0300 |
commit | ae17808e4a1b635038b5a80216cbf98bafdbb2ef (patch) | |
tree | 95384d8e42e5e05ef6299f9f11004b062ae2d1dd /devel/boost-jam | |
parent | devel/sonarqube-community: update plugins (diff) |
devel/boost-all: update Boost to 1.79.0 release (+)
Please welcome a longawaited boost-* upgrade.
It introduces a full support for OpenSSL3.0, Clang13+, C++17/C++20 standards and more.
Since 1.74 release Boost library introduced some internal changes which breaks comsumers of outdated API.
All failed consumers will be marked as BROKEN in separated commits.
Special thanks for all community members who take a long survey with real environments testing.
Changelogs:
https://www.boost.org/users/history/version_1_73_0.html
https://www.boost.org/users/history/version_1_74_0.html
https://www.boost.org/users/history/version_1_75_0.html
https://www.boost.org/users/history/version_1_76_0.html
https://www.boost.org/users/history/version_1_77_0.html
https://www.boost.org/users/history/version_1_78_0.html
https://www.boost.org/users/history/version_1_79_0.html
PR: 246106
Exp-runs by: antoine
Diffstat (limited to 'devel/boost-jam')
-rw-r--r-- | devel/boost-jam/Makefile | 2 | ||||
-rw-r--r-- | devel/boost-jam/distinfo | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index f37b20a6ae00..9cbb76a156f9 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -5,6 +5,8 @@ COMMENT= Build tool from the boost.org PLIST_FILES= bin/bjam +LICENSE= BSL + EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/${WRKSRC_SUBDIR} MAKE_CMD= ./build.sh ALL_TARGET= ${CHOSEN_COMPILER_TYPE} ${WITH_DEBUG:D--debug} diff --git a/devel/boost-jam/distinfo b/devel/boost-jam/distinfo index 4c86506a397b..d122be25b61f 100644 --- a/devel/boost-jam/distinfo +++ b/devel/boost-jam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575937106 -SHA256 (boost_1_72_0.tar.bz2) = 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 -SIZE (boost_1_72_0.tar.bz2) = 106907358 +TIMESTAMP = 1649916765 +SHA256 (boost_1_79_0.tar.bz2) = 475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39 +SIZE (boost_1_79_0.tar.bz2) = 113456811 |