Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.8.0.ebuild ChangeLog
Date: Thu, 02 Jun 2011 10:54:28
Message-Id: 20110602105416.64B5320054@flycatcher.gentoo.org
1 flameeyes 11/06/02 10:54:16
2
3 Modified: bind-tools-9.8.0.ebuild ChangeLog
4 Log:
5 Fix cross-compilation (bug #266570) by exporting BUILD_CC and forcing-enabled epoll on Linux builds. Also change the libiconv dependency on idn. Note that USE=ssl fails because there is another AC_TRY_RUN call that is not short-circuitable.
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-dns/bind-tools/bind-tools-9.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild?r1=1.1&r2=1.2
15
16 Index: bind-tools-9.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bind-tools-9.8.0.ebuild 1 Mar 2011 17:52:18 -0000 1.1
23 +++ bind-tools-9.8.0.ebuild 2 Jun 2011 10:54:16 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild,v 1.1 2011/03/01 17:52:18 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild,v 1.2 2011/06/02 10:54:16 flameeyes Exp $
29
30 EAPI="3"
31
32 -inherit eutils autotools flag-o-matic
33 +inherit eutils autotools flag-o-matic toolchain-funcs
34
35 MY_PN=${PN//-tools}
36 MY_PV=${PV/_p/-P}
37 @@ -23,7 +23,7 @@
38 DEPEND="ssl? ( dev-libs/openssl )
39 xml? ( dev-libs/libxml2 )
40 idn? (
41 - || ( sys-libs/glibc dev-libs/libiconv )
42 + virtual/libiconv
43 net-dns/idnkit
44 )"
45 RDEPEND="${DEPEND}"
46 @@ -58,8 +58,10 @@
47 # bug 344029
48 append-cflags "-DDIG_SIGCHASE"
49
50 + tc-export BUILD_CC
51 econf \
52 $(use_enable ipv6) \
53 + $(use_enable kernel_linux epoll) \
54 $(use_with idn) \
55 $(use_with ssl openssl) \
56 $(use_with xml libxml2) \
57
58
59
60 1.196 net-dns/bind-tools/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.196&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.196&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.195&r2=1.196
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
69 retrieving revision 1.195
70 retrieving revision 1.196
71 diff -u -r1.195 -r1.196
72 --- ChangeLog 27 May 2011 19:03:47 -0000 1.195
73 +++ ChangeLog 2 Jun 2011 10:54:16 -0000 1.196
74 @@ -1,6 +1,13 @@
75 # ChangeLog for net-dns/bind-tools
76 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.195 2011/05/27 19:03:47 idl0r Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.196 2011/06/02 10:54:16 flameeyes Exp $
79 +
80 + 02 Jun 2011; Diego E. Pettenò <flameeyes@g.o>
81 + bind-tools-9.8.0.ebuild:
82 + Fix cross-compilation (bug #266570) by exporting BUILD_CC and forcing-enabled
83 + epoll on Linux builds. Also change the libiconv dependency on idn. Note that
84 + USE=ssl fails because there is another AC_TRY_RUN call that is not
85 + short-circuitable.
86
87 27 May 2011; Christian Ruppert <idl0r@g.o>
88 -bind-tools-9.6.2_p2-r2.ebuild, -bind-tools-9.6.3.ebuild,