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
Description:   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.

------- Comment #1 From Tijs Zwinkels 2005-06-21 10:46:13 0000 -------
Created an attachment (id=61651) [details]
wget-1.10.ebuild (Update)

------- Comment #2 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:12:02 0000 -------
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. 

------- Comment #3 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:13:17 0000 -------
Created an attachment (id=62098) [details]
002_all_wget-remove-rpath-from-binary.patch

------- Comment #4 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:13:45 0000 -------
Created an attachment (id=62099) [details]
003_all_wget-1.9.1-locale.patch

------- Comment #5 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:14:15 0000 -------
Created an attachment (id=62100) [details]
003_all_wget-etc-not-usr-local-etc.patch

------- Comment #6 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:14:36 0000 -------
Created an attachment (id=62101) [details]
005_all_wget-print-percentage.patch

------- Comment #7 From Emanuele Giaquinta (RETIRED) 2005-06-27 13:15:01 0000 -------
Created an attachment (id=62102) [details]
006_all_wget-url-password.patch

------- Comment #8 From Emanuele Giaquinta (RETIRED) 2005-06-27 16:13:17 0000 -------
Created an attachment (id=62115) [details]
006_all_wget-url-password.patch (updated)

------- Comment #9 From Seemant Kulleen (RETIRED) 2005-07-18 11:41:05 0000 -------
Adding solar to cc, so he can examine the uclibc patch and port it forward.

------- Comment #10 From Seemant Kulleen (RETIRED) 2005-07-18 12:33:38 0000 -------
in cvs

------- Comment #11 From solar 2005-07-18 20:15:42 0000 -------
Reopening bug as it fails on uclibc with an error

------- Comment #12 From solar 2005-07-18 20:19:58 0000 -------
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

------- Comment #13 From solar 2005-07-18 20:20:18 0000 -------
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

------- Comment #14 From solar 2005-07-18 20:25:13 0000 -------
sorry about that. Had a network hiccup and the patch got summited twice

------- Comment #15 From Seemant Kulleen (RETIRED) 2005-07-19 04:32:52 0000 -------
thanks solar, patch ball pushed out.

------- Comment #16 From solar 2005-07-21 18:27:34 0000 -------
thanks seemant.