Index: head/sysutils/fusefs-ntfs/Makefile =================================================================== --- head/sysutils/fusefs-ntfs/Makefile (revision 457268) +++ head/sysutils/fusefs-ntfs/Makefile (revision 457269) @@ -1,60 +1,55 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= ntfs PORTVERSION= 2017.3.23 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} MAINTAINER= freebsd@dussan.org COMMENT= Mount NTFS partitions (read/write) and disk images -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid + CONFLICTS_BUILD= bonobo-1.* CONFLICTS_INSTALL= ntfsprogs-* -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= fuse pkgconfig iconv libtool tar:tgz + +USES= fuse pkgconfig iconv libtool localbase:ldflags tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ --disable-mtab --with-fuse=external --disable-ldconfig -CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ OPTIONS_DEFINE= LOCK UBLIO DOCS OPTIONS_DEFAULT=LOCK UBLIO 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 -.include - -.if ${PORT_OPTIONS:MLOCK} -CFLAGS+= -DUSE_LOCK -.endif - -.if ${PORT_OPTIONS:MUBLIO} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ublio -LIB_DEPENDS+= libublio.so:devel/libublio -CFLAGS+= -DUSE_UBLIO -.endif - 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 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|; \ /install-exec-hook:/,/^$$/ s|^@.*||' ${WRKSRC}/libntfs-3g/Makefile.in post-install: - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libntfs-3g.so -.include +post-install-DOCS-on: + ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ + +.include Index: head/sysutils/fusefs-ntfs/pkg-descr =================================================================== --- head/sysutils/fusefs-ntfs/pkg-descr (revision 457268) +++ head/sysutils/fusefs-ntfs/pkg-descr (revision 457269) @@ -1,8 +1,8 @@ The ntfs-3g driver is an open source, freely available read/write NTFS driver, which provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7 and Windows 8 NTFS file systems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights. -WWW: http://www.tuxera.com/community/open-source-ntfs-3g/ +WWW: https://www.tuxera.com/community/open-source-ntfs-3g/