pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/kdenetwork-filesharing
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 17:59:09 UTC 2025
Modified Files:
pkgsrc/net/kdenetwork-filesharing: distinfo
Added Files:
pkgsrc/net/kdenetwork-filesharing/patches: patch-CMakeLists.txt
Log Message:
kdenetwork-filesharing: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/kdenetwork-filesharing/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/kdenetwork-filesharing/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/kdenetwork-filesharing/distinfo
diff -u pkgsrc/net/kdenetwork-filesharing/distinfo:1.6 pkgsrc/net/kdenetwork-filesharing/distinfo:1.7
--- pkgsrc/net/kdenetwork-filesharing/distinfo:1.6 Tue Oct 26 11:05:50 2021
+++ pkgsrc/net/kdenetwork-filesharing/distinfo Thu Aug 21 17:59:09 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:05:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/08/21 17:59:09 wiz Exp $
BLAKE2s (kdenetwork-filesharing-4.14.3.tar.xz) = 05c6bc48d616042fb42f6450672d08bd5761d403166ee9e88dd77c81b813a147
SHA512 (kdenetwork-filesharing-4.14.3.tar.xz) = ef37c7d50a86fc0d585a758bea67090d42e60f99e1acb1962cd8c997a9918f51d894cebc607f8a149c2f3daab2dafc7d84b8f12e98a57bb033384f2ee8ae2459
Size (kdenetwork-filesharing-4.14.3.tar.xz) = 27624 bytes
+SHA1 (patch-CMakeLists.txt) = 45402a364baa5729f14ddc9a14dd332190515997
Added files:
Index: pkgsrc/net/kdenetwork-filesharing/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/net/kdenetwork-filesharing/patches/patch-CMakeLists.txt:1.1
--- /dev/null Thu Aug 21 17:59:09 2025
+++ pkgsrc/net/kdenetwork-filesharing/patches/patch-CMakeLists.txt Thu Aug 21 17:59:09 2025
@@ -0,0 +1,23 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 17:59:09 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig 2025-08-21 17:56:03.286774653 +0000
++++ CMakeLists.txt
+@@ -1,5 +1,7 @@
+ project(filesharing)
+
++cmake_minimum_required(VERSION 3.5)
++
+ if(NOT INSIDE_KDENETWORK)
+ message("Not building inside KDENetwork, loading KDE CMake Macros.")
+
+@@ -28,7 +30,7 @@ endif(NOT INSIDE_KDENETWORK)
+
+ option(SAMBA_INSTALL "Offer to install Samba for file sharing with PackageKit if it is not already installed, use -DSAMBA_INSTALL=off to disable, use -DSAMBA_PACKAGE_NAME= to set package name." ON)
+ if(NOT SAMBA_PACKAGE_NAME)
+- set(SAMBA_PACKAGE_NAME \\\"samba\\\")
++ set(SAMBA_PACKAGE_NAME \"samba\")
+ endif(NOT SAMBA_PACKAGE_NAME)
+ if(SAMBA_INSTALL)
+ message(STATUS "Samba install feature will be enabled.")
Home |
Main Index |
Thread Index |
Old Index