svn commit: r460400 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri Feb 2 19:48:14 UTC 2018


On Sat, Feb 3, 2018 at 3:07 AM, Craig Leres <leres at freebsd.org> wrote:

> On 01/30/18 07:39, Sunpoet Po-Chuan Hsieh wrote:
>
>> Author: sunpoet
>> Date: Tue Jan 30 15:39:00 2018
>> New Revision: 460400
>> URL: https://svnweb.freebsd.org/changeset/ports/460400
>>
>> Log:
>>
>
>    - Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options
>>
>
> It might not be a bad idea to add HTTP to OPTIONS_DEFAULT; I had several
> things break today because the newest curl my poudriere build server built
> no longer had HTTP/HTTPS support.
>
>                 Craig
>

Hi,

Regarding HTTP option, it is enabled by default.
Though it is not listed in OPTIONS_DEFAULT, it is enabled through HTTP2
option.

OPTIONS_DEFAULT= ... HTTP2 ...
HTTP2_IMPLIES= HTTP

I've prepared a fix for r460440 to re-enable some other options.

Regards,
sunpoet


More information about the svn-ports-head mailing list