summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-01-20 20:28:25 +0400
committerVlad Glagolev2012-01-20 20:28:25 +0400
commit71b01ca70dc0d0018147c104ff0a3b49929d331f (patch)
treea993f87aa99379071c39ef6f660232da66123ca1
parent0caeecc5ef77a8864f66a6afca3479e15f4ffcee (diff)
ntfs-3g: renewed dependencies and options
-rwxr-xr-xdisk/ntfs-3g/BUILD2
-rwxr-xr-xdisk/ntfs-3g/CONFIGURE6
-rwxr-xr-xdisk/ntfs-3g/DEPENDS7
-rwxr-xr-xdisk/ntfs-3g/DETAILS2
-rw-r--r--disk/ntfs-3g/HISTORY6
5 files changed, 18 insertions, 5 deletions
diff --git a/disk/ntfs-3g/BUILD b/disk/ntfs-3g/BUILD
index 440db21686..56377fb8d6 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 1406ca6648..5105f89a53 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 1decb7a4ee..5668791703 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 8435bb4c04..a35bff4e4d 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 97c666dcf2..41ecc1e2ee 100644
--- a/disk/ntfs-3g/HISTORY
+++ b/disk/ntfs-3g/HISTORY
@@ -1,3 +1,9 @@
+2012-01-20 Vlad Glagolev <stealth@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@vabo.cz>
* DETAILS: 2011.4.12, ntfsprogs has been merged
* CONFLICTS: added