diff options
author | adam <adam@pkgsrc.org> | 2014-05-19 12:22:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-05-19 12:22:06 +0000 |
commit | ebc254ff1bb35f176ce85c3c9c85c45c80c60a04 (patch) | |
tree | 1a4fa7a8bb103ede87204c2de0120aa00792525f /filesystems/fuse-ntfs-3g/patches/patch-ab | |
parent | f3a489a0134c985593f31692dd259b99cbba8a33 (diff) | |
download | pkgsrc-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/patches/patch-ab')
-rw-r--r-- | filesystems/fuse-ntfs-3g/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/filesystems/fuse-ntfs-3g/patches/patch-ab b/filesystems/fuse-ntfs-3g/patches/patch-ab deleted file mode 100644 index c35774ee92b..00000000000 --- a/filesystems/fuse-ntfs-3g/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2009/07/08 16:34:40 joerg Exp $ - ---- src/Makefile.in.orig 2007-03-27 23:24:12.000000000 +0200 -+++ src/Makefile.in 2007-04-13 11:16:54.000000000 +0200 -@@ -585,7 +585,7 @@ - - install-exec-local: - $(INSTALL) -d $(DESTDIR)/sbin -- $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g -+ $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)$(bindir)/mount.ntfs-3g - - install-data-local: - $(INSTALL) -d $(DESTDIR)$(man8dir) |