Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (54252a285c78d21fe834942952ca395da97caf37)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (54252a285c78d21fe834942952ca395da97caf37)
  • Date: Fri, 13 Jun 2008 06:20:51 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-irc/xchat/BUILD | 9 ++-----
chat-irc/xchat/DETAILS | 11 ++++-----
chat-irc/xchat/HISTORY | 6 +++++
chat-irc/xchat/INSTALL | 3 +-
chat-irc/xchat/PRE_BUILD | 5 ----
chat-irc/xchat/xc284-improvescrollback.diff | 28 -----------------------
chat-irc/xchat/xc284-scrollbmkdir.diff | 33
----------------------------
chat-irc/xchat/xchat-2.8.4.tar.bz2.sig | 0
chat-irc/xchat/xchat-2.8.6.tar.bz2.sig |binary
dev/null |binary
10 files changed, 16 insertions(+), 79 deletions(-)

New commits:
commit 54252a285c78d21fe834942952ca395da97caf37
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xchat: => 2.8.6 + renewed BUILD

diff --git a/chat-irc/xchat/BUILD b/chat-irc/xchat/BUILD
index 52324cf..f98b6f1 100755
--- a/chat-irc/xchat/BUILD
+++ b/chat-irc/xchat/BUILD
@@ -1,7 +1,4 @@
+# text frontend is unsupported
+OPTS="--disable-textfe $XCHAT_OPTS $OPTS" &&

-./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $XCHAT_OPTS --disable-textfe $OPTS &&
-make
+default_build
diff --git a/chat-irc/xchat/DETAILS b/chat-irc/xchat/DETAILS
index 2b1e9a6..95e24bb 100755
--- a/chat-irc/xchat/DETAILS
+++ b/chat-irc/xchat/DETAILS
@@ -1,18 +1,17 @@
SPELL=xchat
- VERSION=2.8.4
+ VERSION=2.8.6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
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
- PATCHLEVEL=1
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ WEB_SITE=http://www.xchat.org/
ENTERED=20010927
LICENSE[0]=GPL
KEYWORDS="irc chat"
- SHORT="an IRC client for X."
+ SHORT="IRC client for X"
cat << EOF
xchat is an IRC client for Unix operating systems. It runs under the X
-Windows system using the Gtk+ toolkit. It will detect and use the GNOME
+Windows system using the Gtk+ toolkit. It will detect and use the GNOME
libraries, as well, if they are installed.
EOF
diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index 09addec..3aba749 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,9 @@
+2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.8.6
+ * BUILD: renewed, replaced stuff with default_build
+ * PRE_BUILD: removed useless patches
+ * INSTALL: $SOURCE_DIRECTORY ftw
+
2007-11-11 George Sherwood <george AT beernabeer.com>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Added to incorporate upstream patches
diff --git a/chat-irc/xchat/INSTALL b/chat-irc/xchat/INSTALL
index 8cc1a72..5c08fcc 100755
--- a/chat-irc/xchat/INSTALL
+++ b/chat-irc/xchat/INSTALL
@@ -1,2 +1,3 @@
-cp $BUILD_DIRECTORY/$SPELL-$VERSION/plugins/xchat-plugin.h
$INSTALL_ROOT/usr/include &&
+install -vm 644 plugins/xchat-plugin.h $INSTALL_ROOT/usr/include &&
+
default_install
diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
deleted file mode 100755
index 6d32c21..0000000
--- a/chat-irc/xchat/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/xc284-improvescrollback.diff &&
-patch -p0 < $SCRIPT_DIRECTORY/xc284-scrollbmkdir.diff
-
diff --git a/chat-irc/xchat/xc284-improvescrollback.diff
b/chat-irc/xchat/xc284-improvescrollback.diff
deleted file mode 100644
index b83f251..0000000
--- a/chat-irc/xchat/xc284-improvescrollback.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# 1) Stops scrollback files growing too large by fixing the file-shrink code.
-# 2) Puts a "Display scrollback from previous session" into the Setup GUI
-# (logging section) so people can turn this off without typing commands.
-#
---- src/common/text.c 29 Jul 2007 05:02:36 -0000 1.90
-+++ src/common/text.c 26 Sep 2007 07:29:55 -0000
-@@ -285,6 +285,8 @@
- }
- }
-
-+ sess->scrollwritten = lines;
-+
- if (lines)
- {
- text = ctime (&stamp);
---- src/fe-gtk/setup.c 9 Sep 2007 04:57:07 -0000 1.100
-+++ src/fe-gtk/setup.c 26 Sep 2007 07:29:57 -0000
-@@ -382,7 +382,8 @@
- static const setting logging_settings[] =
- {
- {ST_HEADER, N_("Logging"),0,0,0},
-- {ST_TOGGLE, N_("Enable logging of conversations"),
P_OFFINTNL(logging), 0, 0, 2},
-+ {ST_TOGGLE, N_("Display scrollback from previous session"),
P_OFFINTNL(text_replay), 0, 0, 0},
-+ {ST_TOGGLE, N_("Enable logging of conversations"),
P_OFFINTNL(logging), 0, 0, 2},
- {ST_ENTRY, N_("Log filename:"), P_OFFSETNL(logmask), 0, 0,
sizeof prefs.logmask},
- {ST_LABEL, N_("%s=Server %c=Channel %n=Network.")},
-
diff --git a/chat-irc/xchat/xc284-scrollbmkdir.diff
b/chat-irc/xchat/xc284-scrollbmkdir.diff
deleted file mode 100644
index 2ac3284..0000000
--- a/chat-irc/xchat/xc284-scrollbmkdir.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Fix creation of ~/.xchat2/scrollback/ paths.
-#
---- src/common/text.c 15 Jun 2007 03:53:42 -0000 1.89
-+++ src/common/text.c 8 Jul 2007 08:59:02 -0000
-@@ -49,20 +49,25 @@
-
-
- static void mkdir_p (char *dir);
-+static char *log_create_filename (char *channame);
-
-
- static char *
- scrollback_get_filename (session *sess, char *buf, int max)
- {
-- char *net;
-+ char *net, *chan;
-
- net = server_get_network (sess->server, FALSE);
- if (!net)
- return NULL;
-
-- snprintf (buf, max, "%s/scrollback/%s/%s.txt", get_xdir_fs (), net,
sess->channel);
-+ snprintf (buf, max, "%s/scrollback/%s/%s.txt", get_xdir_fs (), net,
"");
- mkdir_p (buf);
-
-+ chan = log_create_filename (sess->channel);
-+ snprintf (buf, max, "%s/scrollback/%s/%s.txt", get_xdir_fs (), net,
chan);
-+ free (chan);
-+
- return buf;
- }
-
diff --git a/chat-irc/xchat/xchat-2.8.4.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.4.tar.bz2.sig
deleted file mode 100644
index 5db58e5..0000000
Binary files a/chat-irc/xchat/xchat-2.8.4.tar.bz2.sig and /dev/null differ
diff --git a/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig
new file mode 100644
index 0000000..4df2369
Binary files /dev/null and b/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page