FreeBSD Bugzilla – Attachment 254571 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-hfsfuse-0242-libthr.patch (text/plain), 954 bytes, created by
Daniel Engberg
on 2024-10-27 16:09:40 UTC
(
hide
)
Description:
Patch for fusefs-bindfs
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-10-27 16:09:40 UTC
Size:
954 bytes
patch
obsolete
>diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile >index 0427d357c393..de87bf2c500d 100644 >--- a/sysutils/fusefs-bindfs/Makefile >+++ b/sysutils/fusefs-bindfs/Makefile >@@ -14,21 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > USES= fuse:3 localbase:ldflags pkgconfig > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share >+ >+CONFIGURE_ENV+= fuse3_LIBS="-L${LOCALBASE}/lib -lfuse3" >+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,'`" >+post-patch: >+ @${REINPLACE_CMD} -e 's|-pthread|-lthr|g' \ >+ ${PATCH_WRKSRC}/configure > >-.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