diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-13 09:22:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-06-13 09:22:41 +0000 |
commit | 53b3493892c1263e43552562b0859a64ac34cc0d (patch) | |
tree | 2d7e6fde2070307666ba32d1c48ef18d5a2efff5 | |
parent | 7001bb0ec733e5dda6145aa848a63cd19fa633cb (diff) | |
download | ports-53b3493892c1263e43552562b0859a64ac34cc0d.tar.gz ports-53b3493892c1263e43552562b0859a64ac34cc0d.zip |
php/pear: unbreak bulk -a
-rw-r--r-- | Mk/Uses/pear.mk | 1 | ||||
-rw-r--r-- | mail/squirrelmail-change_sqlpass-plugin/Makefile | 1 | ||||
-rw-r--r-- | mail/squirrelmail-sasql-plugin/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
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 |