git: b2a8b978a45c - main - security/pear-Crypt_CHAP: Revert "security/pear-Crypt_CHAP: Remove IGNORE_WITH_PHP=84"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 06:16:13 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b2a8b978a45cfb45da6a0014f89cc5ac23b30998
commit b2a8b978a45cfb45da6a0014f89cc5ac23b30998
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-07-30 06:15:44 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-07-30 06:15:44 +0000
security/pear-Crypt_CHAP: Revert "security/pear-Crypt_CHAP: Remove IGNORE_WITH_PHP=84"
This reverts commit 7cb2d334cecb15b09f041357be26df328f9e5e8a.
This unbreaks the ports tree
---
security/pear-Crypt_CHAP/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/pear-Crypt_CHAP/Makefile b/security/pear-Crypt_CHAP/Makefile
index cebfef9eeee3..6f7f8319365b 100644
--- a/security/pear-Crypt_CHAP/Makefile
+++ b/security/pear-Crypt_CHAP/Makefile
@@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE
USES= pear
USE_PHP= mcrypt
+IGNORE_WITH_PHP=84
NO_ARCH= yes
.include <bsd.port.mk>