Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (74d454dd6833bc126c98578747bdde9139e81be8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (74d454dd6833bc126c98578747bdde9139e81be8)
  • Date: Tue, 22 Aug 2006 06:47:21 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

chat-irc/irssi/CONFIGURE | 6 ++++--
chat-irc/irssi/DETAILS | 2 +-
chat-irc/irssi/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 74d454dd6833bc126c98578747bdde9139e81be8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

added negative option to config_query_options

diff --git a/chat-irc/irssi/CONFIGURE b/chat-irc/irssi/CONFIGURE
index ee492eb..1708e4a 100755
--- a/chat-irc/irssi/CONFIGURE
+++ b/chat-irc/irssi/CONFIGURE
@@ -1,3 +1,5 @@
-config_query_option IRSSI_OPTS "build with irssi-bot" n "--with-bot" &&
+config_query_option IRSSI_OPTS "build with irssi-bot" n \
+ "--with-bot" "--without-bot" &&
config_query_option IRSSI_OPTS \
- "build with irssi-proxy (to use irssi as a bouncer)" n "--with-proxy"
+ "build with irssi-proxy (to use irssi as a bouncer)" n \
+ "--with-proxy" "--without-proxy"
diff --git a/chat-irc/irssi/DETAILS b/chat-irc/irssi/DETAILS
index 0c626f9..4808774 100755
--- a/chat-irc/irssi/DETAILS
+++ b/chat-irc/irssi/DETAILS
@@ -15,7 +15,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_IGNORE=volatile
else
VERSION=0.8.10a
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.8.10
SOURCE_URL[0]=http://www.irssi.org/files/${SOURCE}
diff --git a/chat-irc/irssi/HISTORY b/chat-irc/irssi/HISTORY
index 9138818..b1d2702 100644
--- a/chat-irc/irssi/HISTORY
+++ b/chat-irc/irssi/HISTORY
@@ -1,3 +1,7 @@
+2006-08-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE: added negative switches to config_query_options
+ * DETAILS: bumped PATCHLEVEL
+
2006-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, CONFIGURE: changed to use config_query_option instead of
config_query



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (74d454dd6833bc126c98578747bdde9139e81be8), Florian Franzmann, 08/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page