Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.10.2.ebuild
Date: Wed, 03 Oct 2007 08:56:27
Message-Id: E1Iczt3-00037v-CK@stork.gentoo.org
1 uberlord 07/10/03 08:47:21
2
3 Modified: wget-1.10.2.ebuild
4 Log:
5 openssl-0.9.8 now builds with -pthread on the BSD's
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.16 net-misc/wget/wget-1.10.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild?r1=1.15&r2=1.16
14
15 Index: wget-1.10.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- wget-1.10.2.ebuild 17 Oct 2006 12:38:38 -0000 1.15
22 +++ wget-1.10.2.ebuild 3 Oct 2007 08:47:20 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2006 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.15 2006/10/17 12:38:38 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.16 2007/10/03 08:47:20 uberlord Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -14,7 +14,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
35 -IUSE="build debug ipv6 nls socks5 ssl static"
36 +IUSE="build debug ipv6 nls socks5 ssl static elibc_FreeBSD"
37
38 RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
39 socks5? ( net-proxy/dante )"
40 @@ -33,6 +33,9 @@
41 }
42
43 src_compile() {
44 + # openssl-0.9.8 now builds with -pthread on the BSD's
45 + use elibc_FreeBSD && use ssl && append-ldflags -pthread
46 +
47 use static && append-ldflags -static
48 econf \
49 --sysconfdir=/etc/wget \
50
51
52
53 --
54 gentoo-commits@g.o mailing list