Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 76831 by David Michael Leo Brown Jr. for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andraž " ruskie " Levstik" <ruskie AT mages.ath.cx>, "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT gmail.com>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 76831 by David Michael Leo Brown Jr. for review
  • Date: Sun, 26 Mar 2006 20:10:04 +0100 (BST)

Change 76831 by david_brown@dmlb2000-dmlb2004 on 2006/03/26 20:09:23

added program suffix because the init process has a problem
with /usr/bin/start which is from boinc... and added the -C
for caching also fixed DEPENDS to say if instead of elif and
fixed the initscript to allow for the suffix

Affected files ...

... //sgl/grimoires/devel/science/boinc/BUILD#4 edit
... //sgl/grimoires/devel/science/boinc/DEPENDS#6 edit
... //sgl/grimoires/devel/science/boinc/HISTORY#8 edit
... //sgl/grimoires/devel/science/boinc/init.d/boinc#2 edit

Differences ...

==== //sgl/grimoires/devel/science/boinc/BUILD#4 (xtext) ====

@@ -15,5 +15,5 @@
OPTS="$OPTS --enable-bitness=32"
;;
esac &&
-OPTS="$OPTS --with-gnu-ld"
+OPTS="$OPTS --with-gnu-ld --program-suffix=-cvs -C"
default_build

==== //sgl/grimoires/devel/science/boinc/DEPENDS#6 (xtext) ====

@@ -4,8 +4,9 @@
depends curl &&
if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
then
- depends wxgtk-no-unicode '--with-wx-config=wx-config'
-elif [[ $BOINC_PARTS == both || $BOINC_PARTS == server ]]
+ depends wxgtk-no-unicode '--with-wx-config=wx-config'
+fi
+if [[ $BOINC_PARTS == both || $BOINC_PARTS == server ]]
then
depends mysql 'MYSQL_CONFIG=mysql_config'
fi

==== //sgl/grimoires/devel/science/boinc/HISTORY#8 (text) ====

@@ -1,3 +1,9 @@
+2006-03-26 David Brown <dmlb2000 AT gmail.com>
+ * DEPENDS: not elif but just plain if
+ * BUILD: added program suffix to because /usr/bin/start
+ fscks up the init process
+ * init.d/boinc: fixed to allow for program suffix
+
2006-03-25 David Brown <dmlb2000 AT gmail.com>
* DETAILS: changed to build api 2
* DEPENDS: g++ mysql and made switch on BOINC_PARTS

==== //sgl/grimoires/devel/science/boinc/init.d/boinc#2 (xtext) ====

@@ -3,7 +3,7 @@
. /etc/sysconfig/boinc

PIDFILE="/var/run/boinc.pid"
-PROGRAM="/usr/bin/boinc_client"
+PROGRAM="/usr/bin/boinc_client-cvs"
ARGS="-dir ${BOINC_HOME}"
RUNLEVEL=3
NEEDS="+network +remote_fs"



  • [SM-Commit] PERFORCE change 76831 by David Michael Leo Brown Jr. for review, Perforce Review Daemon, 03/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page