pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/obexftp Fix a build failure occuring when filesy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05c83748e555
branches:  trunk
changeset: 770537:05c83748e555
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Dec 02 10:02:01 2021 +0000

description:
Fix a build failure occuring when filesystems/fuse is installed

diffstat:

 comms/obexftp/distinfo                          |   3 ++-
 comms/obexftp/patches/patch-fuse_CMakeLists.txt |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 2b6c0dafc588 -r 05c83748e555 comms/obexftp/distinfo
--- a/comms/obexftp/distinfo    Thu Dec 02 09:44:03 2021 +0000
+++ b/comms/obexftp/distinfo    Thu Dec 02 10:02:01 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:06:02 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/12/02 10:02:01 pho Exp $
 
 BLAKE2s (obexftp-0.24-Source.tar.gz) = 02a9eaa60cd264acacc80454a2025f3667fdeea330d09bbe0fc20f7e7dd510ce
 SHA512 (obexftp-0.24-Source.tar.gz) = 785449665f5e9269d7bfd15f379bd8fbad321780292e56341e2089d6894255b7301fc23bb27a80e4e6f6317a130b658dedd307b7ece0fd31ef8f1a109c6f21b9
 Size (obexftp-0.24-Source.tar.gz) = 88154 bytes
+SHA1 (patch-fuse_CMakeLists.txt) = 2b87bbb9f0c8eadcca375e3421df7ce8331d29c7
diff -r 2b6c0dafc588 -r 05c83748e555 comms/obexftp/patches/patch-fuse_CMakeLists.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/obexftp/patches/patch-fuse_CMakeLists.txt   Thu Dec 02 10:02:01 2021 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-fuse_CMakeLists.txt,v 1.1 2021/12/02 10:02:01 pho Exp $
+
+Pretend filesystems/fuse is not installed even if it
+is. Modules/FindPkgConfig.cmake from devel/cmake automatically appends
+default paths to PKG_CONFIG_PATH and manages to find fuse.pc.
+TODO: We should probably fix that.
+
+--- fuse/CMakeLists.txt.orig   2021-12-02 09:55:29.248772087 +0000
++++ fuse/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ 
+-find_package ( Fuse )
++set(Fuse_FOUND FALSE)
+ 
+ if ( Fuse_FOUND )
+   include_directories ( ${Fuse_INCLUDE_DIRS} )



Home | Main Index | Thread Index | Old Index