diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 14:37:43 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 15:15:18 +0200 |
commit | c00a7b36df164d8c155ef2734249b75516e278e6 (patch) | |
tree | 56c5a081cc6eae25107f4ed66568efc645c44e0f /mail/postfixadmin | |
parent | textproc/pecl-pspell: New Port (diff) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r-- | mail/postfixadmin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index b4ab81cb7f4f..7b49131d0814 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -21,6 +21,7 @@ CPE_PRODUCT= postfix_admin USE_GITHUB= yes GH_TAGNAME= d3bc1551 USE_PHP= mbstring session +IGNORE_WITH_PHP= 84 NO_ARCH= yes NO_BUILD= yes |