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-all | |
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-all')
-rw-r--r-- | devel/boost-all/common.mk | 4 | ||||
-rw-r--r-- | devel/boost-all/compiled.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk index 6aee1564e7be..a4330bc1d5f4 100644 --- a/devel/boost-all/common.mk +++ b/devel/boost-all/common.mk @@ -1,12 +1,12 @@ -PORTVERSION= 1.72.0 +PORTVERSION= 1.79.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} CATEGORIES= devel MAINTAINER= office@FreeBSD.org -MASTER_SITES= https://dl.bintray.com/boostorg/release/${PORTVERSION}/source/ \ +MASTER_SITES= https://boostorg.jfrog.io/artifactory/main/release/${PORTVERSION}/source/ \ SF/boost/boost/${PORTVERSION} USES+= tar:bzip2 diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index 5ce72182513a..09e570820c6d 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -7,8 +7,8 @@ ALL_TARGET= stage USES+= compiler:c++17-lang USE_CXXSTD= gnu++17 -PLIST_SUB+= MAJOR_VER=${PORTVERSION:R:R} \ - MINOR_VER=${PORTVERSION:R:E} \ +PLIST_SUB+= BOOST_MAJOR_VER=${PORTVERSION:R:R} \ + BOOST_MINOR_VER=${PORTVERSION:R:E} \ BOOST_SHARED_LIB_VER=${PORTVERSION} PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads |