aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-17 13:53:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 13:35:33 +0000
commitad3475984c2dd345965937fe8eab476f6a95cf78 (patch)
treed52c6821b1666c19ccf398a74ffa4c8531bf89ae
parent08d6cc6855a01842f0547b0f3f85000eb05e69eb (diff)
downloadports-ad3475984c2dd345965937fe8eab476f6a95cf78.tar.gz
ports-ad3475984c2dd345965937fe8eab476f6a95cf78.zip
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/Makefile2
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