Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (5e739a98406691cebb26a75f0f1a2e6205b4d6fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (5e739a98406691cebb26a75f0f1a2e6205b4d6fa)
  • Date: Fri, 26 Jun 2020 04:54:53 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

ftp/rsync/DEPENDS | 14 ++++++++++++--
ftp/rsync/HISTORY | 3 +++
2 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 5e739a98406691cebb26a75f0f1a2e6205b4d6fa
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

ftp/rsync: Added optional dependecies for lz4 and zstd

diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS
index 6d9aab3..f3594fd 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 7e550e6..a07d0d1 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,6 @@
+2020-06-25 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: added optional depends for lz4 and zstd
+
2020-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.2.0
* DEPENDS: add dependency on xxhash



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (5e739a98406691cebb26a75f0f1a2e6205b4d6fa), David C. Haley, 06/26/2020

Archive powered by MHonArc 2.6.24.

Top of Page