Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 16:32:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23a6699979f9 - main - net/haproxy18: Mark DEPRRECATED
Message-ID:  <202305021632.342GWY0Z093224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23a6699979f9c379e8fe8707416e64450306d3c5

commit 23a6699979f9c379e8fe8707416e64450306d3c5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 14:47:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 16:32:24 +0000

    net/haproxy18: Mark DEPRRECATED
    
    - Upstream EOL reached on 2022-12-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)
---
 net/haproxy18/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net/haproxy18/Makefile b/net/haproxy18/Makefile
index 8c7bde04ded5..ecd739c09a69 100644
--- a/net/haproxy18/Makefile
+++ b/net/haproxy18/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.haproxy.org
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+DEPRECATED=	Upstream EOL reached on 2022-12-31
+EXPIRATION_DATE=	2023-06-02
+
 CONFLICTS_INSTALL=	haproxy haproxy-devel haproxy17 haproxy20
 
 USES=		cpe gmake
@@ -36,6 +39,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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021632.342GWY0Z093224>