Skip to Content.
Sympa Menu

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

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 (28f51c1e9ce6cbc60c0e4050f92e736663e40c87)
  • Date: Mon, 1 Sep 2025 01:01:13 +0000

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

libs/boost/BUILD | 2 +-
libs/boost/DETAILS | 2 +-
libs/boost/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)

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

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index e08d542..a2e2ad4 100755
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -25,7 +25,7 @@ BOOTSTRAP_FLAGS="--with-toolset=gcc
-prefix=${INSTALL_ROOT}/usr" &&

# 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 &&

diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 7f30cfd..640c088 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -4,7 +4,7 @@
SECURITY_PATCH=1
SOURCE=${SPELL}_${VERSION//./_}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION//./_}
-# Watch: https://boostorg.jfrog.io/artifactory/main/release/
href="([0-9.]+)/"
+# Watch: https://github.com/boostorg/boost/tags/ boost-([0-9.]+)[.]tar

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

Archive powered by MHonArc 2.6.24.

Top of Page