Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 19:05:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7cb2d334cecb - main - security/pear-Crypt_CHAP: Remove IGNORE_WITH_PHP=84
Message-ID:  <202407291905.46TJ54D8059884@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7cb2d334cecb15b09f041357be26df328f9e5e8a

commit 7cb2d334cecb15b09f041357be26df328f9e5e8a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 19:03:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 19:03:05 +0000

    security/pear-Crypt_CHAP: Remove IGNORE_WITH_PHP=84
    
    This port does build with php84 if its depedency (pecl-mcrypt) is patched.
---
 security/pear-Crypt_CHAP/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/pear-Crypt_CHAP/Makefile b/security/pear-Crypt_CHAP/Makefile
index 6f7f8319365b..cebfef9eeee3 100644
--- a/security/pear-Crypt_CHAP/Makefile
+++ b/security/pear-Crypt_CHAP/Makefile
@@ -12,7 +12,6 @@ LICENSE=	BSD3CLAUSE
 USES=		pear
 USE_PHP=	mcrypt
 
-IGNORE_WITH_PHP=84
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291905.46TJ54D8059884>