Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216764 Details for
Bug 301312
net-misc/wget-1.12 has no SNI support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wget-1.12-r1 ebuild
wget-1.12-r1.ebuild (text/plain), 2.12 KB, created by
Andreas Nüßlein
on 2010-01-17 21:08:57 UTC
(
hide
)
Description:
wget-1.12-r1 ebuild
Filename:
MIME Type:
Creator:
Andreas Nüßlein
Created:
2010-01-17 21:08:57 UTC
Size:
2.12 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12.ebuild,v 1.9 2009/10/18 14:26:26 ranger Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Network utility to retrieve files from the WWW" >HOMEPAGE="http://www.gnu.org/software/wget/" >SRC_URI="mirror://gnu/wget/${P}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" >IUSE="debug idn ipv6 nls ntlm ssl static" > >RDEPEND="idn? ( net-dns/libidn ) > ssl? ( >=dev-libs/openssl-0.9.6b )" >DEPEND="${RDEPEND} > nls? ( sys-devel/gettext )" > >pkg_setup() { > if ! use ssl && use ntlm ; then > elog "USE=ntlm requires USE=ssl, so disabling ntlm support due to USE=-ssl" > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-1.12-linking.patch > epatch "${FILESDIR}"/${P}-debug-tests.patch #286173 > epatch "${FILESDIR}"/${P}-sni.patch >} > >src_compile() { > # openssl-0.9.8 now builds with -pthread on the BSD's > use elibc_FreeBSD && use ssl && append-ldflags -pthread > > use static && append-ldflags -static > econf \ > --disable-rpath \ > $(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \ > $(use_enable idn iri) \ > $(use_enable ipv6) \ > $(use_enable nls) \ > $(use ssl && use_enable ntlm) \ > $(use_enable debug) \ > || die > emake || die >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc AUTHORS ChangeLog* MAILING-LIST NEWS README > dodoc doc/sample.wgetrc > > use ipv6 && cat "${FILESDIR}"/wgetrc-ipv6 >> "${D}"/etc/wgetrc > > sed -i \ > -e 's:/usr/local/etc:/etc:g' \ > "${D}"/etc/wgetrc \ > "${D}"/usr/share/man/man1/wget.1 \ > "${D}"/usr/share/info/wget.info >} > >pkg_preinst() { > ewarn "The /etc/wget/wgetrc file has been relocated to /etc/wgetrc" > if [[ -e ${ROOT}/etc/wget/wgetrc ]] ; then > if [[ -e ${ROOT}/etc/wgetrc ]] ; then > ewarn "You have both /etc/wget/wgetrc and /etc/wgetrc ... you should delete the former" > else > einfo "Moving /etc/wget/wgetrc to /etc/wgetrc for you" > mv "${ROOT}"/etc/wget/wgetrc "${ROOT}"/etc/wgetrc > rmdir "${ROOT}"/etc/wget 2>/dev/null > fi > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 301312
:
216763
| 216764