diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-17 13:53:14 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-18 13:35:33 +0000 |
commit | ad3475984c2dd345965937fe8eab476f6a95cf78 (patch) | |
tree | d52c6821b1666c19ccf398a74ffa4c8531bf89ae | |
parent | 08d6cc6855a01842f0547b0f3f85000eb05e69eb (diff) |
lang/php80: Mark IGNORE_SSL for 14
As OpenSSL 3 has landed on OSVERSION 1400092 mark IGNORE_SSL for base
openssl.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | lang/php80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index fed3d604f2d8..cc38544573ab 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -102,7 +102,7 @@ WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS .include <bsd.port.options.mk> .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} -IGNORE_SSL= openssl30 openssl31 +IGNORE_SSL= base openssl30 openssl31 IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later .endif |