Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.4.2.ebuild ChangeLog
Date: Sun, 11 May 2008 03:58:48
Message-Id: E1Jv2hw-0002NQ-Ut@stork.gentoo.org
1 solar 08/05/11 03:58:44
2
3 Modified: bind-9.4.2.ebuild ChangeLog
4 Log:
5 - cross compile fix
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 net-dns/bind/bind-9.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?r1=1.3&r2=1.4
14
15 Index: bind-9.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- bind-9.4.2.ebuild 9 May 2008 21:02:59 -0000 1.3
22 +++ bind-9.4.2.ebuild 11 May 2008 03:58:44 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v 1.3 2008/05/09 21:02:59 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v 1.4 2008/05/11 03:58:44 solar Exp $
28
29 inherit eutils libtool autotools toolchain-funcs flag-o-matic
30
31 @@ -124,7 +124,7 @@
32
33 # bug #158664
34 gcc-specs-ssp && replace-flags -O[23s] -O
35 -
36 + export BUILD_CC="${CBUILD}-gcc"
37 econf \
38 --sysconfdir=/etc/bind \
39 --localstatedir=/var \
40
41
42
43 1.189 net-dns/bind/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.189&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.189&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.188&r2=1.189
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
52 retrieving revision 1.188
53 retrieving revision 1.189
54 diff -u -r1.188 -r1.189
55 --- ChangeLog 9 May 2008 21:02:59 -0000 1.188
56 +++ ChangeLog 11 May 2008 03:58:44 -0000 1.189
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-dns/bind
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.188 2008/05/09 21:02:59 dertobi123 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.189 2008/05/11 03:58:44 solar Exp $
62 +
63 + 11 May 2008; <solar@g.o> bind-9.4.2.ebuild:
64 + - cross compile fix
65
66 09 May 2008; Tobias Scherbaum <dertobi123@g.o> bind-9.4.2.ebuild:
67 Fix building with libtool-2, patch by Rafał Mużyło and Christian
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list