Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b217fa631f944281911a8ce18d2460f23490f73b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b217fa631f944281911a8ce18d2460f23490f73b)
  • Date: Mon, 23 Feb 2009 15:18:11 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

chat-irc/irssi/CONFIGURE | 6 +++++-
chat-irc/irssi/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit b217fa631f944281911a8ce18d2460f23490f73b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

irssi: optionally build without IPv6

diff --git a/chat-irc/irssi/CONFIGURE b/chat-irc/irssi/CONFIGURE
index 1708e4a..79dc36a 100755
--- a/chat-irc/irssi/CONFIGURE
+++ b/chat-irc/irssi/CONFIGURE
@@ -2,4 +2,8 @@ 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" "--without-proxy"
+ "--with-proxy" "--without-proxy" &&
+
+config_query_option IRSSI_OPTS \
+ "build with IPv6 support?" y \
+ "--disable-ipv6" "--disable-ipv6"
diff --git a/chat-irc/irssi/HISTORY b/chat-irc/irssi/HISTORY
index 3fe98a7..94fc43b 100644
--- a/chat-irc/irssi/HISTORY
+++ b/chat-irc/irssi/HISTORY
@@ -1,3 +1,6 @@
+2009-02-23 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE: optionally build without IPv6
+
2007-10-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.8.12




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b217fa631f944281911a8ce18d2460f23490f73b), Arjan Bouter, 02/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page