mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
audio/spotify-tui: Mark BROKEN_SSL for 14
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL for 14 and OSVERSION 1400092 onwards. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
dfbc45cbf0
commit
160188b230
@ -11,9 +11,6 @@ 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:build ssl xorg
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Rigellute
|
||||
@ -291,6 +288,13 @@ SPOTIFYD_DESC= Lightweight Spotify client daemon
|
||||
|
||||
SPOTIFYD_RUN_DEPENDS= spotifyd:audio/spotifyd
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
|
||||
BROKEN_SSL= base openssl30 openssl31
|
||||
BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user