aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2023-12-28 21:54:34 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2023-12-28 21:58:57 +0000
commit177cd6b2364cc256456abceb989321587b74d6fa (patch)
treed2cbc461911bf7643ef0935e0f4e3acc2114e8cb
parentbd9fcc2e030af6c64a36dbb1444634d8f349ff35 (diff)
downloadports-177cd6b2364cc256456abceb989321587b74d6fa.tar.gz
ports-177cd6b2364cc256456abceb989321587b74d6fa.zip
net/haproxy: enable limited QUIC support when OpenSSL option is on.
PR: 267388
-rw-r--r--net/haproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index b7981fde5367..51aabf3a0140 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= haproxy
DISTVERSION= 2.8.5
+PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/2.8/src/
@@ -54,7 +55,7 @@ DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c
DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include
PROMEX_MAKE_ARGS= USE_PROMEX=1
OPENSSL_USES= ssl
-OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
+OPENSSL_MAKE_ARGS= USE_OPENSSL=1 USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
LUA_USES= lua:53
LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER}