Skip to content

Commit

Permalink
databases/movine: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
Rust crate fails to detect OpenSSL 3 and later.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 16, 2023
1 parent 3b09134 commit b6eeb95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions databases/movine/Makefile
Expand Up @@ -178,6 +178,13 @@ OPENSSLLIB= /usr/lib

PLIST_FILES= bin/${PORTNAME}

.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 and later
.endif

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

Expand Down

0 comments on commit b6eeb95

Please sign in to comment.