-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
This commit is contained in:
Michael Scheidell 2011-11-29 13:11:06 +00:00
parent bb7f20039a
commit 4faadf0394
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286629
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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