summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-05 18:32:50 +0200
committerFlorian Franzmann2021-06-12 14:59:30 +0200
commitdc212e57ae9098afb531f24583158ad3f1eab59f (patch)
treec9770e08528fb1b8aa50478754a5c5a2c0a68209 /disk
parentbcede715d777c883c847ca8461fb8bd16a4f27b5 (diff)
disk/ntfs-3g: version 2017.3.23AR.6
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/ntfs-3g/DEPENDS2
-rwxr-xr-xdisk/ntfs-3g/DETAILS10
-rw-r--r--disk/ntfs-3g/HISTORY5
-rwxr-xr-xdisk/ntfs-3g/PRE_BUILD4
4 files changed, 16 insertions, 5 deletions
diff --git a/disk/ntfs-3g/DEPENDS b/disk/ntfs-3g/DEPENDS
index d662360e6a..72b62e8295 100755
--- a/disk/ntfs-3g/DEPENDS
+++ b/disk/ntfs-3g/DEPENDS
@@ -1,3 +1,5 @@
+depends autoconf &&
+
optional_depends gnutls \
"--enable-crypto" \
"--disable-crypto" \
diff --git a/disk/ntfs-3g/DETAILS b/disk/ntfs-3g/DETAILS
index af8cd8904d..660380ac37 100755
--- a/disk/ntfs-3g/DETAILS
+++ b/disk/ntfs-3g/DETAILS
@@ -1,11 +1,11 @@
SPELL=ntfs-3g
- SPELLX=ntfs-3g_ntfsprogs
- VERSION=2017.3.23
- SOURCE_HASH=sha512:3a607f0d7be35204c992d8931de0404fbc52032c13b4240d2c5e6f285c318a28eb2a385d7cf5ac4cd445876aee5baa5753bb636ada0d870d84a9d3fdbce794ef
- SOURCE=$SPELLX-$VERSION.tgz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ VERSION=2017.3.23AR.6
+ SOURCE_HASH=sha512:1d6387ba1455f9235a26a9e47d5c11f11e345866c2730104ec614afa08e2b562b23161d31d0e96d853f38059ae274838fa10a22bc4dbe995f8741fc18d1a5d83
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://www.tuxera.com/community/open-source-ntfs-3g/
SOURCE_URL[0]=https://tuxera.com/opensource/$SOURCE
+ SOURCE_URL[0]=https://github.com/tuxera/ntfs-3g/archive/refs/tags/${VERSION}.tar.gz
LICENSE[0]=GPL
ENTERED=20060730
SECURITY_PATCH=1
diff --git a/disk/ntfs-3g/HISTORY b/disk/ntfs-3g/HISTORY
index 227c5c37b4..c36e860e8b 100644
--- a/disk/ntfs-3g/HISTORY
+++ b/disk/ntfs-3g/HISTORY
@@ -1,3 +1,8 @@
+2021-06-05 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 2017.3.23AR.6
+ * PRE_BUILD: run autogen.sh
+ * DEPENDS: add dependency on autoconf
+
2019-09-26 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: fix libdir, otherwise install fails
diff --git a/disk/ntfs-3g/PRE_BUILD b/disk/ntfs-3g/PRE_BUILD
new file mode 100755
index 0000000000..454e9792cf
--- /dev/null
+++ b/disk/ntfs-3g/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+./autogen.sh