summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/patches/patch-an
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-03-08 08:56:47 +0000
committeradam <adam@pkgsrc.org>2008-03-08 08:56:47 +0000
commit1523ed25ed103be7f7fae8a4cce91d1c3fb20a92 (patch)
tree6e1c08a56d7c2a4383d75d53181fe2f48a48ffb8 /sysutils/ntfsprogs/patches/patch-an
parentb4ea1b29ad5cbe6733835aa24e172bd081e2b1f7 (diff)
downloadpkgsrc-1523ed25ed103be7f7fae8a4cce91d1c3fb20a92.tar.gz
Changes 2.0.0:
* ntfsmount (and libntfs) now has full basic read/write support. * Cryptographic code is now integrated into libntfs, thus ntfscat and ntfsmount now can read encrypted files. See "man 8 libntfs" for details. * ntfsresize (and the entirety of ntfsprogs/libntfs in fact) now have full support for Windows Vista. * ntfsprogs and libntfs are now entirely endian safe and more over now we have checks that automatically reports endian errors. * mkntfs now creates a DCE compliant GUID for the volume and does a few other things to be more compliant with Windows Vista.
Diffstat (limited to 'sysutils/ntfsprogs/patches/patch-an')
-rw-r--r--sysutils/ntfsprogs/patches/patch-an25
1 files changed, 8 insertions, 17 deletions
diff --git a/sysutils/ntfsprogs/patches/patch-an b/sysutils/ntfsprogs/patches/patch-an
index 4960b3e0936..b27b1967a66 100644
--- a/sysutils/ntfsprogs/patches/patch-an
+++ b/sysutils/ntfsprogs/patches/patch-an
@@ -1,22 +1,13 @@
-$NetBSD: patch-an,v 1.1 2006/10/05 02:52:16 rillig Exp $
+$NetBSD: patch-an,v 1.2 2008/03/08 08:56:47 adam Exp $
---- configure.orig 2006-10-05 04:38:23.000000000 +0200
-+++ configure 2006-10-05 04:51:08.000000000 +0200
-@@ -2217,7 +2217,7 @@ fi;
- # Check whether --enable-default-device-io-ops or --disable-default-device-io-ops was given.
+--- configure.orig 2007-09-29 00:12:33.000000000 +0200
++++ configure
+@@ -2775,7 +2775,7 @@ fi
+
+ # Check whether --enable-default-device-io-ops was given.
if test "${enable_default_device_io_ops+set}" = set; then
- enableval="$enable_default_device_io_ops"
-- if test "$enable_default_device_io_ops" == "no"; then
-+ if test "$enable_default_device_io_ops" = "no"; then
+- enableval=$enable_default_device_io_ops; if test "$enable_default_device_io_ops" == "no"; then
++ enableval=$enable_default_device_io_ops; if test "$enable_default_device_io_ops" = "no"; then
cat >>confdefs.h <<\_ACEOF
#define NO_NTFS_DEVICE_DEFAULT_IO_OPS 1
_ACEOF
-@@ -2307,7 +2307,7 @@ fi
- # Check whether --enable-debug-logging or --disable-debug-logging was given.
- if test "${enable_debug_logging+set}" = set; then
- enableval="$enable_debug_logging"
-- if test "$enable_debug_logging" == "no"; then
-+ if test "$enable_debug_logging" = "no"; then
- cat >>confdefs.h <<\_ACEOF
- #define NTFS_DISABLE_DEBUG_LOGGING 1
- _ACEOF