Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Remko van der Vossen (5cf0918ae0a54422e3188b637d6ba90bfecc0ebb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <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 Remko van der Vossen (5cf0918ae0a54422e3188b637d6ba90bfecc0ebb)
  • Date: Sun, 9 Nov 2025 23:59:57 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

utils/schroot/HISTORY | 4 ++++
utils/schroot/patches/0001-Fix-build-with-CMake-4.patch | 11 +++++++++++
2 files changed, 15 insertions(+)

New commits:
commit 5cf0918ae0a54422e3188b637d6ba90bfecc0ebb
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

schroot: fix build with CMake 4

diff --git a/utils/schroot/HISTORY b/utils/schroot/HISTORY
index 96c4c5e..d2d5ba6 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,3 +1,7 @@
+2025-11-10 Remko van der Vossen <wich AT sourcemage.org>
+ * patches/0001-Fix-build-with-CMake-4.patch:
+ fixed build using CMake 4
+
2025-11-07 Ismael Luceno <ismael AT sourcemage.org>
* 0001-Fix-build-against-Boost-1.89.0.patch:
fixed build against boost 1.89.0
diff --git a/utils/schroot/patches/0001-Fix-build-with-CMake-4.patch
b/utils/schroot/patches/0001-Fix-build-with-CMake-4.patch
new file mode 100644
index 0000000..08bee76
--- /dev/null
+++ b/utils/schroot/patches/0001-Fix-build-with-CMake-4.patch
@@ -0,0 +1,11 @@
+--- schroot-1.6.12.orig/man/CMakeLists.txt 2022-07-21 07:05:10.000000000
+0200
++++ schroot-1.6.12/man/CMakeLists.txt 2022-07-26 03:09:32.632463653 +0200
+@@ -81,7 +81,7 @@
+ "${CMAKE_CURRENT_SOURCE_DIR}/po4a.cfg"
+ VERBATIM)
+ else(PO4A_EXECUTABLE)
+- warn("po4a not available; not translating manual pages")
++ message(WARNING "po4a not available; not translating manual pages")
+ endif(PO4A_EXECUTABLE)
+
+ set(manpage_sources


  • [[SM-Commit] ] GIT changes to master grimoire by Remko van der Vossen (5cf0918ae0a54422e3188b637d6ba90bfecc0ebb), Remko van der Vossen, 11/09/2025

Archive powered by MHonArc 2.6.24.

Top of Page