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-python-libs | |
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-python-libs')
-rw-r--r-- | devel/boost-python-libs/Makefile | 6 | ||||
-rw-r--r-- | devel/boost-python-libs/distinfo | 6 | ||||
-rw-r--r-- | devel/boost-python-libs/pkg-plist | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 74a2adcb1146..dfccec8a5d1c 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -1,16 +1,18 @@ # Created by: Alexander Churanov <churanov.port.maintainer@gmail.com> PORTNAME= boost-libs -PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCHDIR= ../boost-libs/files COMMENT= Framework for interfacing Python and C++ +LICENSE= BSL + BUILD_DEPENDS= bjam:devel/boost-jam \ ${PYNUMPY} LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= python:3.6-3.9 # upper bound inherited from math/py-numpy +USES= python:3.7-3.9 # upper bound inherited from math/py-numpy USE_PYTHON= flavors OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS diff --git a/devel/boost-python-libs/distinfo b/devel/boost-python-libs/distinfo index 4c86506a397b..d122be25b61f 100644 --- a/devel/boost-python-libs/distinfo +++ b/devel/boost-python-libs/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 diff --git a/devel/boost-python-libs/pkg-plist b/devel/boost-python-libs/pkg-plist index e6d549e21c38..9be14e11de6d 100644 --- a/devel/boost-python-libs/pkg-plist +++ b/devel/boost-python-libs/pkg-plist @@ -8,11 +8,11 @@ lib/cmake/boost_python-%%BOOST_SHARED_LIB_VER%%/libboost_python-variant-shared-p lib/cmake/boost_python-%%BOOST_SHARED_LIB_VER%%/libboost_python-variant-static-py%%PYTHON_VER%%.cmake lib/libboost_numpy%%PYTHON_SUFFIX%%.a lib/libboost_numpy%%PYTHON_SUFFIX%%.so -lib/libboost_numpy%%PYTHON_SUFFIX%%.so.%%MAJOR_VER%% -lib/libboost_numpy%%PYTHON_SUFFIX%%.so.%%MAJOR_VER%%.%%MINOR_VER%% +lib/libboost_numpy%%PYTHON_SUFFIX%%.so.%%BOOST_MAJOR_VER%% +lib/libboost_numpy%%PYTHON_SUFFIX%%.so.%%BOOST_MAJOR_VER%%.%%BOOST_MINOR_VER%% lib/libboost_numpy%%PYTHON_SUFFIX%%.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_python%%PYTHON_SUFFIX%%.a lib/libboost_python%%PYTHON_SUFFIX%%.so -lib/libboost_python%%PYTHON_SUFFIX%%.so.%%MAJOR_VER%% -lib/libboost_python%%PYTHON_SUFFIX%%.so.%%MAJOR_VER%%.%%MINOR_VER%% +lib/libboost_python%%PYTHON_SUFFIX%%.so.%%BOOST_MAJOR_VER%% +lib/libboost_python%%PYTHON_SUFFIX%%.so.%%BOOST_MAJOR_VER%%.%%BOOST_MINOR_VER%% lib/libboost_python%%PYTHON_SUFFIX%%.so.%%BOOST_SHARED_LIB_VER%% |