summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-03-25 20:07:20 +0000
committerSven Wegener <swegener@gentoo.org>2006-03-25 20:07:20 +0000
commitdfe0ee8151b921a66ca43b4f77247126c34c2d6b (patch)
tree11e15666c0b3dfb9f16a35c45ca570761684c951 /net-irc/xchat
parent0.3 version bump. (diff)
downloadgentoo-2-dfe0ee8151b921a66ca43b4f77247126c34c2d6b.tar.gz
gentoo-2-dfe0ee8151b921a66ca43b4f77247126c34c2d6b.tar.bz2
gentoo-2-dfe0ee8151b921a66ca43b4f77247126c34c2d6b.zip
Fix building of the text frontend, bug #118206. Patch from upstream CVS, submitted by Patrizio Bassi.
(Portage version: 2.1_pre6-r7)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/files/2.6.1-fe-text.patch24
-rw-r--r--net-irc/xchat/xchat-2.6.1.ebuild4
3 files changed, 33 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 036330453c9b..fd76c25be481 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.194 2006/03/10 00:49:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.195 2006/03/25 20:07:20 swegener Exp $
+
+ 25 Mar 2006; Sven Wegener <swegener@gentoo.org>
+ +files/2.6.1-fe-text.patch, xchat-2.6.1.ebuild:
+ Fix building of the text frontend, bug #118206. Patch from upstream CVS,
+ submitted by Patrizio Bassi.
10 Mar 2006; Aron Griffis <agriffis@gentoo.org> xchat-2.4.5-r1.ebuild:
Mark 2.4.5-r1 stable on ia64
diff --git a/net-irc/xchat/files/2.6.1-fe-text.patch b/net-irc/xchat/files/2.6.1-fe-text.patch
new file mode 100644
index 000000000000..5ac0ee51d7e3
--- /dev/null
+++ b/net-irc/xchat/files/2.6.1-fe-text.patch
@@ -0,0 +1,24 @@
+Patch from upstream CVS, slightly modified
+
+===================================================================
+RCS file: /cvsroot/xchat/xchat2/src/fe-text/fe-text.c,v
+retrieving revision 1.27
+retrieving revision 1.28
+diff -u -r1.27 -r1.28
+--- xchat/xchat2/src/fe-text/fe-text.c 2005/11/04 03:39:23 1.27
++++ xchat/xchat2/src/fe-text/fe-text.c 2006/01/11 05:34:09 1.28
+@@ -667,6 +667,14 @@
+ {
+ }
+ void
++joind (int action, server *serv)
++{
++}
++void
++fe_userlist_set_selected (struct session *sess)
++{
++}
++void
+ fe_dcc_add (struct DCC *dcc)
+ {
+ }
diff --git a/net-irc/xchat/xchat-2.6.1.ebuild b/net-irc/xchat/xchat-2.6.1.ebuild
index ffa5f8f5a924..781f8f2a38a9 100644
--- a/net-irc/xchat/xchat-2.6.1.ebuild
+++ b/net-irc/xchat/xchat-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.1.ebuild,v 1.3 2006/02/19 16:43:41 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.1.ebuild,v 1.4 2006/03/25 20:07:20 swegener Exp $
inherit eutils versionator gnome2
@@ -42,6 +42,8 @@ src_unpack() {
sed -i -e 's:${prefix}/lib/xchat:${libdir}/xchat:' \
"${S}"/configure{,.in} || die
fi
+
+ epatch "${FILESDIR}"/2.6.1-fe-text.patch
}
src_compile() {