Date: Wed, 31 Dec 2025 12:46:16 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98944e64591d - main - lang/php84: Fix build with ZTS on 15 Message-ID: <69551b18.38529.6237a753@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=98944e64591dd01e1ba7fd3cbc263ac05cee5893 commit 98944e64591dd01e1ba7fd3cbc263ac05cee5893 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-12-31 12:43:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-12-31 12:46:05 +0000 lang/php84: Fix build with ZTS on 15 Reported by: fluffy --- lang/php84/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php84/Makefile b/lang/php84/Makefile index edb84ad7ea0a..9279b6c84a21 100644 --- a/lang/php84/Makefile +++ b/lang/php84/Makefile @@ -133,7 +133,7 @@ PLIST_SUB+= SAPI_INC="" PLIST_SUB+= SAPI_INC="@comment " . endif -. if (${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15) && empty(PORT_OPTIONS:MZTS) +. if ((${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15)) && empty(PORT_OPTIONS:MZTS) CONFIGURE_ARGS+= --with-openssl-argon2 . else LIB_DEPENDS+= libargon2.so:security/libargon2home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69551b18.38529.6237a753>
