git: ad3475984c2d - main - lang/php80: Mark IGNORE_SSL for 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 13:35:42 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad3475984c2dd345965937fe8eab476f6a95cf78
commit ad3475984c2dd345965937fe8eab476f6a95cf78
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-17 13:53:14 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 13:35:33 +0000
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
---
lang/php80/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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