First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 96716
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tijs Zwinkels <gentoobugs@tumblecow.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
wget-1.10.ebuild wget-1.10.ebuild (Update) text/plain Tijs Zwinkels 2005-06-21 10:46 0000 1.53 KB Details
002_all_wget-remove-rpath-from-binary.patch 002_all_wget-remove-rpath-from-binary.patch patch Emanuele Giaquinta (RETIRED) 2005-06-27 13:13 0000 473 bytes Details | Diff
003_all_wget-1.9.1-locale.patch 003_all_wget-1.9.1-locale.patch patch Emanuele Giaquinta (RETIRED) 2005-06-27 13:13 0000 343 bytes Details | Diff
003_all_wget-etc-not-usr-local-etc.patch 003_all_wget-etc-not-usr-local-etc.patch patch Emanuele Giaquinta (RETIRED) 2005-06-27 13:14 0000 3.22 KB Details | Diff
005_all_wget-print-percentage.patch 005_all_wget-print-percentage.patch patch Emanuele Giaquinta (RETIRED) 2005-06-27 13:14 0000 2.98 KB Details | Diff
006_all_wget-url-password.patch 006_all_wget-url-password.patch patch Emanuele Giaquinta (RETIRED) 2005-06-27 13:15 0000 687 bytes Details | Diff
006_all_wget-url-password.patch 006_all_wget-url-password.patch (updated) patch Emanuele Giaquinta (RETIRED) 2005-06-27 16:13 0000 669 bytes Details | Diff
wget-1.10-ptimer-gettimeofday.patch wget-1.10-ptimer-gettimeofday.patch patch solar 2005-07-18 20:19 0000 369 bytes Details | Diff
wget-1.10-ptimer-gettimeofday.patch wget-1.10-ptimer-gettimeofday.patch patch solar 2005-07-18 20:20 0000 369 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 96716 depends on: Show dependency tree
Show dependency graph
Bug 96716 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
005_all_wget-print-percentage.patch

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

------- Comment #8 From Emanuele Giaquinta (RETIRED) 2005-06-27 16:13:17 0000 -------
Created an attachment (id=62115) [edit]
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) [edit]
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) [edit]
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.

First Last Prev Next    No search results available      Search page      Enter new bug