pkgsrc/filesystems/libntfs/Makefile.common
adam 7e6e1ebd79 filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23
STABLE Version 2017.3.2:
Delegated processing of special reparse points to external plugins
Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
Enabled fallback to read-only mount when the volume is hibernated
Made a full check for whether an extended attribute is allowed
Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
Enabled encoding broken UTF-16 into broken UTF-8
Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
Allowed using the full library API on systems without extended attributes support
Fixed DISABLE_PLUGINS as the condition for not using plugins
Corrected validation of multi sector transfer protected records
Denied creating/removing files from $Extend
Returned the size of locale encoded target as the size of symlinks
2018-04-02 13:14:08 +00:00

23 lines
675 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2018/04/02 13:14:08 adam Exp $
# used by filesystems/fuse-ntfs-3g/Makefile
# used by sysutils/ntfsprogs/Makefile
DISTNAME= ntfs-3g_ntfsprogs-2017.3.23
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
EXTRACT_SUFX= .tgz
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tuxera.com/community/ntfs-3g-download/
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../filesystems/libntfs/distinfo
PATCHDIR= ${.CURDIR}/../../filesystems/libntfs/patches
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-posix-acls
CONFIGURE_ARGS+= --enable-xattr-mappings
CPPFLAGS.NetBSD+= -D_KERNTYPES