mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/mysql57-{client|server}: Mark IGNORE with OpenSSL 3
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
This commit is contained in:
parent
d1587b8023
commit
e17f3dc30d
1 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
SLAVEDIRS= databases/mysql57-client
|
SLAVEDIRS= databases/mysql57-client
|
||||||
USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
|
USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
|
||||||
cpe groff:run libedit localbase perl5 shebangfix ssl
|
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
|
CPE_VENDOR= oracle
|
||||||
|
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
@ -150,6 +148,10 @@ CMAKE_ARGS+= -DWITH_AUTHENTICATION_LDAP=0
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.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
|
.if ${SSL_DEFAULT} == base
|
||||||
CMAKE_ARGS+= -DWITH_SSL=system
|
CMAKE_ARGS+= -DWITH_SSL=system
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue