Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e95f6649dc830162137ee5f6c3b1965d02346d3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e95f6649dc830162137ee5f6c3b1965d02346d3a)
  • Date: Fri, 2 Feb 2018 23:05:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

net/bitcoin/DEPENDS | 1 +
net/bitcoin/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit e95f6649dc830162137ee5f6c3b1965d02346d3a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bitcoin: Add missing dependency on libevent

diff --git a/net/bitcoin/DEPENDS b/net/bitcoin/DEPENDS
index 969de82..05b491e 100755
--- a/net/bitcoin/DEPENDS
+++ b/net/bitcoin/DEPENDS
@@ -3,4 +3,5 @@ depends QT &&
depends boost &&
depends db48 &&
depends SSL &&
+depends libevent &&
optional_depends miniupnpc --with{,out}-miniupnpc 'for UPnP support'
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
index fea501c..b883d36 100644
--- a/net/bitcoin/HISTORY
+++ b/net/bitcoin/HISTORY
@@ -1,3 +1,6 @@
+2018-02-02 Ismael Luceno <ismael AT iodev.co.uk>
+ * DEPENDS: added missing dependency on libevent
+
2018-01-03 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, patches/boost-1_66.patch: Fixed build against boost 1_66




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e95f6649dc830162137ee5f6c3b1965d02346d3a), Ismael Luceno, 02/02/2018

Archive powered by MHonArc 2.6.24.

Top of Page