Skip to content

Commit

Permalink
security/rubygem-openssl2: Mark IGNORE_SSL
Browse files Browse the repository at this point in the history
This specific version do not have upstream support for OpenSSL 3 and
later. So Mark this version with IGNORE_SSL. In case OpenSSL 3 and later
support is required use security/rubygem-openssl.

Approved by:    portmgr (blanket)
Sponsored by:   The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 16, 2023
1 parent 6df793d commit 668e384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions security/rubygem-openssl2/Makefile
Expand Up @@ -24,9 +24,8 @@ PORTSCOUT= limit:^2\.
.include <bsd.port.options.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L
#IGNORE_SSL= base openssl30 openssl31
#IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later in this version
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.mk>

0 comments on commit 668e384

Please sign in to comment.