Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:17 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: 2be10220bd87 - main - audio/spotify-tui: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKHrg050939@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=2be10220bd87958c9a47fbab2d7bb50363685539

commit 2be10220bd87958c9a47fbab2d7bb50363685539
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 14:01:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:57 +0000

    audio/spotify-tui: Mark BROKEN_SSL
    
    - Fails to detect with OpenSSL 3.0.0 and later
    
    Approved by:    portmgr (blanket)
---
 audio/spotify-tui/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile
index 3250ec489c2d..7de33db45550 100644
--- a/audio/spotify-tui/Makefile
+++ b/audio/spotify-tui/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/Rigellute/spotify-tui
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Fails to detect OpenSSL 3.0.0 and later
+
 USES=		cargo localbase:ldflags python:3.6+,build ssl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	Rigellute



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