pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/obexftp



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Dec  2 10:02:01 UTC 2021

Modified Files:
        pkgsrc/comms/obexftp: distinfo
Added Files:
        pkgsrc/comms/obexftp/patches: patch-fuse_CMakeLists.txt

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/obexftp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/obexftp/patches/patch-fuse_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/comms/obexftp/distinfo
diff -u pkgsrc/comms/obexftp/distinfo:1.12 pkgsrc/comms/obexftp/distinfo:1.13
--- pkgsrc/comms/obexftp/distinfo:1.12  Tue Oct 26 10:06:02 2021
+++ pkgsrc/comms/obexftp/distinfo       Thu Dec  2 10:02:01 2021
@@ -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

Added files:

Index: pkgsrc/comms/obexftp/patches/patch-fuse_CMakeLists.txt
diff -u /dev/null pkgsrc/comms/obexftp/patches/patch-fuse_CMakeLists.txt:1.1
--- /dev/null   Thu Dec  2 10:02:01 2021
+++ pkgsrc/comms/obexftp/patches/patch-fuse_CMakeLists.txt      Thu Dec  2 10:02:01 2021
@@ -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