diff options
author | Stefan Eßer <se@FreeBSD.org> | 2025-03-25 10:49:54 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2025-03-25 10:50:29 +0100 |
commit | 5ef6af6058074edee0b1a8c71f62a3f0d9e5ae0b (patch) | |
tree | d4a34c4e57c5fcc0ffe29da4f7f0c95753c99a3f /filesystems/fusefs-libs3/files | |
parent | archivers/plakar: Update to 1.0.1-beta13 (diff) |
sysutils/fusefs-libs3: update to version 3.17.1
Diffstat (limited to 'filesystems/fusefs-libs3/files')
-rw-r--r-- | filesystems/fusefs-libs3/files/patch-example_meson.build | 9 | ||||
-rw-r--r-- | filesystems/fusefs-libs3/files/patch-lib_mount__bsd.c | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/filesystems/fusefs-libs3/files/patch-example_meson.build b/filesystems/fusefs-libs3/files/patch-example_meson.build deleted file mode 100644 index 88340523ed75..000000000000 --- a/filesystems/fusefs-libs3/files/patch-example_meson.build +++ /dev/null @@ -1,9 +0,0 @@ ---- example/meson.build.orig 2023-02-17 09:31:14 UTC -+++ example/meson.build -@@ -1,5 +1,5 @@ examples = [ 'passthrough', 'passthrough_fh', - examples = [ 'passthrough', 'passthrough_fh', -- 'hello', 'hello_ll', 'hello_ll_uds', -+ 'hello', 'hello_ll', - 'printcap', 'ioctl_client', 'poll_client', - 'ioctl', 'cuse', 'cuse_client' ] - diff --git a/filesystems/fusefs-libs3/files/patch-lib_mount__bsd.c b/filesystems/fusefs-libs3/files/patch-lib_mount__bsd.c deleted file mode 100644 index 7a757d511cf9..000000000000 --- a/filesystems/fusefs-libs3/files/patch-lib_mount__bsd.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/mount_bsd.c.orig 2023-02-17 09:31:14 UTC -+++ lib/mount_bsd.c -@@ -8,7 +8,6 @@ - See the file COPYING.LIB. - */ - --#include "config.h" - #include "fuse_i.h" - #include "fuse_misc.h" - #include "fuse_opt.h" |