Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.14.ebuild ChangeLog
Date: Sun, 03 Mar 2013 03:29:03
Message-Id: 20130303032858.8F9792171D@flycatcher.gentoo.org
1 vapier 13/03/03 03:28:58
2
3 Modified: wget-1.14.ebuild ChangeLog
4 Log:
5 Drop openssl workarounds as the pkg-config patch should handle things for us now #459080 by Julian Ospald.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.12 net-misc/wget/wget-1.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?r1=1.11&r2=1.12
15
16 Index: wget-1.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- wget-1.14.ebuild 21 Feb 2013 19:22:08 -0000 1.11
23 +++ wget-1.14.ebuild 3 Mar 2013 03:28:58 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.11 2013/02/21 19:22:08 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.12 2013/03/03 03:28:58 vapier Exp $
29
30 EAPI="4"
31
32 @@ -46,9 +46,6 @@
33 # the included gnutls -- force ioctl.h to include this header
34 [[ ${CHOST} == *-solaris* ]] && append-flags -DBSD_COMP=1
35
36 - # the configure script contains a few hacks to workaround openssl
37 - # build limitations. disable those, and use openssl's pkg-config.
38 - eval export ac_cv_lib_{z_compress,dl_{dlopen,shl_load}}=no
39 # some libraries tests lack configure options :( #432468
40 eval export ac_cv_{header_pcre_h,lib_pcre_pcre_compile}=$(usex pcre)
41 eval export ac_cv_{header_uuid_uuid_h,lib_uuid_uuid_generate}=$(usex uuid)
42
43
44
45 1.175 net-misc/wget/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.175&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.175&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.174&r2=1.175
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
54 retrieving revision 1.174
55 retrieving revision 1.175
56 diff -u -r1.174 -r1.175
57 --- ChangeLog 21 Feb 2013 19:22:08 -0000 1.174
58 +++ ChangeLog 3 Mar 2013 03:28:58 -0000 1.175
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-misc/wget
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.174 2013/02/21 19:22:08 zmedico Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.175 2013/03/03 03:28:58 vapier Exp $
64 +
65 + 03 Mar 2013; Mike Frysinger <vapier@g.o> wget-1.14.ebuild:
66 + Drop openssl workarounds as the pkg-config patch should handle things for us
67 + now #459080 by Julian Ospald.
68
69 21 Feb 2013; Zac Medico <zmedico@g.o> wget-1.14.ebuild:
70 Add ~arm-linux keyword.