From eb00b7d1280b3b2326f2e342c9b203f7e0798174 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 30 Jun 2023 00:35:52 +0200 Subject: lang/php80: Mark IGNORE_SSL for 14 This was marked IGNORE_SSL for OpenSSL 3 and later in an earlier commit as there is no upstream support for OpenSSL 3 however that was reverted as it got delayed in merging the OpenSSL in the base. As we have a proper OSVERSION now this patch fixes the OSVERSION logic. Sponsored by: Bounce Experts Sponsored by: The FreeBSD Foundation --- lang/php80/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 38d757ddbc23..fed3d604f2d8 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -101,8 +101,7 @@ WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS .include -#.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} -.if ${SSL_DEFAULT:Mopenssl3*} +.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} IGNORE_SSL= openssl30 openssl31 IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later .endif -- cgit v1.2.3