pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/umbrello



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 21:30:39 UTC 2025

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

Log Message:
umbrello: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/umbrello/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/umbrello/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/umbrello/distinfo
diff -u pkgsrc/devel/umbrello/distinfo:1.19 pkgsrc/devel/umbrello/distinfo:1.20
--- pkgsrc/devel/umbrello/distinfo:1.19 Tue Feb  6 11:05:16 2024
+++ pkgsrc/devel/umbrello/distinfo      Sun Aug 17 21:30:39 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.19 2024/02/06 11:05:16 markd Exp $
+$NetBSD: distinfo,v 1.20 2025/08/17 21:30:39 wiz Exp $
 
 BLAKE2s (umbrello-23.08.4.tar.xz) = 04dc8c05f8c04566b35fff84e519a52492798036c94e7240efc32359471849d7
 SHA512 (umbrello-23.08.4.tar.xz) = c45f581518a68e1314481e81d48577a140490a40de6a0f18ee21687ac1872fae5134fb057a191bdca7c5fee4fe9bcf6045578ab286d3a82bcda0e9bcba002d65
 Size (umbrello-23.08.4.tar.xz) = 5775132 bytes
+SHA1 (patch-CMakeLists.txt) = f3b9cafabe9c34eb6d2a0fdb6b484075d99c62fc

Added files:

Index: pkgsrc/devel/umbrello/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/umbrello/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Sun Aug 17 21:30:39 2025
+++ pkgsrc/devel/umbrello/patches/patch-CMakeLists.txt  Sun Aug 17 21:30:39 2025
@@ -0,0 +1,17 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/17 21:30:39 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig        2025-08-17 21:25:20.614775923 +0000
++++ CMakeLists.txt
+@@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 3.16.0 FA
+ 
+ project(umbrello)
+ 
+-if(POLICY CMP0028)
+-    cmake_policy(SET CMP0028 OLD)
+-endif()
+-
+ if(POLICY CMP0057)
+     cmake_policy(SET CMP0057 NEW)
+ endif()



Home | Main Index | Thread Index | Old Index