git: 2be10220bd87 - main - audio/spotify-tui: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:17 UTC
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