FreeBSD Bugzilla – Attachment 223664 Details for
Bug 254622
ftp/curl: Make static library optional and don't ship by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for curl
curl-static-lib.patch (text/plain), 1.91 KB, created by
Daniel Engberg
on 2021-03-28 12:47:51 UTC
(
hide
)
Description:
Patch for curl
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-03-28 12:47:51 UTC
Size:
1.91 KB
patch
obsolete
>diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile >index 4222cd48af5d..af78ea36933e 100644 >--- a/ftp/curl/Makefile >+++ b/ftp/curl/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= curl > PORTVERSION= 7.75.0 >+PORTREVISION= 1 > CATEGORIES= ftp net www > MASTER_SITES= https://curl.haxx.se/download/ \ > LOCAL/sunpoet >@@ -32,7 +33,7 @@ DOCS= FAQ FEATURES.md INSTALL KNOWN_BUGS MAIL-ETIQUETTE THANKS TODO options-in- > > SHEBANG_FILES= */*.pl > >-OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP ZSTD >+OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL STATIC TLS_SRP ZSTD > OPTIONS_GROUP= PROTOCOL > OPTIONS_RADIO= SSL > OPTIONS_SINGLE= GSSAPI RESOLV >@@ -41,6 +42,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_SUB= yes > ALTSVC_DESC= HTTP Alternative Services support > CA_BUNDLE_DESC= Enable CA bundle for OpenSSL/GnuTLS/mbedTLS > COOKIES_DESC= Cookies support >@@ -130,6 +132,7 @@ RTMP_USES= pkgconfig > RTSP_CONFIGURE_ENABLE= rtsp > SMB_CONFIGURE_ENABLE= smb > SMTP_CONFIGURE_ENABLE= smtp >+STATIC_CONFIGURE_ENABLE= static > TELNET_CONFIGURE_ENABLE=telnet > TFTP_CONFIGURE_ENABLE= tftp > THREADED_RESOLVER_CONFIGURE_ENABLE= pthreads threaded-resolver >diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist >index e9d2d0cb3b1c..c57a90eb046d 100644 >--- a/ftp/curl/pkg-plist >+++ b/ftp/curl/pkg-plist >@@ -10,7 +10,7 @@ include/curl/stdcheaders.h > include/curl/system.h > include/curl/typecheck-gcc.h > include/curl/urlapi.h >-lib/libcurl.a >+%%STATIC%%lib/libcurl.a > lib/libcurl.so > lib/libcurl.so.4 > lib/libcurl.so.4.7.0
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
Actions:
View
|
Diff
Attachments on
bug 254622
: 223664