summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 17:58:15 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 18:20:00 +0200
commit899ba2248335b138543b8f24523cc289dda437f5 (patch)
tree412dcbc6ffd6e5ad1b077870b29b5683f9462d12
parentsecurity/p5-openxpki: Mark BROKEN_SSL (diff)
www/bozohttpd: Mark BROKEN_SSL
- Fails to build with error: 'ERR_func_error_string' is deprecated which were deprecated in OpenSSL 3.0.0 and later Approved by: portmgr (blanket)
-rw-r--r--www/bozohttpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 8efc1e18c6ed..74da4c199ac6 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -54,6 +54,8 @@ SSL_CFLAGS_OFF= -DNO_SSL_SUPPORT
SSL_LDFLAGS= -L${OPENSSLLIB}
SSL_LIBS= -lcrypto -lssl
SSL_USES= ssl
+SSL_VARS= BROKEN_SSL="openssl30 openssl31" \
+ BROKEN_SSL_REASON="Fails to build with error: 'ERR_func_error_string' is deprecated"
USER_DESC= Optional /~user transformation (-e, -p, -u)
USER_CFLAGS_OFF= -DNO_USER_SUPPORT