Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f4fa368b4bb6eaf1ec01091728e4af83760969f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f4fa368b4bb6eaf1ec01091728e4af83760969f)
  • Date: Wed, 22 Apr 2026 20:18:26 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

dev/null |binary
libs/boost/CONFIGURE | 2 -
libs/boost/DETAILS | 4 +-
libs/boost/HISTORY | 7 +++++
libs/boost/PRE_BUILD | 1
libs/boost/PRE_SUB_DEPENDS | 2 -
libs/boost/REPAIR^all^PRE_SUB_DEPENDS | 6 +++-
libs/boost/SUB_DEPENDS | 2 -
libs/boost/patches/0001-Add-include-for-add_const.patch | 22
----------------
9 files changed, 17 insertions(+), 29 deletions(-)

New commits:
commit 4f4fa368b4bb6eaf1ec01091728e4af83760969f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/boost: version 1.91.0

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 994abcc..0275988 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -20,6 +20,7 @@ config_query_multi BOOST_LIBS_AL "Which boost libraries
would you like to instal
json \
locale \
log &&
+list_remove BOOST_LIBS_MZ "system" &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you
like to install?" \
none \
math \
@@ -31,7 +32,6 @@ config_query_multi BOOST_LIBS_MZ "Which additional boost
libraries would you lik
regex \
serialization \
stacktrace \
- system \
test \
thread \
timer \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index c4fed9e..c541e49 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1.90.0
-
SOURCE_HASH=sha256:49551aff3b22cbc5c5a9ed3dbc92f0e23ea50a0f7325b0d198b705e8ee3fc305
+ VERSION=1.91.0
+
SOURCE_HASH=sha256:de5e6b0e4913395c6bdfa90537febd9028ea4c0735d2cdb0cd9b45d5f51264f5
SECURITY_PATCH=1
SOURCE=${SPELL}_${VERSION//./_}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION//./_}
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index c73ae3d..b7393f5 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,10 @@
+2026-04-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.91.0
+ * CONFIGURE, *SUB_DEPENDS: removed/noop'ed system library, sync'ed
*PRE_SUB_DEPENDS
+ * PRE_BUILD, patches/0001-Add-include-for-add_const.patch: removed
the patch,
+ not needed anymore
+ * boost.gpg: removed obsolete keyring
+
2025-12-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.90.0

diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index 530b33a..70b8516 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -1,7 +1,6 @@
list_remove BOOST_LIBS_MZ signals &&
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches &&
sed -i '/^PYTHON=/{s/=.*/=python3/}' bootstrap.sh &&
sed '/char\* next_in/s;s->next_in;const_cast<zlib::byte*>(&);' \
-i libs/iostreams/src/zlib.cpp &&
diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index abc50a8..4c96dba 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -13,7 +13,7 @@ case $THIS_SUB_DEPENDS in
IOSTREAMS) list_find "$BOOST_LIBS_AL" iostreams ;;
RANDOM) list_find "$BOOST_LIBS_MZ" random ;;
PYTHON) is_depends_enabled "$SPELL" python3 ;;
- SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
+ SYSTEM) ;;
THREAD) list_find "$BOOST_LIBS_MZ" thread ;;
CHRONO) list_find "$BOOST_LIBS_AL" chrono ;;
CONTEXT) list_find "$BOOST_LIBS_AL" context ;;
diff --git a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
index 31b0128..4c96dba 100755
--- a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
+++ b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
@@ -13,7 +13,7 @@ case $THIS_SUB_DEPENDS in
IOSTREAMS) list_find "$BOOST_LIBS_AL" iostreams ;;
RANDOM) list_find "$BOOST_LIBS_MZ" random ;;
PYTHON) is_depends_enabled "$SPELL" python3 ;;
- SYSTEM) list_find "$BOOST_LIBS_MZ" system ;;
+ SYSTEM) ;;
THREAD) list_find "$BOOST_LIBS_MZ" thread ;;
CHRONO) list_find "$BOOST_LIBS_AL" chrono ;;
CONTEXT) list_find "$BOOST_LIBS_AL" context ;;
@@ -42,6 +42,10 @@ case $THIS_SUB_DEPENDS in
NOWIDE) list_find "$BOOST_LIBS_MZ" nowide ;;
# boost-1.75
JSON) list_find "$BOOST_LIBS_AL" json ;;
+# boost-1.77
+ CONTAINER) list_find "$BOOST_LIBS_AL" container ;;
+ HEADERS) list_find "$BOOST_LIBS_AL" headers ;;
+

*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index 1164c6e..451ecd8 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -12,7 +12,7 @@ case $THIS_SUB_DEPENDS in
RANDOM) list_add BOOST_LIBS_MZ random ;;
PYTHON) list_add BOOST_LIBS_MZ python &&
depends PYTHON ;;
- SYSTEM) list_add BOOST_LIBS_MZ system ;;
+ SYSTEM) ;;
THREAD) list_add BOOST_LIBS_MZ thread ;;
CHRONO) list_add BOOST_LIBS_AL chrono ;;
CONTEXT) list_add BOOST_LIBS_AL context ;;
diff --git a/libs/boost/boost.gpg b/libs/boost/boost.gpg
deleted file mode 100644
index 13d9351..0000000
Binary files a/libs/boost/boost.gpg and /dev/null differ
diff --git a/libs/boost/patches/0001-Add-include-for-add_const.patch
b/libs/boost/patches/0001-Add-include-for-add_const.patch
deleted file mode 100644
index 47f7227..0000000
--- a/libs/boost/patches/0001-Add-include-for-add_const.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 9ac89e9936b826c13e90611cb9a81a7aa0508d20 Mon Sep 17 00:00:00 2001
-From: Michael Cho <michael AT michaelcho.dev>
-Date: Sun, 30 Mar 2025 21:45:49 -0400
-Subject: [PATCH] Add include for add_const
-
-Signed-off-by: Michael Cho <michael AT michaelcho.dev>
----
- boost/range/detail/any_iterator_interface.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/boost/range/detail/any_iterator_interface.hpp
b/boost/range/detail/any_iterator_interface.hpp
-index 1103be6c..79e71dbd 100644
---- a/boost/range/detail/any_iterator_interface.hpp
-+++ b/boost/range/detail/any_iterator_interface.hpp
-@@ -13,6 +13,7 @@
- #include <boost/mpl/if.hpp>
- #include <boost/range/detail/any_iterator_buffer.hpp>
- #include <boost/iterator/iterator_categories.hpp>
-+#include <boost/type_traits/add_const.hpp>
- #include <boost/type_traits/is_convertible.hpp>
- #include <boost/type_traits/is_reference.hpp>
- #include <boost/type_traits/remove_const.hpp>


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f4fa368b4bb6eaf1ec01091728e4af83760969f), Pavel Vinogradov, 04/22/2026

Archive powered by MHonArc 2.6.24.

Top of Page