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

2014-12-30 Thread Jochen Roderburg
Am 25.12.2014 um 14:29 schrieb Tim Rühsen: I attached a patch to skip pkg-config detection when --with...-prefix is given. It works for me, but please also review and test. I have now made several tests with this patch and everything works for me as we wanted. For the sake of completeness

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

2014-12-29 Thread Charles Diza
On Thu, Dec 25, 2014 at 8:29 AM, Tim Rühsen tim.rueh...@gmx.de wrote: Am Donnerstag, 18. Dezember 2014, 16:06:01 schrieb 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

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

2014-12-29 Thread Tim Ruehsen
On Monday 29 December 2014 10:01:20 Charles Diza wrote: On Thu, Dec 25, 2014 at 8:29 AM, Tim Rühsen tim.rueh...@gmx.de wrote: Am Donnerstag, 18. Dezember 2014, 16:06:01 schrieb Jochen Roderburg: Hi Tim, Am 16.12.2014 um 14:00 schrieb Tim Ruehsen: That is not so easy, since when

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

2014-12-25 Thread Tim Rühsen
Am Donnerstag, 18. Dezember 2014, 16:06:01 schrieb 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

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

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

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

2014-12-15 Thread Jochen Roderburg
Am 14.12.2014 um 17:30 schrieb Tim Rühsen: I already spent some time to find a project that handles such cases, unlucky so far. I often could see the use of pkg-config without a fallback. The docs say: install pkg-config or die. That is also an option for us, especially since pkg-config becomes

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

2014-12-15 Thread Jochen Roderburg
Am 15.12.2014 um 13:20 schrieb Jochen Roderburg: Am 14.12.2014 um 17:30 schrieb Tim Rühsen: I appreciate any help in finding an example. Else we have to amend the documentation... I already made up a patch for the docs, but I am willing to wait a while before I push it. Hmm, I thought, there

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

2014-12-14 Thread Giuseppe Scrivano
Tim Ruehsen tim.rueh...@gmx.de writes: OK, that worked, thanks; indeed, all I had to do was 'PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure blah blah'. Easy enough. (That's the default location for a built-from-source openssl; is openssl not putting its .pc file where it should?)

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

2014-12-14 Thread Jochen Roderburg
OK, that worked, thanks; indeed, all I had to do was 'PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure blah blah'. Easy enough. (That's the default location for a built-from-source openssl; is openssl not putting its .pc file where it should?) I guess yes, if you 'make install' your

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

2014-12-14 Thread Tim Rühsen
Am Sonntag, 14. Dezember 2014, 18:12:05 schrieb Jochen Roderburg: OK, that worked, thanks; indeed, all I had to do was 'PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure blah blah'. Easy enough. (That's the default location for a built-from-source openssl; is openssl not

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

2014-12-13 Thread Tim Rühsen
Am Freitag, 12. Dezember 2014, 22:16:38 schrieb Darshit Shah: On Fri, Dec 12, 2014 at 9:45 PM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December

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

2014-12-13 Thread Charles Diza
On Fri, Dec 12, 2014 at 11:15 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December 2014 12:02:32 Charles Diza wrote: Wget 1.16.1 has broken

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

2014-12-12 Thread Tim Ruehsen
On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December 2014 12:02:32 Charles Diza wrote: Wget 1.16.1 has broken detection of non-built-in openssl on MacOSX. Openssl comes with MacOSX but

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

2014-12-12 Thread Darshit Shah
On Fri, Dec 12, 2014 at 9:45 PM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December 2014 12:02:32 Charles Diza wrote: Wget 1.16.1 has broken detection

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

2014-12-11 Thread Tim Ruehsen
On Wednesday 10 December 2014 12:02:32 Charles Diza wrote: Wget 1.16.1 has broken detection of non-built-in openssl on MacOSX. Openssl comes with MacOSX but it's deprecated by Apple and it's an old version. For this reason, many MacOSX users custom install a newer openssl and put it in