summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorDavid C. Haley2020-06-25 23:51:49 -0500
committerDavid C. Haley2020-06-25 23:54:24 -0500
commit5e739a98406691cebb26a75f0f1a2e6205b4d6fa (patch)
treef402601af7bcb14a194259df54bf70a62ca9cfe8 /ftp
parentd1c1a2281dd8df8aca11677af298f9ec9dccbfb3 (diff)
ftp/rsync: Added optional dependecies for lz4 and zstd
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/rsync/DEPENDS14
-rw-r--r--ftp/rsync/HISTORY3
2 files changed, 15 insertions, 2 deletions
diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS
index 6d9aab368c..f3594fd6ce 100755
--- a/ftp/rsync/DEPENDS
+++ b/ftp/rsync/DEPENDS
@@ -11,9 +11,19 @@ optional_depends acl \
optional_depends attr \
"--enable-xattr-support" \
"--disable-xattr-support" \
- "for extended attributes support"
+ "for extended attributes support" &&
optional_depends xxhash \
"--enable-xxhash" \
"--disable-xxhash" \
- "to enable xxhash checksums"
+ "to enable xxhash checksums" &&
+
+optional_depends zstd \
+ "" \
+ "--disable-zstd" \
+ "enable ztd compression support"
+
+optional_depends lz4 \
+ "" \
+ "--disable-lz4" \
+ "enable lz4 compression support"
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index 7e550e63e6..a07d0d1137 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,6 @@
+2020-06-25 David C. Haley <khoralin@gmail.com>
+ * DEPENDS: added optional depends for lz4 and zstd
+
2020-06-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.2.0
* DEPENDS: add dependency on xxhash