diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-10 18:33:12 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-10 18:33:12 +0000 |
commit | 66a1aa908200ac56e7cbc86aaffb6e0073b95674 (patch) | |
tree | 38a5660fd5cebc634a043885a2e6bb5e57d00110 | |
parent | 80f7a0af110fd78a76d430df8d2915501bd8d1c5 (diff) | |
download | ports-66a1aa908200ac56e7cbc86aaffb6e0073b95674.tar.gz ports-66a1aa908200ac56e7cbc86aaffb6e0073b95674.zip |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts
-rw-r--r-- | dns/dns-ui/Makefile | 2 | ||||
-rw-r--r-- | www/ilias/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/dns-ui/Makefile b/dns/dns-ui/Makefile index 21bc44490967..667802901c5d 100644 --- a/dns/dns-ui/Makefile +++ b/dns/dns-ui/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= pgsql php:mod,cli -IGNORE_WITH_PHP= 80 +IGNORE_WITH_PHP= 80 81 SUB_FILES= pkg-message diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 664b3320565f..54bd367e63f5 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -26,7 +26,7 @@ GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS USES= cpe jpeg magick:6,run php -IGNORE_WITH_PHP= 80 +IGNORE_WITH_PHP= 80 81 NO_BUILD= yes PLIST= ${WRKDIR}/plist USE_PHP= pdo_mysql session zlib gd pdf dom xsl pcre simplexml |