Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 16:32:33 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: 4413b8fe59c1 - main - net/haproxy17: Mark DEPRRECATED
Message-ID:  <202305021632.342GWXFF093204@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=4413b8fe59c190f28309248b73ab6ff1bbad7cdd

commit 4413b8fe59c190f28309248b73ab6ff1bbad7cdd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 14:42:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 16:32:24 +0000

    net/haproxy17: Mark DEPRRECATED
    
    - 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)
---
 net/haproxy17/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile
index 6095043ea7e9..9c61897981cf 100644
--- a/net/haproxy17/Makefile
+++ b/net/haproxy17/Makefile
@@ -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'
 
@@ -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}
 



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