Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (e7b4297663d21a796d3c4019a469c09551fbf781)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (e7b4297663d21a796d3c4019a469c09551fbf781)
  • Date: Thu, 18 Jun 2009 14:15:20 -0500

GIT changes to master grimoire by David Kowis <dkowis@Kain.(none)>:

science/boinc/BUILD | 3 +++
science/boinc/CONFIGURE | 5 +++--
science/boinc/DETAILS | 6 +++---
science/boinc/HISTORY | 4 ++++
4 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit ec1eed6cc92b4dacba4731dac9ba280649660058
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis@Kain.(none)>

boinc: Fixed so that it actually works again

Version got updated. SVN url got changed.
Build process got modified. Server built but failed install. I
determined that the client was more important. So I left the logic for
the client/server selection in there, but I force it to client each
time.

diff --git a/science/boinc/BUILD b/science/boinc/BUILD
index b77c3bb..0972741 100755
--- a/science/boinc/BUILD
+++ b/science/boinc/BUILD
@@ -1,3 +1,6 @@
+#disabling the server intentionally, because it doesn't build
+#I left the logic in case someone can get the server to build
+BOINC_PARTS="client" &&
if [[ $BOINC_PARTS == client ]]
then
OPTS="$OPTS --disable-server"
diff --git a/science/boinc/CONFIGURE b/science/boinc/CONFIGURE
index 8f42ae8..f418f92 100755
--- a/science/boinc/CONFIGURE
+++ b/science/boinc/CONFIGURE
@@ -1,4 +1,5 @@
-config_query_list BOINC_PARTS "Which part of boinc would you like to build?"
\
- both client server
&&
+# couldn't successfully build server so going to leave the logic, but force
the decision to be client
+#config_query_list BOINC_PARTS "Which part of boinc would you like to
build?" \
+# both client server
&&

config_query BOINC_SETUID "Install boinc_client-svn setuid/setgid so it
always runs as the boinc user?" y
diff --git a/science/boinc/DETAILS b/science/boinc/DETAILS
index 8e3d991..3b486bd 100755
--- a/science/boinc/DETAILS
+++ b/science/boinc/DETAILS
@@ -4,13 +4,13 @@ then
VERSION=$(date +%Y%m%d)
BRANCH=trunk/boinc
else
- VERSION=5_10
- BRANCH=branches/boinc_core_release_$VERSION
+ VERSION=6_4_7
+ BRANCH=tags/boinc_core_release_$VERSION
fi
SOURCE=$SPELL-svn.tar.bz2
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn://boinc.berkeley.edu/svn/$BRANCH:$SPELL
+ SOURCE_URL[0]=svn_http://boinc.berkeley.edu/svn/$BRANCH:$SPELL
SOURCE_IGNORE=volatile
LICENSE[0]=GPL
PATCHLEVEL=2
diff --git a/science/boinc/HISTORY b/science/boinc/HISTORY
index 6355971..dd7ca59 100644
--- a/science/boinc/HISTORY
+++ b/science/boinc/HISTORY
@@ -1,3 +1,7 @@
+2009-06-18 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE, BUILD: forced logic to build client only, as server
doesn't successfully install
+ * DETAILS: to latest version and work off the tags branch instead of
branches
+
2008-01-18 Lubomir Blaha <tritol AT trilogic.cz>
* BUILD: cvs->svn, wxgtk-no-unicode->wxgtk (option --enable-unicode)
* CONFIGURE, INSTALL, init.d/boinc: cvs->svn



  • [SM-Commit] GIT changes to master grimoire by David Kowis (e7b4297663d21a796d3c4019a469c09551fbf781), David Kowis, 06/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page