pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/kgamma



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 21 18:22:27 UTC 2025

Modified Files:
        pkgsrc/graphics/kgamma: distinfo
        pkgsrc/graphics/kgamma/patches: patch-CMakeLists.txt

Log Message:
kgamma: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/kgamma/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/kgamma/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/graphics/kgamma/distinfo
diff -u pkgsrc/graphics/kgamma/distinfo:1.13 pkgsrc/graphics/kgamma/distinfo:1.14
--- pkgsrc/graphics/kgamma/distinfo:1.13        Tue Oct 26 10:46:22 2021
+++ pkgsrc/graphics/kgamma/distinfo     Thu Aug 21 18:22:27 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:46:22 nia Exp $
+$NetBSD: distinfo,v 1.14 2025/08/21 18:22:27 wiz Exp $
 
 BLAKE2s (kgamma-4.14.3.tar.xz) = 5def9ec577ea945ae8ab7db4c829ac94cb7a81ecdf9b9b28ae002cbd1b51cf5f
 SHA512 (kgamma-4.14.3.tar.xz) = 53633bb11bc45eefb74cc692b0c016ac7ff67214cf628c4b1e599d1b0934e2d4583804332b47b782afc8d4aa49eb28985c709dfb6f31d72e0befd993ebfa1b31
 Size (kgamma-4.14.3.tar.xz) = 22932 bytes
-SHA1 (patch-CMakeLists.txt) = c156d452280c299d36222b1dae8d67dbc710aeb1
+SHA1 (patch-CMakeLists.txt) = 73c2d9d81b2eadcc64086c7f96bbab26d51abe22

Index: pkgsrc/graphics/kgamma/patches/patch-CMakeLists.txt
diff -u pkgsrc/graphics/kgamma/patches/patch-CMakeLists.txt:1.1 pkgsrc/graphics/kgamma/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/graphics/kgamma/patches/patch-CMakeLists.txt:1.1     Wed Nov 25 07:22:58 2015
+++ pkgsrc/graphics/kgamma/patches/patch-CMakeLists.txt Thu Aug 21 18:22:27 2025
@@ -1,10 +1,12 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2015/11/25 07:22:58 mrg Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/21 18:22:27 wiz Exp $
 
---- CMakeLists.txt.orig        2014-10-09 00:07:16.000000000 -0700
-+++ CMakeLists.txt     2015-11-24 21:38:21.000000000 -0800
-@@ -1,5 +1,7 @@
+--- CMakeLists.txt.orig        2014-10-09 07:07:16.000000000 +0000
++++ CMakeLists.txt
+@@ -1,5 +1,9 @@
  project(kgamma)
  
++cmake_minimum_required(VERSION 3.5)
++
 +include(CheckIncludeFiles)
 +
  find_package(KDE4 REQUIRED)



Home | Main Index | Thread Index | Old Index