928247caa3
Fixed in 7.71.1: cirrus-ci: disable FreeBSD 13 (again) Curl_inet_ntop: always check the return code CURLOPT_READFUNCTION.3: provide the upload data size up front DYNBUF.md: fix a typo: trail => tail escape: make the URL decode able to reject only %00-bytes escape: zero length input should return a zero length output examples/multithread.c: call curl_global_cleanup() http2: set the correct URL in pushed transfers http: fix proxy auth with blank password mbedtls: fix build with disabled proxy support ngtcp2: sync with current master openssl: Fix compilation on Windows when ngtcp2 is enabled Revert "multi: implement wait using winsock events" sendf: improve the message on client write errors terminology: call them null-terminated strings tool_cb_hdr: Fix etag warning output and return code url: allow user + password to contain "control codes" for HTTP(S) vtls: compare cert blob when finding a connection to reuse
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.50 2020/07/01 07:54:09 adam Exp $
|
|
|
|
BUILDLINK_TREE+= curl
|
|
|
|
.if !defined(CURL_BUILDLINK3_MK)
|
|
CURL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.12.3
|
|
BUILDLINK_ABI_DEPENDS.curl+= curl>=7.70.0nb2
|
|
BUILDLINK_PKGSRCDIR.curl?= ../../www/curl
|
|
|
|
pkgbase:= curl
|
|
.include "../../mk/pkg-build-options.mk"
|
|
.if ${PKG_BUILD_OPTIONS.curl:Mlibssh2}
|
|
. include "../../security/libssh2/buildlink3.mk"
|
|
.endif
|
|
.if ${PKG_BUILD_OPTIONS.curl:Mgssapi}
|
|
. include "../../mk/krb5.buildlink3.mk"
|
|
.endif
|
|
.if ${PKG_BUILD_OPTIONS.curl:Mldap}
|
|
. include "../../databases/openldap-client/buildlink3.mk"
|
|
.endif
|
|
.if ${PKG_BUILD_OPTIONS.curl:Mrtmp}
|
|
. include "../../net/rtmpdump/buildlink3.mk"
|
|
.endif
|
|
.if ${PKG_BUILD_OPTIONS.curl:Midn}
|
|
. include "../../devel/libidn2/buildlink3.mk"
|
|
.endif
|
|
.if ${PKG_BUILD_OPTIONS.curl:Mhttp2}
|
|
. include "../../www/nghttp2/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # CURL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -curl
|