Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: pdns-recursor-3.1.4.ebuild ChangeLog
Date: Sat, 22 Sep 2007 19:42:13
Message-Id: E1IZAjs-0002Ua-Pd@stork.gentoo.org
1 swegener 07/09/22 19:34:04
2
3 Modified: pdns-recursor-3.1.4.ebuild ChangeLog
4 Log:
5 Fix compilation with gcc-4.2, bug #185602.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild?r1=1.5&r2=1.6
14
15 Index: pdns-recursor-3.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pdns-recursor-3.1.4.ebuild 11 Jun 2007 19:13:10 -0000 1.5
22 +++ pdns-recursor-3.1.4.ebuild 22 Sep 2007 19:34:04 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild,v 1.5 2007/06/11 19:13:10 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.4.ebuild,v 1.6 2007/09/22 19:34:04 swegener Exp $
28
29 inherit toolchain-funcs flag-o-matic eutils
30
31 @@ -23,6 +23,7 @@
32
33 epatch "${FILESDIR}"/${P}-statedir.patch
34 epatch "${FILESDIR}"/${P}-chdir.patch
35 + epatch "${FILESDIR}"/${P}-gcc42.patch
36 }
37
38 src_compile() {
39
40
41
42 1.14 net-dns/pdns-recursor/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.14&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?rev=1.14&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/pdns-recursor/ChangeLog?r1=1.13&r2=1.14
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
51 retrieving revision 1.13
52 retrieving revision 1.14
53 diff -u -r1.13 -r1.14
54 --- ChangeLog 8 Jun 2007 22:28:14 -0000 1.13
55 +++ ChangeLog 22 Sep 2007 19:34:04 -0000 1.14
56 @@ -1,6 +1,10 @@
57 # ChangeLog for net-dns/pdns-recursor
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.13 2007/06/08 22:28:14 swegener Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.14 2007/09/22 19:34:04 swegener Exp $
61 +
62 + 22 Sep 2007; Sven Wegener <swegener@g.o>
63 + +files/pdns-recursor-3.1.4-gcc42.patch, pdns-recursor-3.1.4.ebuild:
64 + Fix compilation with gcc-4.2, bug #185602.
65
66 08 Jun 2007; Sven Wegener <swegener@g.o>
67 +files/pdns-recursor-3.1.4-chdir.patch,
68
69
70
71 --
72 gentoo-commits@g.o mailing list