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