diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index be98b285c771..1623d537ba8d 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -1,59 +1,61 @@ PORTNAME= ntfs PORTVERSION= 2022.10.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://download.tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} MAINTAINER= freebsd@dussan.org COMMENT= Mount NTFS partitions (read/write) and disk images WWW= https://github.com/tuxera/ntfs-3g LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid USES= fuse pkgconfig iconv libtool localbase:ldflags tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ --disable-mtab --with-fuse=external --disable-ldconfig INSTALL_TARGET= install-strip OPTIONS_DEFINE= CRYPTO DOCS EXTRAS LOCK UBLIO OPTIONS_DEFAULT=EXTRAS LOCK UBLIO OPTIONS_SUB= yes CRYPTO_DESC= Enable crypto-related code and utilities CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error CRYPTO_CONFIGURE_ON= --enable-crypto EXTRAS_DESC= Build and install extra NTFS utilities EXTRAS_CONFIGURE_ON= --enable-extras LOCK_DESC= Lock the device when mounting (avoids access) LOCK_CFLAGS= -DUSE_LOCK UBLIO_DESC= Enable user space cache for improved speed UBLIO_EXTRA_PATCHES= ${FILESDIR}/extra-patch-ublio UBLIO_LIB_DEPENDS= libublio.so:devel/libublio UBLIO_CFLAGS= -DUSE_UBLIO SUB_FILES= pkg-message DOCSDIR= ${PREFIX}/share/doc/ntfs-3g post-patch: @${REINPLACE_CMD} -e 's|ENODATA|ENOATTR|' \ ${WRKSRC}/libntfs-3g/object_id.c \ ${WRKSRC}/libntfs-3g/reparse.c \ ${WRKSRC}/libntfs-3g/security.c @${REINPLACE_CMD} -e '/$$(MAKE).*install-exec-hook/d' \ ${WRKSRC}/libntfs-3g/Makefile.in post-install-DOCS-on: ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ .include diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index 371641f28496..93dcc52a90fd 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -1,90 +1,90 @@ bin/lowntfs-3g bin/ntfs-3g bin/ntfs-3g.probe bin/ntfscat bin/ntfscluster bin/ntfscmp %%CRYPTO%%%%EXTRAS%%bin/ntfsdecrypt bin/ntfsfix bin/ntfsinfo bin/ntfsls %%EXTRAS%%bin/ntfsrecover %%EXTRAS%%bin/ntfssecaudit %%EXTRAS%%bin/ntfstruncate %%EXTRAS%%bin/ntfsusermap %%EXTRAS%%bin/ntfswipe include/ntfs-3g/acls.h include/ntfs-3g/attrib.h include/ntfs-3g/attrlist.h include/ntfs-3g/bitmap.h include/ntfs-3g/bootsect.h include/ntfs-3g/cache.h include/ntfs-3g/collate.h include/ntfs-3g/compat.h include/ntfs-3g/compress.h include/ntfs-3g/debug.h include/ntfs-3g/device.h include/ntfs-3g/device_io.h include/ntfs-3g/dir.h include/ntfs-3g/ea.h include/ntfs-3g/efs.h include/ntfs-3g/endians.h include/ntfs-3g/index.h include/ntfs-3g/inode.h include/ntfs-3g/ioctl.h include/ntfs-3g/layout.h include/ntfs-3g/lcnalloc.h include/ntfs-3g/logfile.h include/ntfs-3g/logging.h include/ntfs-3g/mft.h include/ntfs-3g/misc.h include/ntfs-3g/mst.h include/ntfs-3g/ntfstime.h include/ntfs-3g/object_id.h include/ntfs-3g/param.h include/ntfs-3g/plugin.h include/ntfs-3g/realpath.h include/ntfs-3g/reparse.h include/ntfs-3g/runlist.h include/ntfs-3g/security.h include/ntfs-3g/support.h include/ntfs-3g/types.h include/ntfs-3g/unistr.h include/ntfs-3g/volume.h include/ntfs-3g/xattrs.h lib/libntfs-3g.a lib/libntfs-3g.so lib/libntfs-3g.so.89 lib/libntfs-3g.so.89.0.0 libdata/pkgconfig/libntfs-3g.pc -man/man8/mkntfs.8.gz -man/man8/ntfs-3g.8.gz -man/man8/ntfs-3g.probe.8.gz -man/man8/ntfscat.8.gz -man/man8/ntfsclone.8.gz -man/man8/ntfscluster.8.gz -man/man8/ntfscmp.8.gz -man/man8/ntfscp.8.gz -man/man8/ntfsdecrypt.8.gz -man/man8/ntfsfallocate.8.gz -man/man8/ntfsfix.8.gz -man/man8/ntfsinfo.8.gz -man/man8/ntfslabel.8.gz -man/man8/ntfsls.8.gz -man/man8/ntfsprogs.8.gz -man/man8/ntfsrecover.8.gz -man/man8/ntfsresize.8.gz -man/man8/ntfssecaudit.8.gz -man/man8/ntfstruncate.8.gz -man/man8/ntfsundelete.8.gz -man/man8/ntfsusermap.8.gz -man/man8/ntfswipe.8.gz +share/man/man8/mkntfs.8.gz +share/man/man8/ntfs-3g.8.gz +share/man/man8/ntfs-3g.probe.8.gz +share/man/man8/ntfscat.8.gz +share/man/man8/ntfsclone.8.gz +share/man/man8/ntfscluster.8.gz +share/man/man8/ntfscmp.8.gz +share/man/man8/ntfscp.8.gz +share/man/man8/ntfsdecrypt.8.gz +share/man/man8/ntfsfallocate.8.gz +share/man/man8/ntfsfix.8.gz +share/man/man8/ntfsinfo.8.gz +share/man/man8/ntfslabel.8.gz +share/man/man8/ntfsls.8.gz +share/man/man8/ntfsprogs.8.gz +share/man/man8/ntfsrecover.8.gz +share/man/man8/ntfsresize.8.gz +share/man/man8/ntfssecaudit.8.gz +share/man/man8/ntfstruncate.8.gz +share/man/man8/ntfsundelete.8.gz +share/man/man8/ntfsusermap.8.gz +share/man/man8/ntfswipe.8.gz sbin/mkntfs sbin/ntfsclone sbin/ntfscp sbin/ntfslabel sbin/ntfsresize sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD @dir lib/ntfs-3g