From ae17808e4a1b635038b5a80216cbf98bafdbb2ef Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sun, 22 May 2022 19:38:37 +0300 Subject: 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 --- devel/boost-python-libs/Makefile | 6 ++++-- devel/boost-python-libs/distinfo | 6 +++--- devel/boost-python-libs/pkg-plist | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'devel/boost-python-libs') 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 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%% -- cgit v1.2.3