pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/kdiagram
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 18 23:20:34 UTC 2025
Modified Files:
pkgsrc/graphics/kdiagram: Makefile distinfo
pkgsrc/graphics/kdiagram/patches: patch-CMakeLists.txt
Log Message:
kdiagram: change cmake 4 fix so it works with cmake 3 for now too
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/kdiagram/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/kdiagram/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/graphics/kdiagram/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/kdiagram/Makefile
diff -u pkgsrc/graphics/kdiagram/Makefile:1.16 pkgsrc/graphics/kdiagram/Makefile:1.17
--- pkgsrc/graphics/kdiagram/Makefile:1.16 Sun Aug 17 09:18:06 2025
+++ pkgsrc/graphics/kdiagram/Makefile Mon Aug 18 23:20:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/08/17 09:18:06 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/08/18 23:20:33 wiz Exp $
DISTNAME= kdiagram-2.8.0
PKGREVISION= 12
@@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
CMAKE_CONFIGURE_ARGS+= -DECM_MKSPECS_INSTALL_DIR=${QTDIR}/mkspecs/modules
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
.include "../../devel/cmake/build.mk"
Index: pkgsrc/graphics/kdiagram/distinfo
diff -u pkgsrc/graphics/kdiagram/distinfo:1.2 pkgsrc/graphics/kdiagram/distinfo:1.3
--- pkgsrc/graphics/kdiagram/distinfo:1.2 Sun Aug 17 09:18:06 2025
+++ pkgsrc/graphics/kdiagram/distinfo Mon Aug 18 23:20:33 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2025/08/17 09:18:06 wiz Exp $
+$NetBSD: distinfo,v 1.3 2025/08/18 23:20:33 wiz Exp $
BLAKE2s (kdiagram-2.8.0.tar.xz) = 7d65b20e44ca230f7538edd570f678a7f5170d4e33619b6374df1f3f1132a8fd
SHA512 (kdiagram-2.8.0.tar.xz) = d981bce4feeb65038772125e5af1c096537ec87991fdb93d9a91dd5c9f089b1001647c8a63b209683a67b2d7b3aadeb7dd6279261eefaf6b6e046d0ab72723ec
Size (kdiagram-2.8.0.tar.xz) = 691044 bytes
-SHA1 (patch-CMakeLists.txt) = 45b627b6b1ad2ae7daa3c4e54de73a84c7053f32
+SHA1 (patch-CMakeLists.txt) = 7691f3fca6ed922beae9f9a0b554bf9e61f3eb5d
Index: pkgsrc/graphics/kdiagram/patches/patch-CMakeLists.txt
diff -u pkgsrc/graphics/kdiagram/patches/patch-CMakeLists.txt:1.1 pkgsrc/graphics/kdiagram/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/graphics/kdiagram/patches/patch-CMakeLists.txt:1.1 Sun Aug 17 09:18:06 2025
+++ pkgsrc/graphics/kdiagram/patches/patch-CMakeLists.txt Mon Aug 18 23:20:34 2025
@@ -1,11 +1,12 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/17 09:18:06 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/18 23:20:34 wiz Exp $
Fix build with cmake 4.
---- CMakeLists.txt.orig 2025-08-17 09:16:13.235500026 +0000
+--- CMakeLists.txt.orig 2021-01-15 08:05:46.000000000 +0000
+++ CMakeLists.txt
@@ -1,6 +1,6 @@
- cmake_minimum_required(VERSION 2.8.12)
+-cmake_minimum_required(VERSION 2.8.12)
++cmake_minimum_required(VERSION 3.5)
-project( kdiagram )
+project( kdiagram VERSION 2.8.0)
Home |
Main Index |
Thread Index |
Old Index