summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-11-13 12:22:39 +0000
committerSven Wegener <swegener@gentoo.org>2005-11-13 12:22:39 +0000
commit46b88f265fd6fa555623c13e3d2009ab6d4f33f3 (patch)
tree13dc0ad470c26edd1f182305d1b617e42d2f073a /net-irc/irssi
parentMarked stable on x86 for bug #111968. (diff)
downloadhistorical-46b88f265fd6fa555623c13e3d2009ab6d4f33f3.tar.gz
historical-46b88f265fd6fa555623c13e3d2009ab6d4f33f3.tar.bz2
historical-46b88f265fd6fa555623c13e3d2009ab6d4f33f3.zip
Apply the gcc4 patch to 0.8.9 too, bug #110361.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-irc/irssi')
-rw-r--r--net-irc/irssi/ChangeLog6
-rw-r--r--net-irc/irssi/Manifest15
-rw-r--r--net-irc/irssi/files/0.8.9-gcc4-fix.patch13
-rw-r--r--net-irc/irssi/irssi-0.8.9-r1.ebuild3
4 files changed, 33 insertions, 4 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog
index 08b258d8dc0b..6494c987b56b 100644
--- a/net-irc/irssi/ChangeLog
+++ b/net-irc/irssi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/irssi
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.69 2005/11/10 12:28:04 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.70 2005/11/13 12:22:39 swegener Exp $
+
+ 13 Nov 2005; Sven Wegener <swegener@gentoo.org>
+ +files/0.8.9-gcc4-fix.patch, irssi-0.8.9-r1.ebuild:
+ Apply the gcc4 patch to 0.8.9 too, bug #110361.
*irssi-0.8.10_rc7 (10 Nov 2005)
diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index e0895a42f6a3..4d7c32a33c70 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,4 +1,8 @@
-MD5 6fa1d879ca1af146c8afd56332294902 ChangeLog 10117
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 3128dcf7f045e723a4da06d946dca758 ChangeLog 10272
+MD5 f6b8616b8bf8962bd0d491c457733ea5 files/0.8.9-gcc4-fix.patch 309
MD5 86c23e50268afba6a28bd266bc1d0915 files/digest-irssi-0.8.10_rc6 69
MD5 c503196f97b13bdcdca0c1acce6bad6e files/digest-irssi-0.8.10_rc7 69
MD5 d8d32d5f69fd1bccf2928c4bad648cd6 files/digest-irssi-0.8.9-r1 64
@@ -6,5 +10,12 @@ MD5 6613882c525a6f1db208af7fe5905336 files/irssi-0.8.9-64bit-exec-fix.patch 499
MD5 c3b74cff45778ccaab4b0c05f85139cd files/irssi-socks-fix.patch 551
MD5 2bd16fabdc8db3900096c2fa6232394b irssi-0.8.10_rc6.ebuild 1991
MD5 8d333de931e2ed167c3833728289ca3f irssi-0.8.10_rc7.ebuild 1991
-MD5 7d55379047465f48aacbfa9b25130d07 irssi-0.8.9-r1.ebuild 2207
+MD5 23bd14008db42e94626d8fc02d72db6e irssi-0.8.9-r1.ebuild 2250
MD5 66fbf3744370d75438e10d4d8b6a3900 metadata.xml 250
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDdzAXI1lqEGTUzyQRAvDWAKC77gBpYlmCnZ8MKS1PnJPW7T3YlwCfXQcL
+1xgvpT0KuyLECQADt5RK2LM=
+=Vwzw
+-----END PGP SIGNATURE-----
diff --git a/net-irc/irssi/files/0.8.9-gcc4-fix.patch b/net-irc/irssi/files/0.8.9-gcc4-fix.patch
new file mode 100644
index 000000000000..b5442126a198
--- /dev/null
+++ b/net-irc/irssi/files/0.8.9-gcc4-fix.patch
@@ -0,0 +1,13 @@
+Index: src/common.h
+===================================================================
+--- src/common.h (revision 3725)
++++ src/common.h (revision 3726)
+@@ -14,7 +14,7 @@
+ #define DEFAULT_SERVER_ADD_PORT 6667
+
+ #ifdef HAVE_CONFIG_H
+-#include "config.h"
++#include "../config.h"
+ #endif
+
+ #include <stdio.h>
diff --git a/net-irc/irssi/irssi-0.8.9-r1.ebuild b/net-irc/irssi/irssi-0.8.9-r1.ebuild
index 4a5936eb4a42..50ba5179c34e 100644
--- a/net-irc/irssi/irssi-0.8.9-r1.ebuild
+++ b/net-irc/irssi/irssi-0.8.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.9-r1.ebuild,v 1.11 2005/06/13 19:35:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.9-r1.ebuild,v 1.12 2005/11/13 12:22:39 swegener Exp $
inherit perl-module eutils flag-o-matic
@@ -34,6 +34,7 @@ src_unpack() {
die "sed doc/Makefile.in failed"
epatch "${FILESDIR}"/${P}-64bit-exec-fix.patch
+ epatch "${FILESDIR}"/${PV}-gcc4-fix.patch
epatch "${FILESDIR}"/irssi-socks-fix.patch
}