Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96716 - wget-1.10.ebuild (Update)
Summary: wget-1.10.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 10:44 UTC by Tijs Zwinkels
Modified: 2005-07-21 18:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wget-1.10.ebuild (Update) (wget-1.10.ebuild,1.53 KB, text/plain)
2005-06-21 10:46 UTC, Tijs Zwinkels
Details
002_all_wget-remove-rpath-from-binary.patch (002_all_wget-remove-rpath-from-binary.patch,473 bytes, patch)
2005-06-27 13:13 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
003_all_wget-1.9.1-locale.patch (003_all_wget-1.9.1-locale.patch,343 bytes, patch)
2005-06-27 13:13 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
003_all_wget-etc-not-usr-local-etc.patch (003_all_wget-etc-not-usr-local-etc.patch,3.22 KB, patch)
2005-06-27 13:14 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
005_all_wget-print-percentage.patch (005_all_wget-print-percentage.patch,2.98 KB, patch)
2005-06-27 13:14 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
006_all_wget-url-password.patch (006_all_wget-url-password.patch,687 bytes, patch)
2005-06-27 13:15 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
006_all_wget-url-password.patch (updated) (006_all_wget-url-password.patch,669 bytes, patch)
2005-06-27 16:13 UTC, Emanuele Giaquinta (RETIRED)
Details | Diff
wget-1.10-ptimer-gettimeofday.patch (wget-1.10-ptimer-gettimeofday.patch,369 bytes, patch)
2005-07-18 20:19 UTC, solar (RETIRED)
Details | Diff
wget-1.10-ptimer-gettimeofday.patch (wget-1.10-ptimer-gettimeofday.patch,369 bytes, patch)
2005-07-18 20:20 UTC, solar (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijs Zwinkels 2005-06-21 10:44:01 UTC
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 Tijs Zwinkels 2005-06-21 10:46:13 UTC
Created attachment 61651 [details]
wget-1.10.ebuild (Update)
Comment 2 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:12:02 UTC
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 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:13:17 UTC
Created attachment 62098 [details, diff]
002_all_wget-remove-rpath-from-binary.patch
Comment 4 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:13:45 UTC
Created attachment 62099 [details, diff]
003_all_wget-1.9.1-locale.patch
Comment 5 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:14:15 UTC
Created attachment 62100 [details, diff]
003_all_wget-etc-not-usr-local-etc.patch
Comment 6 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:14:36 UTC
Created attachment 62101 [details, diff]
005_all_wget-print-percentage.patch
Comment 7 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 13:15:01 UTC
Created attachment 62102 [details, diff]
006_all_wget-url-password.patch
Comment 8 Emanuele Giaquinta (RETIRED) gentoo-dev 2005-06-27 16:13:17 UTC
Created attachment 62115 [details, diff]
006_all_wget-url-password.patch (updated)
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-18 11:41:05 UTC
Adding solar to cc, so he can examine the uclibc patch and port it forward.
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-18 12:33:38 UTC
in cvs
Comment 11 solar (RETIRED) gentoo-dev 2005-07-18 20:15:42 UTC
Reopening bug as it fails on uclibc with an error
Comment 12 solar (RETIRED) gentoo-dev 2005-07-18 20:19:58 UTC
Created attachment 63748 [details, diff]
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 solar (RETIRED) gentoo-dev 2005-07-18 20:20:18 UTC
Created attachment 63749 [details, diff]
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 solar (RETIRED) gentoo-dev 2005-07-18 20:25:13 UTC
sorry about that. Had a network hiccup and the patch got summited twice
Comment 15 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-19 04:32:52 UTC
thanks solar, patch ball pushed out.
Comment 16 solar (RETIRED) gentoo-dev 2005-07-21 18:27:34 UTC
thanks seemant.