https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230884
Charlie Li <ml+free...@vishwin.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ml+free...@vishwin.info --- Comment #65 from Charlie Li <ml+free...@vishwin.info> --- LibreSSL patches for net/qt5-network seem incomplete. Same error with both 2.7.4 (security/libressl) and 2.8.0 (security/libressl-devel): --- .obj/qsslcertificate.o --- In file included from ssl/qsslcertificate.cpp:116: ssl/qsslsocket_openssl_symbols_p.h:360:1: error: unknown type name 'SSL_CONF_CTX'; did you mean 'SSL_AEAD_CTX'? SSL_CONF_CTX *q_SSL_CONF_CTX_new(); ^~~~~~~~~~~~ SSL_AEAD_CTX /usr/local/include/openssl/ssl.h:610:32: note: 'SSL_AEAD_CTX' declared here typedef struct ssl_aead_ctx_st SSL_AEAD_CTX; ^ In file included from ssl/qsslcertificate.cpp:116: ssl/qsslsocket_openssl_symbols_p.h:361:26: error: unknown type name 'SSL_CONF_CTX' void q_SSL_CONF_CTX_free(SSL_CONF_CTX *a); ^ ssl/qsslsocket_openssl_symbols_p.h:362:33: error: unknown type name 'SSL_CONF_CTX' void q_SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *a, SSL_CTX *b); ^ ssl/qsslsocket_openssl_symbols_p.h:363:39: error: unknown type name 'SSL_CONF_CTX' unsigned int q_SSL_CONF_CTX_set_flags(SSL_CONF_CTX *a, unsigned int b); ^ ssl/qsslsocket_openssl_symbols_p.h:364:27: error: unknown type name 'SSL_CONF_CTX' int q_SSL_CONF_CTX_finish(SSL_CONF_CTX *a); ^ ssl/qsslsocket_openssl_symbols_p.h:365:20: error: unknown type name 'SSL_CONF_CTX' int q_SSL_CONF_cmd(SSL_CONF_CTX *a, const char *b, const char *c); ^ 6 errors generated. *** [.obj/qsslcertificate.o] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/net/qt5-network/work/qtbase-everywhere-src-5.11.1/src/network -- You are receiving this mail because: You are on the CC list for the bug.