Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Matthew Clark (7fe21ef9e56cb360250b15adb0ced1f605124001)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Matthew Clark <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Matthew Clark (7fe21ef9e56cb360250b15adb0ced1f605124001)
  • Date: Fri, 11 Aug 2006 19:50:12 -0500

GIT changes to master grimoire by Matthew Clark
<matthewclark AT inlesserterms.net>:

science/boinc/DEPENDS | 1 +
science/boinc/HISTORY | 1 +
2 files changed, 2 insertions(+)

New commits:
commit 7fe21ef9e56cb360250b15adb0ced1f605124001
Author: Matthew Clark <matthewclark AT inlesserterms.net>
Commit: Matthew Clark <matthewclark AT inlesserterms.net>

Added missing dependency on psmisc, fixes bug 10805

diff --git a/science/boinc/DEPENDS b/science/boinc/DEPENDS
index a34ce63..f05527c 100755
--- a/science/boinc/DEPENDS
+++ b/science/boinc/DEPENDS
@@ -4,6 +4,7 @@ depends automake &&
depends curl &&
depends g++ &&
depends openssl &&
+depends psmisc &&
depends zlib &&

if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
diff --git a/science/boinc/HISTORY b/science/boinc/HISTORY
index 92c57ea..60ae512 100644
--- a/science/boinc/HISTORY
+++ b/science/boinc/HISTORY
@@ -1,6 +1,7 @@
2006-08-11 Matthew Clark <matthewclark AT inlesserterms.net>
* BUILD: Fixed the way the client/server configure flags are set and
* DEPENDS: Added dependency on CVS, fixes bug 10804
+ Added dependency on psmisc, fixes bug 10805

2006-05-17 Eric Sandall <eric AT sandall.us>
* shmem-type-cast-presision-loss.patch: Removed (now uses (long)p)



  • [SM-Commit] GIT changes to master grimoire by Matthew Clark (7fe21ef9e56cb360250b15adb0ced1f605124001), Matthew Clark, 08/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page