aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-11-29 21:11:06 +0800
committerscheidell <scheidell@FreeBSD.org>2011-11-29 21:11:06 +0800
commita9498afc170cf6c8a698f6b59636bab44a6dd058 (patch)
treed75deb83d5279ed7e239593d9b49e846854721d5 /sysutils
parent28b21999d5305f06b48dafef829c264aa87d6e02 (diff)
downloadfreebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.tar.gz
freebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.tar.zst
freebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.zip
-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 <mirror176@cox.net> Approved by: ports (maintainer timeout) gabor (mentor) Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-kmod/Makefile2
-rw-r--r--sysutils/fusefs-kmod/pkg-plist2
2 files changed, 3 insertions, 1 deletions
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