Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.0.5.ebuild
Date: Fri, 26 Dec 2008 09:02:58
Message-Id: E1LG8ap-0004pH-6D@stork.gentoo.org
1 vapier 08/12/26 09:02:51
2
3 Modified: ChangeLog wireshark-1.0.5.ebuild
4 Log:
5 Fix building on 64bit systems due to implicit string prototypes.
6 (Portage version: 2.2_rc18/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.144 net-analyzer/wireshark/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.144&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.144&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.143&r2=1.144
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
18 retrieving revision 1.143
19 retrieving revision 1.144
20 diff -u -r1.143 -r1.144
21 --- ChangeLog 18 Dec 2008 18:20:26 -0000 1.143
22 +++ ChangeLog 26 Dec 2008 09:02:51 -0000 1.144
23 @@ -1,6 +1,10 @@
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.143 2008/12/18 18:20:26 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.144 2008/12/26 09:02:51 vapier Exp $
28 +
29 + 26 Dec 2008; Mike Frysinger <vapier@g.o>
30 + +files/wireshark-1.0.5-text2pcap-protos.patch, wireshark-1.0.5.ebuild:
31 + Fix building on 64bit systems due to implicit string prototypes.
32
33 18 Dec 2008; Tobias Scherbaum <dertobi123@g.o>
34 wireshark-1.0.5.ebuild:
35
36
37
38 1.10 net-analyzer/wireshark/wireshark-1.0.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild?r1=1.9&r2=1.10
43
44 Index: wireshark-1.0.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- wireshark-1.0.5.ebuild 18 Dec 2008 18:20:26 -0000 1.9
51 +++ wireshark-1.0.5.ebuild 26 Dec 2008 09:02:51 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.9 2008/12/18 18:20:26 dertobi123 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.10 2008/12/26 09:02:51 vapier Exp $
57
58 EAPI=1
59 WANT_AUTOMAKE="1.9"
60 @@ -61,6 +61,7 @@
61 epatch "${FILESDIR}/${PN}-0.99.7-asneeded.patch"
62 epatch "${FILESDIR}/${PN}-0.99.8-as-needed.patch"
63 epatch "${FILESDIR}/${P}-glib-1-build.patch"
64 + epatch "${FILESDIR}"/${P}-text2pcap-protos.patch
65
66 cd "${S}/epan"
67 epatch "${FILESDIR}/wireshark-except-double-free.diff"