pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/choqok
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 22 14:20:11 UTC 2025
Modified Files:
pkgsrc/net/choqok: distinfo
Added Files:
pkgsrc/net/choqok/patches: patch-CMakeLists.txt
Log Message:
choqok: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/choqok/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/choqok/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/choqok/distinfo
diff -u pkgsrc/net/choqok/distinfo:1.7 pkgsrc/net/choqok/distinfo:1.8
--- pkgsrc/net/choqok/distinfo:1.7 Sat Oct 14 11:31:59 2023
+++ pkgsrc/net/choqok/distinfo Fri Aug 22 14:20:10 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/10/14 11:31:59 markd Exp $
+$NetBSD: distinfo,v 1.8 2025/08/22 14:20:10 wiz Exp $
BLAKE2s (choqok-1.7.0.tar.xz) = ad08978fbdad1f5d55c72669732d7f95f63bcafea7db5d7832725a37324374e0
SHA512 (choqok-1.7.0.tar.xz) = 6f5998078e555f7b4a40270ad0a4defa2d15bb8440b810320fc4cfc38d78cb34bb9b2f6a38eb33eb3217b51a78a7fbc7f79224cd0ddb0fcbf8c9035d8e600e96
Size (choqok-1.7.0.tar.xz) = 1202092 bytes
+SHA1 (patch-CMakeLists.txt) = e0fadb942702d2acf24af7f445a7af5e6351513f
Added files:
Index: pkgsrc/net/choqok/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/net/choqok/patches/patch-CMakeLists.txt:1.1
--- /dev/null Fri Aug 22 14:20:11 2025
+++ pkgsrc/net/choqok/patches/patch-CMakeLists.txt Fri Aug 22 14:20:10 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/22 14:20:10 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig 2025-08-22 14:05:39.738886649 +0000
++++ CMakeLists.txt
+@@ -1,6 +1,6 @@
+ project(choqok)
+
+-cmake_minimum_required(VERSION 2.8.12)
++cmake_minimum_required(VERSION 3.5)
+
+ set (QT_MIN_VERSION "5.9.0")
+
Home |
Main Index |
Thread Index |
Old Index