git: 8e83a22df5a9 - main - ftp/curl: Add LIBUV_IMPLIES=DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 12:20:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e83a22df5a95829c7213650a90e3b26d79d39d4
commit 8e83a22df5a95829c7213650a90e3b26d79d39d4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-30 12:20:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-30 12:20:05 +0000
ftp/curl: Add LIBUV_IMPLIES=DEBUG
Upstream mentioned that using libuv without debug support enabled is useless.
Therefore, LIBUV option will also enable DEBUG option.
Reported by: adamw
---
ftp/curl/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 7e0faa24ae1c..9a37342b0d27 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -65,6 +65,7 @@ LIBSSH_IMPLIES= OPENSSL
LIBSSH2_DESC= SCP/SFTP support via libssh2 (requires OPENSSL)
LIBSSH2_IMPLIES=OPENSSL
LIBUV_DESC= Event-based tests
+LIBUV_IMPLIES= DEBUG
MQTT_DESC= MQTT support
POP3_DESC= POP3/POP3S support
PROXY_IMPLIES= HTTP