git: e71ad80ee1d3 - main - multimedia/mkclean: Fix building with CMake 4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Sep 2026 18:08:39 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e71ad80ee1d3408a159b111f6524cbada71eab2a
commit e71ad80ee1d3408a159b111f6524cbada71eab2a
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-21 18:05:01 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-21 18:05:01 +0000
multimedia/mkclean: Fix building with CMake 4
---
multimedia/mkclean/files/patch-CMakeLists.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/multimedia/mkclean/files/patch-CMakeLists.txt b/multimedia/mkclean/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..397ee543d696
--- /dev/null
+++ b/multimedia/mkclean/files/patch-CMakeLists.txt
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig 2021-01-31 14:23:41 UTC
++++ CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.2)
++cmake_minimum_required(VERSION 3.5)
+
+ project("foundation sources")
+