Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 12:39:09 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 981716f92438 - main - lang/php84: use bundled argon only on base win OpenSSL 3.5+
Message-ID:  <696f776d.42b9d.18ac2ded@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=981716f924385125d1b9b8fc954e227fc3f9c067

commit 981716f924385125d1b9b8fc954e227fc3f9c067
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-01-20 12:33:14 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-01-20 12:39:03 +0000

    lang/php84: use bundled argon only on base win OpenSSL 3.5+
    
    OpenSSL 3.5 introduced in base at 1500059
    
    MFH:            2026Q1
    Approved by:    portbgr blanket (fix build)
---
 lang/php84/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/php84/Makefile b/lang/php84/Makefile
index e13afe65cda5..0eefc45bf869 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} >= 1500059 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15)) && empty(PORT_OPTIONS:MZTS)
 CONFIGURE_ARGS+=	--with-openssl-argon2
 .  else
 LIB_DEPENDS+=		libargon2.so:security/libargon2


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696f776d.42b9d.18ac2ded>