pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/okteta



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 21 18:29:32 UTC 2025

Modified Files:
        pkgsrc/devel/okteta: distinfo
Added Files:
        pkgsrc/devel/okteta/patches: patch-CMakeLists.txt

Log Message:
okteta: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/okteta/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/okteta/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/devel/okteta/distinfo
diff -u pkgsrc/devel/okteta/distinfo:1.7 pkgsrc/devel/okteta/distinfo:1.8
--- pkgsrc/devel/okteta/distinfo:1.7    Sat Oct 14 03:39:54 2023
+++ pkgsrc/devel/okteta/distinfo        Thu Aug 21 18:29:31 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/10/14 03:39:54 markd Exp $
+$NetBSD: distinfo,v 1.8 2025/08/21 18:29:31 wiz Exp $
 
 BLAKE2s (okteta-0.26.13.tar.xz) = da3c8c2189eef8899a862fa7ea27cbb816172bd55d3c6372680095bc0b6637fb
 SHA512 (okteta-0.26.13.tar.xz) = 1f7d099acda1d39382b9d36fc75e301588a4f026e46a363f0ac15f3025a37c2edd2fac20c8097761469f4259adc20874d90acae5fa7b378f2d88e88521952fd8
 Size (okteta-0.26.13.tar.xz) = 1080884 bytes
+SHA1 (patch-CMakeLists.txt) = 46d1fde99d57464e034c2e6f17b338ba3fc579e8

Added files:

Index: pkgsrc/devel/okteta/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/okteta/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Thu Aug 21 18:29:32 2025
+++ pkgsrc/devel/okteta/patches/patch-CMakeLists.txt    Thu Aug 21 18:29:31 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:29:31 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig        2025-08-21 18:26:08.975006276 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(Okteta VERSION 0.26.13)
+ 



Home | Main Index | Thread Index | Old Index