Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 80186 by George J. Sherwood 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: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 80186 by George J. Sherwood for review
  • Date: Sun, 4 Jun 2006 12:45:01 +0100 (BST)

Change 80186 by george_sherwood@georges on 2006/06/04 12:41:31

Remember old variable values. Thanks alley_cat

Affected files ...

... //sgl/grimoires/devel/chat-im/licq/HISTORY#17 edit
... //sgl/grimoires/devel/chat-im/licq/PREPARE#5 edit

Differences ...

==== //sgl/grimoires/devel/chat-im/licq/HISTORY#17 (text) ====

@@ -1,3 +1,6 @@
+2006-06-04 George Sherwood <george AT beernabeer.com>
+ * PREPARE: Remember settings from old variables.
+
2006-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DETAILS, DEPENDS, INSTALL, PRE_BUILD, PREPARE:
The licq project now maintains the code in a subversion

==== //sgl/grimoires/devel/chat-im/licq/PREPARE#5 (xtext) ====

@@ -1,12 +1,13 @@
-config_query LICQ_SVN "Build SVN version?" n
+config_query LICQ_SVN "Build SVN version?" ${LICQ_CVS:-n} &&
if [ "$LICQ_SVN" == "y" ]; then
config_query LICQ_SVN_AUTOUPDATE \
- "Update to the latest SVN automatically on every cast?" n
-fi
-config_query XOSD "Build xosd plugin (depends on xosd)?" n
-config_query QTGUI "Build QT-X11 plugin (depends on qt-x11)?" n
-config_query CDK "Build console plugin (depends on cdk)?" n
-config_query AREP "Build auto-reply plugin?" n
-config_query RMS "Build remote managment server plugin?" n
-config_query MSN "Build MSN plugin?" n
+ "Update to the latest SVN automatically on every cast?"
${LICQ_CVS_AUTOUPDATE:-n}
+fi &&
+persistent_remove LICQ_CVS LICQ_CVS_AUTOUPDATE &&
+config_query XOSD "Build xosd plugin (depends on xosd)?" n &&
+config_query QTGUI "Build QT-X11 plugin (depends on qt-x11)?" n &&
+config_query CDK "Build console plugin (depends on cdk)?" n &&
+config_query AREP "Build auto-reply plugin?" n &&
+config_query RMS "Build remote managment server plugin?" n &&
+config_query MSN "Build MSN plugin?" n &&
config_query EMAIL "Build email plugin?" n



  • [SM-Commit] PERFORCE change 80186 by George J. Sherwood for review, Perforce Review Daemon, 06/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page