Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Request for testing of GnuTLS 2.7.*
Date: Mon, 04 May 2009 11:04:37
Message-Id: 49FECBC5.6050502@gentoo.org
In Reply to: [gentoo-dev] Request for testing of GnuTLS 2.7.* by Arfrever Frehtes Taifersar Arahesis
1 Arfrever Frehtes Taifersar Arahesis wrote:
2 > GnuTLS >=2.7.1 doesn't contain 'libgnutls-config' and 'libgnutls-extra-config'
3 > scripts so packages, which use them, usually fail to build.
4 > (Sometimes `configure` scripts disable support for GnuTLS without failing.)
5 >
6 > The list of packages depending on net-libs/gnutls is available at:
7 > http://tinderbox.dev.gentoo.org/misc/dindex/net-libs/gnutls
8 >
9 > If you maintain or use a package included in this list, please check if it
10 > can be built with >=net-libs/gnutls-2.7.1.
11 >
12 > If a package fails to build with >=net-libs/gnutls-2.7.1 and it hasn't been
13 > reported yet, please report a bug and make it block bug 253709 [1].
14 >
15
16 Add a post_src_unpack hook like the following and then emerge all the rdeps.
17
18 post_src_unpack() {
19 egrep -r "libgnutls-(extra)?-config" "${S}" && \
20 ewarn "Using deprecated libgnutls-(extra)?-config"
21 }

Attachments

File name MIME type
signature.asc application/pgp-signature