summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-05-19 12:22:06 +0000
committeradam <adam@pkgsrc.org>2014-05-19 12:22:06 +0000
commitebc254ff1bb35f176ce85c3c9c85c45c80c60a04 (patch)
tree1a4fa7a8bb103ede87204c2de0120aa00792525f /filesystems/fuse-ntfs-3g/Makefile
parentf3a489a0134c985593f31692dd259b99cbba8a33 (diff)
downloadpkgsrc-ebc254ff1bb35f176ce85c3c9c85c45c80c60a04.tar.gz
Changes 2014.2.15:
libntfs: added use of hd library to get the legacy BIOS geometry libntfs: switched to /proc/mounts for checking existing mounts libntfs: fixed usa checking by ntfsck on 4K sector disks libntfs: fixed processing compressed data beyond file size (Windows 8 compliance) libntfs: fixed expanding a resident attribute without inserting holes libntfs: allow DACLs to not have any ACE libntfs: ignore unmapped regions when checking whether sparse libntfs: upgraded the Win32 interface for use with ntfsprogs ntfsresize: enabled relocating the MFT when shrinking a volume ntfsresize: fixed trying to update the MFT and Bitmap on a test run ntfsresize: fixed updating all the MFT runs in a relocated MFT ntfsresize: set the backup boot sector when the size is reliable ntfsresize: reserved a single sector for the backup boot sector ntfsundelete: output the modification time when scanning files ntfsundelete: ported to Windows ntfsclone: fixed wiping fragmented metadata when creating a metadata image ntfsclone: allowed cloning a file system despite allocation errors ntfsclone: fixed bad copying of the backup boot sector ntfsclone: ported to Windows ntfsdecrypt: made compatible with libgrypt-1.6
Diffstat (limited to 'filesystems/fuse-ntfs-3g/Makefile')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index 42182863dab..df5c5fda361 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,23 +1,17 @@
-# $NetBSD: Makefile,v 1.16 2012/10/03 16:08:32 asau Exp $
-#
+# $NetBSD: Makefile,v 1.17 2014/05/19 12:22:06 adam Exp $
-DISTNAME= ntfs-3g-1.1120
-PKGNAME= fuse-${DISTNAME}
+.include "../../filesystems/libntfs/Makefile.common"
+
+PKGNAME= fuse-${DISTNAME:S/_ntfsprogs//}
CATEGORIES= filesystems
-MASTER_SITES= http://www.ntfs-3g.org/
-EXTRACT_SUFX= .tgz
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.ntfs-3g.org/
-COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support
+COMMENT= NTFS driver with read and write support
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+CONFIGURE_ARGS+= --disable-ntfsprogs
+CONFIGURE_ARGS+= --enable-mount-helper
-CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
-CONFIGURE_ARGS+= --disable-ldconfig
+BUILD_DIRS= src
+.include "../../filesystems/libntfs/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"