Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (45426817946ba15350a5e4fb71efc18c9d2334dc)
  • Date: Wed, 3 Jan 2007 10:49:27 -0600

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

chat-irc/xchat/DETAILS | 6 ++---
chat-irc/xchat/HISTORY | 6 +++++
chat-irc/xchat/PRE_BUILD | 2 -
chat-irc/xchat/xc280-fix-back.diff | 14 +++++++++++
chat-irc/xchat/xchat-2.6.8-fix_proto.patch | 34
-----------------------------
chat-irc/xchat/xchat-2.6.8.tar.bz2.sig | 0
chat-irc/xchat/xchat-2.8.0.tar.bz2.sig |binary
dev/null |binary
8 files changed, 24 insertions(+), 38 deletions(-)

New commits:
commit 9d42889c7ddd06d7230a91d77f01391d907c15bd
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

xchat: Updated to 2.8.0. Removed unneeded patch for text front end.
Added upstream patch.

diff --git a/chat-irc/xchat/DETAILS b/chat-irc/xchat/DETAILS
index e721940..0083459 100755
--- a/chat-irc/xchat/DETAILS
+++ b/chat-irc/xchat/DETAILS
@@ -1,9 +1,9 @@
SPELL=xchat
- VERSION=2.6.8
+ VERSION=2.8.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=http://www.xchat.org/files/source/2.6/$SOURCE
+ SOURCE_URL[0]=http://www.xchat.org/files/source/2.8/$SOURCE
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://www.xchat.org
ENTERED=20010927
diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index d5ce369..680352f 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,9 @@
+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
+ * xc280-fix-back.diff: Added Upstream patch.
+ * xchat-2.6.8-fix_proto.patch: Removed uneeded patch.
+
2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
* TRIGGERS: Removed, python upgrades are now handled in the python
spell

diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
index 833576e..79a7b53 100755
--- a/chat-irc/xchat/PRE_BUILD
+++ b/chat-irc/xchat/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/xchat-2.6.8-fix_proto.patch
+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
new file mode 100644
index 0000000..55f1edf
--- /dev/null
+++ b/chat-irc/xchat/xc280-fix-back.diff
@@ -0,0 +1,14 @@
+#
+# 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.6.8-fix_proto.patch
b/chat-irc/xchat/xchat-2.6.8-fix_proto.patch
deleted file mode 100644
index 6ba4691..0000000
--- a/chat-irc/xchat/xchat-2.6.8-fix_proto.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -Nur xchat-2.6.8/src/fe-text/fe-text.c
xchat-2.6.8-hacked/src/fe-text/fe-text.c
---- src/fe-text/fe-text.c 2006-07-16 13:34:21.000000000 +0900
-+++ src/fe-text/fe-text.c 2006-10-17 14:55:11.000000000 +0900
-@@ -584,7 +584,7 @@
- {
- }
- void
--fe_set_tab_color (struct session *sess, int col, int flash)
-+fe_set_tab_color (struct session *sess, int col)
- {
- }
- void
-@@ -759,7 +759,7 @@
- {
- }
- void
--fe_lastlog (session * sess, session * lastlog_sess, char *sstr)
-+fe_lastlog (session * sess, session * lastlog_sess, char *sstr, gboolean
regexp)
- {
- }
- void
-@@ -845,3 +845,12 @@
- fe_server_event (server *serv, int type, int arg)
- {
- }
-+void
-+fe_flash_window (struct session *sess)
-+{
-+}
-+void fe_get_file (const char *title, char *initial,
-+ void (*callback) (void *userdata, char
*file), void *userdata,
-+ int flags)
-+{
-+}
diff --git a/chat-irc/xchat/xchat-2.6.8.tar.bz2.sig
b/chat-irc/xchat/xchat-2.6.8.tar.bz2.sig
deleted file mode 100644
index 86b8b1c..0000000
Binary files a/chat-irc/xchat/xchat-2.6.8.tar.bz2.sig and /dev/null differ
diff --git a/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig
new file mode 100644
index 0000000..139a920
Binary files /dev/null and b/chat-irc/xchat/xchat-2.8.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (45426817946ba15350a5e4fb71efc18c9d2334dc), George Sherwood, 01/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page