pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/zeroconf-ioslave



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 21 18:10:52 UTC 2025

Modified Files:
        pkgsrc/net/zeroconf-ioslave: distinfo
Added Files:
        pkgsrc/net/zeroconf-ioslave/patches: patch-CMakeLists.txt

Log Message:
zeroconf-ioslave: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/zeroconf-ioslave/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/zeroconf-ioslave/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/net/zeroconf-ioslave/distinfo
diff -u pkgsrc/net/zeroconf-ioslave/distinfo:1.4 pkgsrc/net/zeroconf-ioslave/distinfo:1.5
--- pkgsrc/net/zeroconf-ioslave/distinfo:1.4    Tue Oct 26 11:07:15 2021
+++ pkgsrc/net/zeroconf-ioslave/distinfo        Thu Aug 21 18:10:52 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:07:15 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/08/21 18:10:52 wiz Exp $
 
 BLAKE2s (zeroconf-ioslave-4.14.3.tar.xz) = c3536b8ce1da9fe2ae0235aa72d5ac99abdeb4cc8e17ee7e61312a5b3884ea8a
 SHA512 (zeroconf-ioslave-4.14.3.tar.xz) = 8889a789ec2830fdb8a7a30ad0eab40a9ea5cc446d70a1c8bdf64cd1ef43ad35642da3bd2ef5b3368370ac1ec8251b3e8e6b6219cd9bd95af28c6005302b4dac
 Size (zeroconf-ioslave-4.14.3.tar.xz) = 25964 bytes
+SHA1 (patch-CMakeLists.txt) = db03363e21b4e03d49e3580095907b364fed45e9

Added files:

Index: pkgsrc/net/zeroconf-ioslave/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/net/zeroconf-ioslave/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Thu Aug 21 18:10:52 2025
+++ pkgsrc/net/zeroconf-ioslave/patches/patch-CMakeLists.txt    Thu Aug 21 18:10:52 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:10:52 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig        2025-08-21 18:09:58.234965804 +0000
++++ CMakeLists.txt
+@@ -1,5 +1,7 @@
+ project(kdnssd)
+ 
++cmake_minimum_required(VERSION 3.5)
++
+ if(NOT INSIDE_KDENETWORK)
+     message("Not building inside KDENetwork, loading KDE CMake Macros.")
+ 



Home | Main Index | Thread Index | Old Index