From 4faadf03944b69ab9db3c2309de9263613834b0c Mon Sep 17 00:00:00 2001 From: Michael Scheidell Date: Tue, 29 Nov 2011 13:11:06 +0000 Subject: [PATCH] -Submitted with changes (no portbump per gabor) -MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes -it is now included PR: 151296 Submitted by: Edward.Sanford.Sutton, III Approved by: ports (maintainer timeout) gabor (mentor) Feature safe: yes --- sysutils/fusefs-kmod/Makefile | 2 ++ sysutils/fusefs-kmod/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index b08c7aecf470..27696091ced1 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -82,6 +82,8 @@ SUB_FILES+= pkg-message post-patch: @${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \ ${WRKSRC}/doc/Makefile + @${REINPLACE_CMD} -e 's|-I../inc|-I${SRC_BASE}/sys -I../inc|g' \ + ${WRKSRC}/mount_fusefs/Makefile post-configure: @${CP} ${LOCALBASE}/include/fuse/fuse_kernel.h ${WRKSRC}/fuse_module diff --git a/sysutils/fusefs-kmod/pkg-plist b/sysutils/fusefs-kmod/pkg-plist index a24a9a09b323..7a6d548507ba 100644 --- a/sysutils/fusefs-kmod/pkg-plist +++ b/sysutils/fusefs-kmod/pkg-plist @@ -1,6 +1,6 @@ sbin/mount_fusefs @exec ln -fs %D/%F /usr/sbin -@unexec rm -f /usr/sbin/mount_fusefs 2>&1 >/dev/null || true +@unexec rm -f /usr/sbin/mount_fusefs %%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Faq.html %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Implementation.html