Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.8.1.ebuild
Date: Fri, 02 Sep 2011 16:07:34
Message-Id: 20110902160724.BF6DD2004C@flycatcher.gentoo.org
1 idl0r 11/09/02 16:07:24
2
3 Modified: ChangeLog bind-9.8.1.ebuild
4 Log:
5 Disable replace-flags re bug 158664 for now, the bug is really old and a lot changed since then.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.351 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.351&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.351&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.350&r2=1.351
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.350
20 retrieving revision 1.351
21 diff -u -r1.350 -r1.351
22 --- ChangeLog 1 Sep 2011 19:34:46 -0000 1.350
23 +++ ChangeLog 2 Sep 2011 16:07:24 -0000 1.351
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.350 2011/09/01 19:34:46 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.351 2011/09/02 16:07:24 idl0r Exp $
29 +
30 + 02 Sep 2011; Christian Ruppert <idl0r@g.o> bind-9.8.1.ebuild:
31 + Disable replace-flags re bug 158664 for now, the bug is really old and a lot
32 + changed since then.
33
34 01 Sep 2011; Christian Ruppert <idl0r@g.o> bind-9.8.1.ebuild,
35 metadata.xml:
36
37
38
39 1.3 net-dns/bind/bind-9.8.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?r1=1.2&r2=1.3
44
45 Index: bind-9.8.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- bind-9.8.1.ebuild 1 Sep 2011 19:34:46 -0000 1.2
52 +++ bind-9.8.1.ebuild 2 Sep 2011 16:07:24 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v 1.2 2011/09/01 19:34:46 idl0r Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v 1.3 2011/09/02 16:07:24 idl0r Exp $
58
59 # Re dlz/mysql and threads, needs to be verified..
60 # MySQL uses thread local storage in its C api. Thus MySQL
61 @@ -144,7 +144,7 @@
62 use geoip && myconf="${myconf} --with-geoip"
63
64 # bug #158664
65 - gcc-specs-ssp && replace-flags -O[23s] -O
66 +# gcc-specs-ssp && replace-flags -O[23s] -O
67
68 export BUILD_CC=$(tc-getBUILD_CC)
69 econf \