Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-0.99.8_rc1.ebuild
Date: Thu, 21 Feb 2008 20:44:19
Message-Id: E1JSIH7-00032c-PG@stork.gentoo.org
1 pva 08/02/21 20:44:13
2
3 Modified: ChangeLog wireshark-0.99.8_rc1.ebuild
4 Log:
5 Fixed regression: compilation failure with --as-needed, bug 210998, reported by Mike Auty and Hanno Böck.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.79 net-analyzer/wireshark/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.79&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.79&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.78&r2=1.79
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
18 retrieving revision 1.78
19 retrieving revision 1.79
20 diff -u -r1.78 -r1.79
21 --- ChangeLog 20 Feb 2008 07:56:38 -0000 1.78
22 +++ ChangeLog 21 Feb 2008 20:44:13 -0000 1.79
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-analyzer/wireshark
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.78 2008/02/20 07:56:38 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.79 2008/02/21 20:44:13 pva Exp $
28 +
29 + 21 Feb 2008; <pva@g.o> +files/wireshark-0.99.8-as-needed.patch,
30 + wireshark-0.99.8_rc1.ebuild:
31 + Fixed regression: compilation failure with --as-needed, bug 210998, reported
32 + by Mike Auty and Hanno Böck.
33
34 *wireshark-0.99.8_rc1 (20 Feb 2008)
35
36
37
38
39 1.2 net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild?r1=1.1&r2=1.2
44
45 Index: wireshark-0.99.8_rc1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- wireshark-0.99.8_rc1.ebuild 20 Feb 2008 07:56:38 -0000 1.1
52 +++ wireshark-0.99.8_rc1.ebuild 21 Feb 2008 20:44:13 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild,v 1.1 2008/02/20 07:56:38 pva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.8_rc1.ebuild,v 1.2 2008/02/21 20:44:13 pva Exp $
58
59 WANT_AUTOMAKE="1.9"
60 inherit autotools libtool flag-o-matic eutils toolchain-funcs
61 @@ -67,6 +67,7 @@
62
63 cd "${S}"
64 epatch "${FILESDIR}"/${PN}-0.99.7-asneeded.patch
65 + epatch "${FILESDIR}"/${PN}-0.99.8-as-needed.patch
66
67 cd "${S}"/epan
68 epatch "${FILESDIR}"/wireshark-except-double-free.diff
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list