Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 76928 by Eric Sandall 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 76928 by Eric Sandall for review
  • Date: Tue, 28 Mar 2006 19:30:02 +0100 (BST)

Change 76928 by eric_sandall@sandalle-moby on 2006/03/28 19:27:50

* DEPENDS: Added dependencies on zlib and openssl
Note that the usage of libdn is through curl, not directly through
boinc

Affected files ...

... //sgl/grimoires/devel/science/boinc/DEPENDS#8 edit
... //sgl/grimoires/devel/science/boinc/HISTORY#12 edit

Differences ...

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

@@ -1,7 +1,9 @@
depends autoconf &&
depends automake &&
+depends curl &&
depends g++ &&
-depends curl &&
+depends openssl &&
+depends zlib &&

if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
then

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

@@ -4,6 +4,8 @@
version (also so wxgtk-no-unicode gets marked as optional ;)).
* DEPENDS: Made wxgtk-no-unicode optional (again...)
Added missing '&&' after first if/fi
+ Added dependencies on zlib and openssl
+ Note that the usage of libdn is through curl, not directly through
boinc
* init.d/boinc: Fixed missing quote
BOINC_PRAMS -> BOINC_PARMS
Removed unecessary '-r' in rm for PIDFILE



  • [SM-Commit] PERFORCE change 76928 by Eric Sandall for review, Perforce Review Daemon, 03/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page