Skip to content

Commit

Permalink
net/haproxy17: Mark DEPRRECATED
Browse files Browse the repository at this point in the history
- Upstream EOL reached on 2021-03-31
- Set EXPIRATIOIN_DATE 2023-06-02
- Mark IGNORE_SSL as it fails to build with OpenSSL 2.0.0 and later

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 2, 2023
1 parent 10cb055 commit 4413b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/haproxy17/Makefile
Expand Up @@ -11,6 +11,8 @@ WWW= https://www.haproxy.org
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi

DEPRECATED= Upstream EOL reached on 2021-03-31
EXPIRATION_DATE= 2023-06-02
BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4'
BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4'

Expand Down Expand Up @@ -39,6 +41,8 @@ DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c
DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include
OPENSSL_USES= ssl
OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
OPENSSL_VARS= IGNORE_SSL="openssl30 openssl31" \
IGNORE_SSL_REASON="Fails to build with OpenSSL 3.0.0 and later"
LUA_USES= lua:53
LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER}

Expand Down

0 comments on commit 4413b8f

Please sign in to comment.