aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-25 15:37:16 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-25 17:30:46 +0000
commitf6245733d67285f98ff77ca0a8006d9eb50dee61 (patch)
tree1d1e65884f4722f99de0ba017e93ee149d5cffa5
parent3ec779fcec274164aa90fb451ccaf65bf998dfef (diff)
downloadports-f6245733d67285f98ff77ca0a8006d9eb50dee61.tar.gz
ports-f6245733d67285f98ff77ca0a8006d9eb50dee61.zip
lang/php80: Mark IGNORE with openssl30 and later
php80 will not receive support for OpenSSL 3.0 or later from upstream. Those who needs OpenSSL 3.0 or later and php should consider migrating to lang/php81 or later. Sponsored by: Bounce Experts
-rw-r--r--lang/php80/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index d8b0ff01ace6..e20a3bcbd230 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -35,6 +35,8 @@ CONFIGURE_ARGS+= \
--with-password-argon2=${LOCALBASE}
USES+= autoreconf:build localbase ssl
+IGNORE_SSL= openssl30 openssl31
+IGNORE_SSL_REASON= Missing upstream support for openssl30 and later
USE_GNOME= libxml2
LDFLAGS= -L${OPENSSLLIB} -lcrypto -lssl