FreeBSD Bugzilla – Attachment 234489 Details for
Bug 264496
sysutils/fusefs-bindfs update to 1.15.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch for the port
0001-chg-bump-fusefs-bindfs-version-to-1.15.1.patch (text/plain), 1.73 KB, created by
Leon Dietrich
on 2022-06-06 11:55:43 UTC
(
hide
)
Description:
The patch for the port
Filename:
MIME Type:
Creator:
Leon Dietrich
Created:
2022-06-06 11:55:43 UTC
Size:
1.73 KB
patch
obsolete
>From 319bf9936ca57969777b7a2d35c912937b831cd3 Mon Sep 17 00:00:00 2001 >From: Leon Dietrich <doralitze@chaotikum.org> >Date: Mon, 6 Jun 2022 13:42:17 +0200 >Subject: [PATCH] chg: bump fusefs-bindfs version to 1.15.1 > >Changes: > * version now 1.15.1 > * supports libfuse3 now >--- > sysutils/fusefs-bindfs/Makefile | 16 ++++++++++++++-- > sysutils/fusefs-bindfs/distinfo | 6 +++--- > 2 files changed, 17 insertions(+), 5 deletions(-) > >diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile >index 4b2ab9544..c37e25cc6 100644 >--- a/sysutils/fusefs-bindfs/Makefile >+++ b/sysutils/fusefs-bindfs/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= bindfs >-DISTVERSION= 1.14.8 >+DISTVERSION= 1.15.1 > CATEGORIES= sysutils > MASTER_SITES= https://bindfs.org/downloads/ > PKGNAMEPREFIX= fusefs- >@@ -16,4 +16,16 @@ GNU_CONFIGURE= yes > PLIST_FILES= bin/bindfs \ > man/man1/bindfs.1.gz > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${LIBFUSE_VER} == 3 >+FUSEPKG= fuse3 >+CONFIGURE_ENV+= FUSE_CFLAGS="-I${LOCALBASE}/include/fuse3" \ >+ FUSE_LIBS="-L${LOCALBASE}/lib -lfuse3" >+LDFLAGS+= -lthr >+.endif >+ >+FUSE_VERSION= "`pkgconf --modversion ${FUSEPKG} | \ >+ ${SED} -E 's,^([0-9]+)\.([0-9]+)\..*,\1\2,'`" >+ >+.include <bsd.port.post.mk> >diff --git a/sysutils/fusefs-bindfs/distinfo b/sysutils/fusefs-bindfs/distinfo >index 34f04d04f..16378a49c 100644 >--- a/sysutils/fusefs-bindfs/distinfo >+++ b/sysutils/fusefs-bindfs/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1601406682 >-SHA256 (bindfs-1.14.8.tar.gz) = e5ca5aff55204b993a025a77c3f8c0e2ee901ba8059d71bea11de2cc685ec497 >-SIZE (bindfs-1.14.8.tar.gz) = 410096 >+TIMESTAMP = 1654509837 >+SHA256 (bindfs-1.15.1.tar.gz) = 04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab >+SIZE (bindfs-1.15.1.tar.gz) = 415676 >-- >2.35.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
doralitze
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 264496
: 234489