Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71b01ca70dc0d0018147c104ff0a3b49929d331f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71b01ca70dc0d0018147c104ff0a3b49929d331f)
  • Date: Fri, 20 Jan 2012 10:36:47 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/ntfs-3g/BUILD | 2 +-
disk/ntfs-3g/CONFIGURE | 6 +++++-
disk/ntfs-3g/DEPENDS | 7 +++++--
disk/ntfs-3g/DETAILS | 2 +-
disk/ntfs-3g/HISTORY | 6 ++++++
5 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 71b01ca70dc0d0018147c104ff0a3b49929d331f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ntfs-3g: renewed dependencies and options

diff --git a/disk/ntfs-3g/BUILD b/disk/ntfs-3g/BUILD
index 440db21..56377fb 100755
--- a/disk/ntfs-3g/BUILD
+++ b/disk/ntfs-3g/BUILD
@@ -1,2 +1,2 @@
-OPTS="${OPTS} $NTFS3G_ACL $NTFS3G_MTAB" &&
+OPTS="$NTFS3G_ACL $NTFS3G_XATTR $NTFS3G_MTAB ${OPTS}" &&
default_build
diff --git a/disk/ntfs-3g/CONFIGURE b/disk/ntfs-3g/CONFIGURE
index 1406ca6..5105f89 100755
--- a/disk/ntfs-3g/CONFIGURE
+++ b/disk/ntfs-3g/CONFIGURE
@@ -1,7 +1,11 @@
config_query_option NTFS3G_ACL 'Enable POSIX ACL support?' y \
'--enable-posix-acls' \
'--disable-posix-acls' &&
+
+config_query_option NTFS3G_XATTR "Enable system extended attributes
mappings?" y \
+ "--enable-xattr-mappings" \
+ "--disable-xattr-mappings" &&
+
config_query_option NTFS3G_MTAB 'Enable usage of /etc/mtab ?' y \
'--enable-mtab' \
'--disable-mtab'
-
diff --git a/disk/ntfs-3g/DEPENDS b/disk/ntfs-3g/DEPENDS
index 1decb7a..5668791 100755
--- a/disk/ntfs-3g/DEPENDS
+++ b/disk/ntfs-3g/DEPENDS
@@ -1,5 +1,8 @@
-depends attr &&
-depends gnutls &&
+optional_depends gnutls \
+ "--enable-crypto" \
+ "--disable-crypto" \
+ "for crypto related code and utilities" &&
+
message 'If you want to allow normal users to mount ntfs filesystems,' &&
message 'then you need internal fuse support' &&
optional_depends fuse '--with-fuse=external' \
diff --git a/disk/ntfs-3g/DETAILS b/disk/ntfs-3g/DETAILS
index 8435bb4..a35bff4 100755
--- a/disk/ntfs-3g/DETAILS
+++ b/disk/ntfs-3g/DETAILS
@@ -3,7 +3,7 @@
VERSION=2011.4.12

SOURCE_HASH=sha512:0bff1d39c84ce774e147dab0a8f7094bb7df8d7bd45a7a4d60ab25b230284ca67cd1746fbe2d063c080a346b40ea6a5960f1fbcae14468c30dcdc66639fc16d9
SOURCE=$SPELLX-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.tuxera.com
SOURCE_URL[0]=$WEB_SITE/opensource/$SOURCE
LICENSE[0]=GPL
diff --git a/disk/ntfs-3g/HISTORY b/disk/ntfs-3g/HISTORY
index 97c666d..41ecc1e 100644
--- a/disk/ntfs-3g/HISTORY
+++ b/disk/ntfs-3g/HISTORY
@@ -1,3 +1,9 @@
+2012-01-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths
+ * DEPENDS: gnutls and is optional, attr isn't required
+ * CONFIGURE: xattr is configured here
+ * BUILD: use NTFS3G_XATTR; moved OPTS to the end
+
2011-04-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2011.4.12, ntfsprogs has been merged
* CONFLICTS: added



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (71b01ca70dc0d0018147c104ff0a3b49929d331f), Vlad Glagolev, 01/20/2012

Archive powered by MHonArc 2.6.24.

Top of Page