[Bug-wget] python3

2014-12-18 Thread Jérémie Courrèges-Anglas
wget-1.16.1 introduced a change wrt. python. Just upgrading the port lead to the following failure: checking whether /usr/local/bin/python3.4 version is >= 3.0... no configure: error: Python interpreter is too old *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2725 '/usr/ports/pobj/

Re: [Bug-wget] [patch] uuid generation in warc.c

2014-12-18 Thread Tim Ruehsen
On Thursday 18 December 2014 01:45:14 Jérémie Courrèges-Anglas wrote: > Tim Ruehsen writes: > > [...] > > > Thanks, your patch has been pushed to git. > > Great! > > > On top of it I created the attached patch that implements my suggestion > > from above. > > Please review and test on OpenBSD

Re: [Bug-wget] Page-requisites: DNS+Connect+Download time

2014-12-18 Thread Tim Ruehsen
On Wednesday 17 December 2014 23:27:50 Hugo Varandas wrote: > Hi, > > What is the meaning of the wall clock time and download time in > page-reference/recursive mode? > "Total wall clock time: 1m 23s > Downloaded: 763 files, 5.7M in 6.0s (958 KB/s)" > > I want to include all times other than thos

Re: [Bug-wget] [PATCH 1-3/3] support HTTP compression

2014-12-18 Thread Yuriy M. Kaminskiy
Ángel González wrote: > On 16/12/14 16:20, Yuriy M. Kaminskiy wrote: > Thanks! > > Comments inline. FWIW: I found a bug with these patches (introduced by patch 2/3): option --convert-links (and --backup-converted) behaves confusingly/broken when --compressed set. >> > From ccb95548926a0ab8ad4ed3

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-18 Thread Jochen Roderburg
Hi Tim, Am 16.12.2014 um 14:00 schrieb Tim Ruehsen: That is not so easy, since when having --with-libssl-prefix=/usr/local/ssl, you can't just OPENSSL_CFLAGS=$with_libssl_prefix/include OPENSSL_LIBS=$with_libssl_prefix/lib You also have to manually specify the libraries you want to link with...

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-18 Thread Tim Ruehsen
Hi Jochen, On Thursday 18 December 2014 16:06:01 Jochen Roderburg wrote: > Hi Tim, > > Am 16.12.2014 um 14:00 schrieb Tim Ruehsen: > > That is not so easy, since when having > > --with-libssl-prefix=/usr/local/ssl, > > you can't just > > OPENSSL_CFLAGS=$with_libssl_prefix/include > > OPENSSL_LIBS

Re: [Bug-wget] [PATCH 1-3/3] support HTTP compression

2014-12-18 Thread Ángel González
On 18/12/14 13:32, Yuriy M. Kaminskiy wrote: I preferred to save file as is, without attempting to decompress them, leaving decompression to user. That isn't really user friendly. (Later patches only decompress files in-memory, when wget want to parse them for links (-r/-p options)). It also

Re: [Bug-wget] python3

2014-12-18 Thread Ángel González
On 18/12/14 09:16, Jérémie Courrèges-Anglas wrote: wget-1.16.1 introduced a change wrt. python. Just upgrading the port lead to the following failure: checking whether /usr/local/bin/python3.4 version is>= 3.0... no configure: error: Python interpreter is too old *** Error 1 in . (/usr/ports/in