Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 12:39:10 +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: 4df1e49f2a9f - main - lang/php85: use bundled argon only on base win OpenSSL 3.5+
Message-ID:  <696f776e.42959.283c2793@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=4df1e49f2a9fa58482267a7479047dbe1312f84f

commit 4df1e49f2a9fa58482267a7479047dbe1312f84f
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-01-20 12:37:25 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-01-20 12:39:04 +0000

    lang/php85: 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/php85/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/php85/Makefile b/lang/php85/Makefile
index 76c1cdc2f656..ec199096816e 100644
--- a/lang/php85/Makefile
+++ b/lang/php85/Makefile
@@ -134,7 +134,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?696f776e.42959.283c2793>