FreeBSD Bugzilla – Attachment 218835 Details for
Bug 250414
ftp/curl: may automatically pick up libzstd, make that an explicit option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make ZSTD an explicit option to control ./configure behaviour and avoid inconsistency between auto-detection and LIB_DEPENDS
curl-zstd.patch (text/plain), 1.46 KB, created by
Matthias Andree
on 2020-10-17 09:13:43 UTC
(
hide
)
Description:
patch to make ZSTD an explicit option to control ./configure behaviour and avoid inconsistency between auto-detection and LIB_DEPENDS
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2020-10-17 09:13:43 UTC
Size:
1.46 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 552548) >+++ Makefile (Arbeitskopie) >@@ -32,7 +32,7 @@ > > SHEBANG_FILES= */*.pl > >-OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP >+OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP ZSTD > OPTIONS_GROUP= PROTOCOL > OPTIONS_RADIO= SSL > OPTIONS_SINGLE= GSSAPI RESOLV >@@ -40,7 +40,7 @@ > OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL WOLFSSL > OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE > OPTIONS_SINGLE_RESOLV= CARES THREADED_RESOLVER >-OPTIONS_DEFAULT= ALTSVC CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IMAP NTLM OPENSSL POP3 PROXY RESOLV RTSP SMTP TELNET TFTP THREADED_RESOLVER TLS_SRP >+OPTIONS_DEFAULT= ALTSVC CA_BUNDLE COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IMAP NTLM OPENSSL POP3 PROXY RESOLV RTSP SMTP TELNET TFTP THREADED_RESOLVER TLS_SRP ZSTD > ALTSVC_DESC= HTTP Alternative Services support > CA_BUNDLE_DESC= Enable CA bundle for OpenSSL/GnuTLS/mbedTLS > COOKIES_DESC= Cookies support >@@ -136,6 +136,8 @@ > TLS_SRP_CONFIGURE_ENABLE= tls-srp > WOLFSSL_CONFIGURE_WITH= wolfssl > WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl >+ZSTD_CONFIGURE_WITH= zstd >+ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd > > .include <bsd.port.pre.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mandree
:
maintainer-approval?
(
sunpoet
)
Actions:
View
|
Diff
Attachments on
bug 250414
: 218835