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 --- .../boost-libs/files/patch-boost-disable-icu-rpath | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 devel/boost-libs/files/patch-boost-disable-icu-rpath (limited to 'devel/boost-libs/files/patch-boost-disable-icu-rpath') diff --git a/devel/boost-libs/files/patch-boost-disable-icu-rpath b/devel/boost-libs/files/patch-boost-disable-icu-rpath new file mode 100644 index 000000000000..f35ded0bc419 --- /dev/null +++ b/devel/boost-libs/files/patch-boost-disable-icu-rpath @@ -0,0 +1,29 @@ +--- libs/locale/build/Jamfile.v2.orig 2021-04-13 16:22:15 UTC ++++ libs/locale/build/Jamfile.v2 +@@ -65,8 +65,8 @@ ICU_LINK = [ modules.peek : ICU_LINK ] ; + + if $(ICU_LINK) + { +- ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin shared ; +- ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin64 shared ; ++ ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; ++ ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; + } + else + { +@@ -124,7 +124,6 @@ else + icuuc/shared/shared + icudt/shared/shared + icuin/shared/shared +- $(ICU_PATH)/bin + shared ; + + +@@ -183,7 +182,6 @@ else + icuuc_64/shared/shared + icudt_64/shared/shared + icuin_64/shared/shared +- $(ICU_PATH)/bin64 + shared ; + + -- cgit v1.2.3