Re: [PATCH] www/lynx (drop dependency on bzip2)

2016-09-23 Thread Frederic Cambus
On Thu, Sep 15, 2016 at 12:36:20AM +0200, Frederic Cambus wrote: > Here is a patch to remove the bzip2 dependency from Lynx. We were > previously linking against bzlib so the library would be used instead > of the bzip2 binary, in order to unpack bzip2 compressed HTML. > > We now prevent lynx fro

Re: [PATCH] www/lynx (drop dependency on bzip2)

2016-09-23 Thread Frederic Cambus
On Mon, Sep 19, 2016 at 11:25:10PM +0200, Jeremie Courreges-Anglas wrote: > > Here is a patch to remove the bzip2 dependency from Lynx. We were > > previously linking against bzlib so the library would be used instead > > of the bzip2 binary, in order to unpack bzip2 compressed HTML. > > > > We no

Re: [PATCH] www/lynx (drop dependency on bzip2)

2016-09-19 Thread Jeremie Courreges-Anglas
Frederic Cambus writes: > Hi ports@, > > > Here is a patch to remove the bzip2 dependency from Lynx. We were > previously linking against bzlib so the library would be used instead > of the bzip2 binary, in order to unpack bzip2 compressed HTML. > > We now prevent lynx from appending 'bzip2' in t

[PATCH] www/lynx (drop dependency on bzip2)

2016-09-14 Thread Frederic Cambus
Hi ports@, Here is a patch to remove the bzip2 dependency from Lynx. We were previously linking against bzlib so the library would be used instead of the bzip2 binary, in order to unpack bzip2 compressed HTML. We now prevent lynx from appending 'bzip2' in the 'Accept-Encoding' header instead. H