git: 4bab742835b0 - main - security/pear-File_SMBPasswd: Remove IGNORE_WITH_PHP=84
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 19:05:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bab742835b0df81206183e2951763e69c648f3c commit 4bab742835b0df81206183e2951763e69c648f3c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 19:03:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 19:03:09 +0000 security/pear-File_SMBPasswd: Remove IGNORE_WITH_PHP=84 This port does build with php84 if its depedency (pecl-mcrypt) is patched. --- security/pear-File_SMBPasswd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile index 0c9944176d9e..4e149fe6c192 100644 --- a/security/pear-File_SMBPasswd/Makefile +++ b/security/pear-File_SMBPasswd/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Crypt_CHAP>=1.0.0:security/pear-Crypt_CHAP@${P USES= pear -IGNORE_WITH_PHP=84 NO_ARCH= yes .include <bsd.port.mk>