Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (3392831a2848629c6a43640e42367b8cda540255)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (3392831a2848629c6a43640e42367b8cda540255)
  • Date: Tue, 27 Dec 2016 00:13:27 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/cadaver/DETAILS | 1 +
http/cadaver/HISTORY | 4 ++++
http/cadaver/PRE_BUILD | 4 ++++
3 files changed, 9 insertions(+)

New commits:
commit 3392831a2848629c6a43640e42367b8cda540255
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cadaver: fixed building with neon 0.30

(cherry picked from commit 3270b2a4d2c0a359228f97d292669bbd4e483d13)

diff --git a/http/cadaver/DETAILS b/http/cadaver/DETAILS
index 507adce..e026b3f 100755
--- a/http/cadaver/DETAILS
+++ b/http/cadaver/DETAILS
@@ -7,6 +7,7 @@
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.webdav.org/$SPELL/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ DOC_DIRS=""
LICENSE[0]=GPL
WEB_SITE=http://www.webdav.org/cadaver/
ENTERED=20120522
diff --git a/http/cadaver/HISTORY b/http/cadaver/HISTORY
index 5c3e592..e82cf6a 100644
--- a/http/cadaver/HISTORY
+++ b/http/cadaver/HISTORY
@@ -1,3 +1,7 @@
+2016-12-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: don't do useless doc-ing
+ * PRE_BUILD: added, to fix building with neon 0.30
+
2015-03-05 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: use SSL provider

diff --git a/http/cadaver/PRE_BUILD b/http/cadaver/PRE_BUILD
new file mode 100755
index 0000000..6480348
--- /dev/null
+++ b/http/cadaver/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "s:27 28 29:27 28 29 30:g" configure



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (3392831a2848629c6a43640e42367b8cda540255), Vlad Glagolev, 12/26/2016

Archive powered by MHonArc 2.6.24.

Top of Page