Bug 96716 - wget-1.10.ebuild (Update)
|
Bug#:
96716
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Other
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: seemant@gentoo.org
|
Reported By: gentoobugs@tumblecow.net
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: wget-1.10.ebuild (Update)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-06-21 10:44 0000
|
Hello,
I Updated the wget-1.9.1-r5 ebuild to download and install wget-1.10.
This, among other things, adds large file support to wget. A feature I (and probably others) could really use. :)
This involved stripping all previous patches. The result works quite well for me.
See the attached ebuild.
Here it is an updated patchset for the new wget version.
The following patches are not needed anymore since wget 1.10 provides the CAN
fix and large files/dual-family systems support.
debian/001_all_wget-CAN-and-de_fr_po-and-passive-ftp.patch
gentoo/001_all_wget-1.9.1+ipvmisc.patch
mandrake/009_all_wget-large-file-support.patch
I consider wrong the mandrake/004_all_wget-referer-is-spelled-referrer.patch
cause the right name for the http optional header field the '--referer' option
is about is 'referer', not 'referrer'.
The uclibc patch is missing, cause I can't test it.
Adding solar to cc, so he can examine the uclibc patch and port it forward.
Reopening bug as it fails on uclibc with an error
Created an attachment (id=63748) [details]
wget-1.10-ptimer-gettimeofday.patch
clock_getres() in posix_init() was added in 1.10 and I got undefined references
when building. This patch works around by using the fallback gettimeofday
function
Created an attachment (id=63749) [details]
wget-1.10-ptimer-gettimeofday.patch
clock_getres() in posix_init() was added in 1.10 and I got undefined references
when building. This patch works around by using the fallback gettimeofday
function
sorry about that. Had a network hiccup and the patch got summited twice
thanks solar, patch ball pushed out.