New commits:
commit 28f51c1e9ce6cbc60c0e4050f92e736663e40c87
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/boost: updated Watch line and
fixed passing of libraries list to bootstrap.sh
# Don't specify with-libraries when you don't select them so it builds them
all
if [[ $BOOST_SELECT_LIBS == "y" ]]; then
- BOOTSTRAP_FLAGS="${BOOTSTRAP_FLAGS} --with-libraries=${BOOST_LIBS}"
+ BOOTSTRAP_FLAGS="${BOOTSTRAP_FLAGS} --with-libraries=${BOOST_LIBS// /,}"
fi &&
./bootstrap.sh $BOOTSTRAP_FLAGS &&
SOURCE_URL[0]="https://archives.${SPELL}.io//release/${VERSION}/source/${SOURCE}"
WEB_SITE=https://www.boost.org/
ENTERED=20031013
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index be7f693..4a5174f 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2025-08-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated Watch line
+ # BUILD: lost of libraries should be comma separated for bootstrapping
+
2025-08-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.89.0
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (28f51c1e9ce6cbc60c0e4050f92e736663e40c87),
Pavel Vinogradov, 08/31/2025