git: 94f12d4343b3 - main - net/libvncserver: Fix CMake version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 16:18:14 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=94f12d4343b32d61b762583738b3c2b5d5520365
commit 94f12d4343b32d61b762583738b3c2b5d5520365
Author: Florian Limberger <flo@purplekraken.com>
AuthorDate: 2026-09-06 14:46:55 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:02 +0000
net/libvncserver: Fix CMake version
Event: Berlin Hackathon 202609
---
net/libvncserver/files/patch-CMakeLists.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/net/libvncserver/files/patch-CMakeLists.txt b/net/libvncserver/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..df54493460f6
--- /dev/null
+++ b/net/libvncserver/files/patch-CMakeLists.txt
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig 2026-09-06 14:39:49 UTC
++++ CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.4)
++cmake_minimum_required(VERSION 3.10)
+
+ set(PROJECT_LANGUAGES C)
+