Skip to content

Commit

Permalink
databases/mysql57-{client|server}: Mark IGNORE with OpenSSL 3
Browse files Browse the repository at this point in the history
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark IGNORE
for 14 and OSVERSION 1400092 onwards.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 17, 2023
1 parent d1587b8 commit e17f3dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions databases/mysql57-server/Makefile
Expand Up @@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SLAVEDIRS= databases/mysql57-client
USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
cpe groff:run libedit localbase perl5 shebangfix ssl
IGNORE_SSL= openssl30 openssl31
IGNORE_SSL_REASON= Upstream only supports OpenSSL 1.0.1 upto 1.1.X
CPE_VENDOR= oracle

USE_PERL5= run
Expand Down Expand Up @@ -150,6 +148,10 @@ CMAKE_ARGS+= -DWITH_AUTHENTICATION_LDAP=0

.include <bsd.port.pre.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
IGNORE= Upstream only supports OpenSSL 1.0.1 upto 1.1.X
.endif

.if ${SSL_DEFAULT} == base
CMAKE_ARGS+= -DWITH_SSL=system
.else
Expand Down

0 comments on commit e17f3dc

Please sign in to comment.