summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
diff options
context:
space:
mode:
authoradam <adam>2015-11-10 17:45:22 +0000
committeradam <adam>2015-11-10 17:45:22 +0000
commiteb5c7cef8eb3c8ed235d3df969bcb611fd32e9e7 (patch)
treeb5a1f3cd06708dbfd8e16439c78fd5548aa4125e /filesystems/fuse-ntfs-3g/Makefile
parent6b201f39234cf2ac47a9f0ccd681cc40e1a61471 (diff)
downloadpkgsrc-eb5c7cef8eb3c8ed235d3df969bcb611fd32e9e7.tar.gz
Changes 2015.3.14:
Changes to NTFS-3G: ------------------- Fixed inserting a new ACL after wiping out by chkdsk Fixed Windows-type inheritance Fixed ignoring the umask mount option when permissions are used Fixed checking permissions when Posix ACLs are compiled in but not enabled Disabled option remove_hiberfile on read-only mounts Implemented an extended attribute to get/set EAs Avoid full runlist updating in more situations Update ctime after setting an ACL Use MFT record 15 for the first extent to MFT:DATA Ignore the sloppy mount option (-s) Implemented FITRIM (fstrim) ioctl Reengineered the compression algorithm Changes to ntfsprogs: --------------------- Return success from ntfsprogs utilities with options –version and the like Implemented configure option –enable-quarantined for non functional utilities Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate
Diffstat (limited to 'filesystems/fuse-ntfs-3g/Makefile')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index d973addbf64..ba7cf82870f 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/09/10 12:15:15 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2015/11/10 17:45:22 adam Exp $
.include "../../filesystems/libntfs/Makefile.common"
@@ -14,6 +14,19 @@ BUILD_DIRS= src
USE_TOOLS+= pkg-config
+PLIST_VARS+= lowntfs
+.include "../../mk/bsd.prefs.mk"
+SUBST_CLASSES+= lowntfs
+SUBST_MESSAGE.lowntfs= Dealing with lowntfs.
+SUBST_STAGE.lowntfs= pre-configure
+SUBST_FILES.lowntfs= src/Makefile.in
+.if ${OPSYS} == "NetBSD"
+SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,\#,'
+.else
+SUBST_SED.lowntfs= -e 's,@ENABLE_LOWNTFS@,,'
+PLIST.lowntfs= yes
+.endif
+
.include "../../filesystems/libntfs/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"