pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kcachegrind
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:56:22 UTC 2025
Modified Files:
pkgsrc/devel/kcachegrind: Makefile distinfo
Added Files:
pkgsrc/devel/kcachegrind/patches: patch-CMakeLists.txt
Log Message:
kcachegrind: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/kcachegrind/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/kcachegrind/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/kcachegrind/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/kcachegrind/Makefile
diff -u pkgsrc/devel/kcachegrind/Makefile:1.84 pkgsrc/devel/kcachegrind/Makefile:1.85
--- pkgsrc/devel/kcachegrind/Makefile:1.84 Thu Apr 24 14:13:30 2025
+++ pkgsrc/devel/kcachegrind/Makefile Thu Aug 21 18:56:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2025/04/24 14:13:30 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2025/08/21 18:56:21 wiz Exp $
DISTNAME= kcachegrind-${KAPPSVER}
PKGREVISION= 11
@@ -20,7 +20,7 @@ REPLACE_PERL+= converters/op2calltree
REPLACE_PYTHON+= converters/hotshot2calltree.in
-REPLACE_PHP+= converters/pprof2calltree
+REPLACE_PHP+= converters/pprof2calltree
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/buildlink3.mk"
Index: pkgsrc/devel/kcachegrind/distinfo
diff -u pkgsrc/devel/kcachegrind/distinfo:1.15 pkgsrc/devel/kcachegrind/distinfo:1.16
--- pkgsrc/devel/kcachegrind/distinfo:1.15 Tue Feb 6 11:05:14 2024
+++ pkgsrc/devel/kcachegrind/distinfo Thu Aug 21 18:56:21 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2024/02/06 11:05:14 markd Exp $
+$NetBSD: distinfo,v 1.16 2025/08/21 18:56:21 wiz Exp $
BLAKE2s (kcachegrind-23.08.4.tar.xz) = 467eca57d73ed473336f6068d8db03f87ece99bcdeb15c5ddd380297d40e53af
SHA512 (kcachegrind-23.08.4.tar.xz) = 44dd42cf3e89202d9a0410102886b48a364f91832f3272edd7a5498df9c3d60469915398a31d6d506ac6116aeb5fcf5246e5f30f16ae3e27e68ad8ee7e17dc05
Size (kcachegrind-23.08.4.tar.xz) = 930720 bytes
+SHA1 (patch-CMakeLists.txt) = 2f6ae47c53577743b01fe3ec582ddc753ba37e07
Added files:
Index: pkgsrc/devel/kcachegrind/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/kcachegrind/patches/patch-CMakeLists.txt:1.1
--- /dev/null Thu Aug 21 18:56:22 2025
+++ pkgsrc/devel/kcachegrind/patches/patch-CMakeLists.txt Thu Aug 21 18:56:22 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:56:22 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig 2025-08-21 18:55:15.109247502 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required (VERSION 3.0)
++cmake_minimum_required (VERSION 3.5)
+
+ # KDE Application Version, managed by release script
+ set(RELEASE_SERVICE_VERSION_MAJOR "23")
Home |
Main Index |
Thread Index |
Old Index