git: f6245733d672 - main - lang/php80: Mark IGNORE with openssl30 and later
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Apr 2023 17:30:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6245733d67285f98ff77ca0a8006d9eb50dee61 commit f6245733d67285f98ff77ca0a8006d9eb50dee61 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-25 15:37:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-25 17:30:46 +0000 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 --- lang/php80/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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