Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 01:44:40 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: d928d6fc2361 - main - irc/iroffer-dinoex: Mark BROKEN_SSL
Message-ID:  <202305040144.3441iewo078900@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=d928d6fc23618be9ef1f3785d9c7dad41358639d

commit d928d6fc23618be9ef1f3785d9c7dad41358639d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 17:56:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:27 +0000

    irc/iroffer-dinoex: Mark BROKEN_SSL
    
    - Fails to detect crypt.h fro OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 irc/iroffer-dinoex/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 08b7766233a4..710f10362b84 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -12,6 +12,9 @@ WWW=		https://iroffer.net/
 
 LICENSE=	GPLv2
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to detect crypt.h from OpenSSL 3.0.0 and later
+
 CONFLICTS=	iroffer-1* iroffer-lamm-1.*
 
 USES=		ssl



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