Bug 199658 - ftp/curl fails to build without SSL support, needs OPENSSL to succeed
Summary: ftp/curl fails to build without SSL support, needs OPENSSL to succeed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 09:28 UTC by jakub_lach
Modified: 2015-04-25 10:14 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2015-04-24 09:28:22 UTC
If OPENSSL option is unchecked, compilation fails with

--- libcurl_la-url.lo ---
url.c:3216:34: error: no member named 'ntlm' in 'struct connectdata'
         (wantNTLMhttp || check->ntlm.state != NTLMSTATE_NONE)) {
                          ~~~~~  ^
1 error generated.
*** [libcurl_la-url.lo] Error code 1

checking in POLARSSL won't change a thing, only OPENSSL works.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-04-25 10:14:00 UTC
This is fixed in r384716. Thanks!