Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (64c46c943f25abd205808e507381a0eae274e8e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (64c46c943f25abd205808e507381a0eae274e8e4)
  • Date: Sun, 8 Apr 2007 21:26:10 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

chat-irc/xchat/BUILD | 3 +--
chat-irc/xchat/CONFIGURE | 4 ++--
chat-irc/xchat/DETAILS | 2 +-
chat-irc/xchat/HISTORY | 7 +++++++
chat-irc/xchat/PRE_BUILD | 3 ---
chat-irc/xchat/xc280-fix-back.diff | 14 --------------
chat-irc/xchat/xchat-2.8.0.tar.bz2.sig | 0
chat-irc/xchat/xchat-2.8.2.tar.bz2.sig |binary
dev/null |binary
9 files changed, 11 insertions(+), 22 deletions(-)

New commits:
commit 64c46c943f25abd205808e507381a0eae274e8e4
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

xchat: Updated to version 2.8.2. Removed non-supported option for
text front. If and when a patch is available to support this option
which the developers don't support, I will add back.

diff --git a/chat-irc/xchat/BUILD b/chat-irc/xchat/BUILD
index 5ffa7f9..52324cf 100755
--- a/chat-irc/xchat/BUILD
+++ b/chat-irc/xchat/BUILD
@@ -1,8 +1,7 @@

-
./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- $XCHAT_OPTS $OPTS &&
+ $XCHAT_OPTS --disable-textfe $OPTS &&
make
diff --git a/chat-irc/xchat/CONFIGURE b/chat-irc/xchat/CONFIGURE
index 64640cd..6644fab 100755
--- a/chat-irc/xchat/CONFIGURE
+++ b/chat-irc/xchat/CONFIGURE
@@ -4,8 +4,8 @@ config_query_option XCHAT_OPTS "Enable use of Xft directly?"
n \
"--enable-xft" "--disable-xft"
config_query_option XCHAT_OPTS "Enable use of XShm for fast tinting?" n \
"--enable-shm" "--disable-shm"
-config_query_option XCHAT_OPTS "Build the text frontend?" n \
- "--enable-textfe" "--disable-textfe"
+#config_query_option XCHAT_OPTS "Build the text frontend?" n \
+# "--enable-textfe" "--disable-textfe"
config_query_option XCHAT_OPTS "Use of xlib (for X11 systems)?" y \
"--enable-xlib" "--disable-xlib"
config_query_option XCHAT_OPTS "Enable plugin support?" y \
diff --git a/chat-irc/xchat/DETAILS b/chat-irc/xchat/DETAILS
index 0083459..8362a9f 100755
--- a/chat-irc/xchat/DETAILS
+++ b/chat-irc/xchat/DETAILS
@@ -1,5 +1,5 @@
SPELL=xchat
- VERSION=2.8.0
+ VERSION=2.8.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.xchat.org/files/source/2.8/$SOURCE
diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index 80475a7..b27a24a 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,10 @@
+2007-04-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 2.8.2
+ * CONFIGURE: Removed not supported text frontend option
+ * BUILD: Ensure text front end is disabled
+ * PRE_BUILD: Removed patch not needed
+ * xc280-fix-back.diff: Removed not working patch
+
2007-01-03 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated 2.8.0. Changed order of SOURCE_URL's.
* PRE_BUILD: Removed text fe patch. Added Upstream patch to 2.8.0
diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
deleted file mode 100755
index 79a7b53..0000000
--- a/chat-irc/xchat/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/xc280-fix-back.diff
diff --git a/chat-irc/xchat/xc280-fix-back.diff
b/chat-irc/xchat/xc280-fix-back.diff
deleted file mode 100644
index 55f1edf..0000000
--- a/chat-irc/xchat/xc280-fix-back.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Fix: /BACK command not working after upgrading from xchat < 2.8.0
-#
---- src/common/cfgfiles.c 2 Jan 2007 00:26:40 -0000 1.102
-+++ src/common/cfgfiles.c 3 Jan 2007 14:01:00 -0000
-@@ -45,7 +45,7 @@
- int cmd_len = 1, name_len;
-
- /* remove <2.8.0 stuff */
-- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK"))
-+ if (!strcmp (cmd, "away") & !strcmp (name, "BACK"))
- return;
-
- if (cmd)
diff --git a/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig
deleted file mode 100644
index 139a920..0000000
Binary files a/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig and /dev/null differ
diff --git a/chat-irc/xchat/xchat-2.8.2.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.2.tar.bz2.sig
new file mode 100644
index 0000000..99005cb
Binary files /dev/null and b/chat-irc/xchat/xchat-2.8.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (64c46c943f25abd205808e507381a0eae274e8e4), George Sherwood, 04/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page