Index: head/sysutils/fusefs-libs/Makefile =================================================================== --- head/sysutils/fusefs-libs/Makefile (revision 512088) +++ head/sysutils/fusefs-libs/Makefile (revision 512089) @@ -1,46 +1,47 @@ # Created by: Anish Mistry # $FreeBSD$ PORTNAME= fusefs DISTVERSIONPREFIX= fuse- DISTVERSION= 2.9.9 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -libs MAINTAINER= se@FreeBSD.org COMMENT= FUSE allows filesystem implementation in userspace LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB IGNORE_DragonFly= fusefs has not been implemented on DragonFly PORTSCOUT= limit:^2\. USE_GITHUB= yes GH_ACCOUNT= libfuse GH_PROJECT= libfuse USES= autoreconf gettext-tools iconv libtool GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS pre-configure: ${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} post-install: ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs ${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs .include Index: head/sysutils/fusefs-libs/files/patch-doc_Makefile.am =================================================================== --- head/sysutils/fusefs-libs/files/patch-doc_Makefile.am (nonexistent) +++ head/sysutils/fusefs-libs/files/patch-doc_Makefile.am (revision 512089) @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orig 2019-07-31 16:36:32 UTC ++++ doc/Makefile.am +@@ -1,5 +1,8 @@ + ## Process this file with automake to produce Makefile.in + ++if BSD ++else + dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1 ++endif + + EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html Property changes on: head/sysutils/fusefs-libs/files/patch-doc_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/fusefs-libs/pkg-plist =================================================================== --- head/sysutils/fusefs-libs/pkg-plist (revision 512088) +++ head/sysutils/fusefs-libs/pkg-plist (revision 512089) @@ -1,23 +1,20 @@ include/fuse.h include/fuse/cuse_lowlevel.h include/fuse/fuse.h include/fuse/fuse_common.h include/fuse/fuse_common_compat.h include/fuse/fuse_compat.h include/fuse/fuse_kernel.h include/fuse/fuse_lowlevel.h include/fuse/fuse_lowlevel_compat.h include/fuse/fuse_opt.h include/ulockmgr.h lib/libfuse.a lib/libfuse.so lib/libfuse.so.2 lib/libfuse.so.%%VERSION%% lib/libulockmgr.a lib/libulockmgr.so lib/libulockmgr.so.1 lib/libulockmgr.so.1.0.1 libdata/pkgconfig/fuse.pc -man/man1/fusermount.1.gz -man/man1/ulockmgr_server.1.gz -man/man8/mount.fuse.8.gz