FreeBSD Bugzilla – Attachment 254567 Details for
Bug 282357
sysutils/fusefs-bindfs: Simplify port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for fusefs-bindfs
fusefs-bindfs-simplify-port.patch (text/plain), 806 bytes, created by
Daniel Engberg
on 2024-10-27 14:28:09 UTC
(
hide
)
Description:
Patch for fusefs-bindfs
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-10-27 14:28:09 UTC
Size:
806 bytes
patch
obsolete
>diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile >index 0427d357c393..8fe5c925b592 100644 >--- a/sysutils/fusefs-bindfs/Makefile >+++ b/sysutils/fusefs-bindfs/Makefile >@@ -14,21 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > USES= fuse:3 localbase:ldflags pkgconfig > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share >+ >+CONFIGURE_ARGS= --with-fuse3 > > PLIST_FILES= bin/bindfs \ > share/man/man1/bindfs.1.gz > >-.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> >+.include <bsd.port.mk>
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
Actions:
View
|
Diff
Attachments on
bug 282357
:
254567
|
254571