Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4f904b23cf1db079cc7181bc9cfb44afda500351)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4f904b23cf1db079cc7181bc9cfb44afda500351)
  • Date: Thu, 6 Aug 2020 07:16:33 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

collab/subversion/DEPENDS | 1 +
collab/subversion/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit 4f904b23cf1db079cc7181bc9cfb44afda500351
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

subversion: Somewhere after 1.9.7, lz4 became required

configure: error: Subversion requires LZ4 >= r129, or use
--with-lz4=internal

diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 8636e45..192ec31 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -8,6 +8,7 @@ depends libtool &&
depends zlib &&
depends serf "--with-serf" &&
depends utf8proc &&
+depends lz4 &&

if [[ "$SVN_HEAD" == y ]]; then
depends python
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index a5e7957..c01908b 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2020-08-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Somewhere after 1.9.7, lz4 became required
+ configure: error: Subversion requires LZ4 >= r129, or use
--with-lz4=internal
+
2020-01-14 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 1.13.0, sig hash
* PRE_BUILD: added to verify signature itself



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4f904b23cf1db079cc7181bc9cfb44afda500351), Eric Sandall, 08/06/2020

Archive powered by MHonArc 2.6.24.

Top of Page