Skip to Content.
Sympa Menu

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

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 (43fd9847591ab691a61b86f6b4bfecf4018166ac)
  • Date: Thu, 13 Sep 2018 16:29:42 +0000

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

dev/null |binary
science/boinc/DEPENDS | 14 ++++++--------
science/boinc/DETAILS | 2 +-
science/boinc/HISTORY | 5 +++++
science/boinc/boinc-7.12.1.tar.gz.sig |binary
5 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit 43fd9847591ab691a61b86f6b4bfecf4018166ac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

boinc: Updated to 7.12.1

Disable GUI manager if not using wxGTK
Clean up logic to work with BOINC_PARTS disabled in CONFIGURE still.

diff --git a/science/boinc/DEPENDS b/science/boinc/DEPENDS
index 549344c..10d4be5 100755
--- a/science/boinc/DEPENDS
+++ b/science/boinc/DEPENDS
@@ -7,19 +7,17 @@ depends SSL &&
depends psmisc &&
depends zlib &&

-if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
-then
- optional_depends wxgtk \
- '--with-wx-config=wx-config' \
- '' \
+if [[ "x${BOINC_PARTS}" != 'xserver' ]]; then
+ optional_depends wxgtk \
+ '--enable-manager --with-wx-config=wx-config' \
+ '--disable-manager' \
'for wxGTK-based GUI'
fi &&

-if [[ "x${BOINC_SCM}" == "xy" ]]; then
+if [[ "x${BOINC_SCM}" == 'xy' ]]; then
depends git
fi &&

-if [[ $BOINC_PARTS == both || $BOINC_PARTS == server ]]
-then
+if [[ "x${BOINC_PARTS}" == 'xboth' || "x${BOINC_PARTS}" == 'xserver' ]]; then
depends MYSQL 'MYSQL_CONFIG=mysql_config'
fi
diff --git a/science/boinc/DETAILS b/science/boinc/DETAILS
index 8956f88..533c540 100755
--- a/science/boinc/DETAILS
+++ b/science/boinc/DETAILS
@@ -7,7 +7,7 @@ if [[ "x${BOINC_SCM}" == "xy" ]]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
else
- VERSION=7.8.6
+ VERSION=7.12.1
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/BOINC/boinc/archive/client_release/${VERSION%.*}/${VERSION}.tar.gz
SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
diff --git a/science/boinc/HISTORY b/science/boinc/HISTORY
index 46597fb..e1ed0c2 100644
--- a/science/boinc/HISTORY
+++ b/science/boinc/HISTORY
@@ -1,3 +1,8 @@
+2018-09-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 7.12.1
+ * DEPENDS: Disable GUI manager if not using wxGTK
+ Clean up logic to work with BOINC_PARTS disabled in CONFIGURE still.
+
2018-09-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated stable to 7.8.6, use git for SCM version
License is LGPL
diff --git a/science/boinc/boinc-7.12.1.tar.gz.sig
b/science/boinc/boinc-7.12.1.tar.gz.sig
new file mode 100644
index 0000000..da0fbac
Binary files /dev/null and b/science/boinc/boinc-7.12.1.tar.gz.sig differ
diff --git a/science/boinc/boinc-7.8.6.tar.gz.sig
b/science/boinc/boinc-7.8.6.tar.gz.sig
deleted file mode 100644
index a4da592..0000000
Binary files a/science/boinc/boinc-7.8.6.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (43fd9847591ab691a61b86f6b4bfecf4018166ac), Eric Sandall, 09/13/2018

Archive powered by MHonArc 2.6.24.

Top of Page