Skip to content

Commit

Permalink
net/asterisk16: Mark IGNORESSL
Browse files Browse the repository at this point in the history
This port do not have upstream support for OpenSSL 3 and later as it's
supposed toe expire on 2023-10-09 so mark IGNORE_SSL for OSVERSION
1400092 and cases where SSL_DEFAULT is openssl.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 22, 2023
1 parent 40dd71f commit cf7fe19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions net/asterisk16/Makefile
Expand Up @@ -194,6 +194,11 @@ CC= clang${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
IGNORE_SSL= base openssl30 openssl31
IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later in this version
.endif

.include <bsd.port.pre.mk>

.if empty(ICONV_LIB)
Expand Down

0 comments on commit cf7fe19

Please sign in to comment.