Skip to Content.
Sympa Menu

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

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 (c1e7acefc296ed69508c89c8f6d89e9f053ae98c)
  • Date: Fri, 25 Aug 2017 16:52:47 +0000

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

net/bitcoin/BUILD | 6 +++++-
net/bitcoin/DEPENDS | 2 +-
net/bitcoin/DETAILS | 5 +++--
net/bitcoin/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 4 deletions(-)

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

bitcoin: Enable compilation against Qt 5

commit acebd6549b68f5c09b3a42aff0a6583a9294d5c7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bitcoin 0.14.2

diff --git a/net/bitcoin/BUILD b/net/bitcoin/BUILD
index 9fb5ff1..653d42e 100755
--- a/net/bitcoin/BUILD
+++ b/net/bitcoin/BUILD
@@ -1,4 +1,8 @@
-PATH="${QTDIR:-$INSTALL_ROOT/usr}/bin/qt4:$PATH" &&
+if is_depends_enabled $SPELL qt4; then
+ PATH="$QT4DIR:$PATH"
+else
+ PATH="$QT5DIR:$PATH"
+fi &&
db48="$INSTALL_ROOT/opt/db48" &&
CPPFLAGS="$CPPFLAGS -I$db48/include" &&
LDFLAGS="$LDFLAGS -L$db48/lib" &&
diff --git a/net/bitcoin/DEPENDS b/net/bitcoin/DEPENDS
index 918eb2d..969de82 100755
--- a/net/bitcoin/DEPENDS
+++ b/net/bitcoin/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends qt4 &&
+depends QT &&
depends boost &&
depends db48 &&
depends SSL &&
diff --git a/net/bitcoin/DETAILS b/net/bitcoin/DETAILS
index 7f33382..bb4c135 100755
--- a/net/bitcoin/DETAILS
+++ b/net/bitcoin/DETAILS
@@ -1,8 +1,9 @@
SPELL=bitcoin
- VERSION=0.13.1
+ VERSION=0.14.2
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:05c5d9454c3256912bab422ad79b289a7bd67730f7ff4f5f50d010ec5a1eda89b6eb84f688cda875e950a832f8c427b22119e8bb678fc4ee5213272e22bc45d5
+
SOURCE_HASH=sha512:097ea5bc2fa63199963a99e4bc31bbe7e76421d1afe081e230bd0c169393ebe93480ee3ebf0ee1b120ec1fef5bbfa53cfac06ede447b9af4191d3ddb470777a1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://bitcoin.org";
LICENSE[0]=MIT
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
index 1c04cde..0055f76 100644
--- a/net/bitcoin/HISTORY
+++ b/net/bitcoin/HISTORY
@@ -1,3 +1,8 @@
+2017-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.2
+ SECURITY_PATCH++
+ * BUILD, DEPENDS: enabled compilation against Qt 5
+
2016-11-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.13.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c1e7acefc296ed69508c89c8f6d89e9f053ae98c), Ismael Luceno, 08/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page