Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9c687f1e9aa30a6fec29f48ffdac4a553f70ae9e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9c687f1e9aa30a6fec29f48ffdac4a553f70ae9e)
  • Date: Thu, 7 Feb 2008 03:19:51 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

chat-irc/bitlbee/BUILD | 4 ++++
chat-irc/bitlbee/CONFIGURE | 3 +++
chat-irc/bitlbee/HISTORY | 3 +++
chat-irc/bitlbee/INSTALL | 4 ++++
4 files changed, 14 insertions(+)

New commits:
commit 14add05e7d1dc68edac3a522fb78b878feb33c48
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

bitlbee: added option to compile bitlbeed

diff --git a/chat-irc/bitlbee/BUILD b/chat-irc/bitlbee/BUILD
index b9673b1..64e1b85 100755
--- a/chat-irc/bitlbee/BUILD
+++ b/chat-irc/bitlbee/BUILD
@@ -8,3 +8,7 @@ export OPTS="$OPTS --etcdir=/etc/bitlbee" &&
$BITLBEE_OPTS $OPTS

make
+
+if [[ "$BITLBEE_BITLBEED" == y ]] ; then
+ (cd ${SOURCE_DIRECTORY}/utils && gcc bitlbeed.c -o bitlbeed)
+fi
diff --git a/chat-irc/bitlbee/CONFIGURE b/chat-irc/bitlbee/CONFIGURE
index 6d8a6f7..460c279 100755
--- a/chat-irc/bitlbee/CONFIGURE
+++ b/chat-irc/bitlbee/CONFIGURE
@@ -21,3 +21,6 @@ config_query_option BITLBEE_OPTS "Enable Yahoo protocol? "
y \
#config_query MSN "Add patch with MSN extensions?" n

#config_query JAB "Add patch to allow jabber to work with Google Talk?" n
+
+config_query BITLBEE_BITLBEED \
+ "Build bitlbeed (to run bitlbee without xinetd)?" n
diff --git a/chat-irc/bitlbee/HISTORY b/chat-irc/bitlbee/HISTORY
index d1824ee..ae17ee5 100644
--- a/chat-irc/bitlbee/HISTORY
+++ b/chat-irc/bitlbee/HISTORY
@@ -1,3 +1,6 @@
+2008-02-07 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * CONFIGURE, BUILD, INSTALL: added option to compile bitlbeed
+
2007-12-20 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to version 1.1.1dev

diff --git a/chat-irc/bitlbee/INSTALL b/chat-irc/bitlbee/INSTALL
index e860007..875b94f 100755
--- a/chat-irc/bitlbee/INSTALL
+++ b/chat-irc/bitlbee/INSTALL
@@ -13,3 +13,7 @@ if [ -f /etc/bitlbee/bitlbee.conf ]; then
else
make install-etc
fi
+
+if [[ "$BITLBEE_BITLBEED" == y ]] ; then
+ install utils/bitlbeed /usr/sbin/bitlbeed
+fi



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9c687f1e9aa30a6fec29f48ffdac4a553f70ae9e), Ethan Grammatikidis, 02/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page