git: 53b3493892c1 - main - php/pear: unbreak bulk -a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jun 2022 09:23:02 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=53b3493892c1263e43552562b0859a64ac34cc0d commit 53b3493892c1263e43552562b0859a64ac34cc0d Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-06-13 09:22:41 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-06-13 09:22:41 +0000 php/pear: unbreak bulk -a --- Mk/Uses/pear.mk | 1 + mail/squirrelmail-change_sqlpass-plugin/Makefile | 1 + mail/squirrelmail-sasql-plugin/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/Mk/Uses/pear.mk b/Mk/Uses/pear.mk index e3412fa1fa46..bfa0f4a6a9de 100644 --- a/Mk/Uses/pear.mk +++ b/Mk/Uses/pear.mk @@ -22,6 +22,7 @@ IGNORE= Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not rec . endif . endfor +IGNORE_WITH_PHP?= 82 php_ARGS+= flavors .include "${USESDIR}/php.mk" diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile index e7b2cd3eafbf..d09d37c38463 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/Makefile +++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile @@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to change their passwords stored in a SQL database +IGNORE_WITH_PHP= 82 USE_SM_COMPAT= yes RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} diff --git a/mail/squirrelmail-sasql-plugin/Makefile b/mail/squirrelmail-sasql-plugin/Makefile index 053c816d35e5..769a218147a7 100644 --- a/mail/squirrelmail-sasql-plugin/Makefile +++ b/mail/squirrelmail-sasql-plugin/Makefile @@ -10,6 +10,7 @@ COMMENT= Edit SpamAssassin settings stored in an SQL DB RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} +IGNORE_WITH_PHP= 82 USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes