[SM-Commit] PERFORCE change 80187 by George J. Sherwood for review

Perforce Review Daemon p4review at smee.org
Sun Jun 4 07:45:01 EDT 2006


Change 80187 by george_sherwood at georges on 2006/06/04 12:42:16

	Integrate variable value fix.

Affected files ...

... //sgl/grimoires/test/chat-im/licq/HISTORY#17 integrate
... //sgl/grimoires/test/chat-im/licq/PREPARE#5 integrate

Differences ...

==== //sgl/grimoires/test/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/test/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



More information about the SM-Commit mailing list