diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-25 18:35:38 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-25 18:36:58 +0000 |
commit | 4db069e975a19b331cc0d6f78624d880f9f56cf8 (patch) | |
tree | 78be881485e42791da83deffa01eaf4f946e221b | |
parent | c8f506bfb4eca56f87bae119e8507be243def6ad (diff) | |
download | ports-4db069e975a19b331cc0d6f78624d880f9f56cf8.tar.gz ports-4db069e975a19b331cc0d6f78624d880f9f56cf8.zip |
UNBREAK some ports with php81
- Pet portclippy/portfmt
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
-rw-r--r-- | deskutils/moregroupware/Makefile | 1 | ||||
-rw-r--r-- | dns/dns-ui/Makefile | 13 | ||||
-rw-r--r-- | www/phpgroupware/Makefile | 3 |
3 files changed, 6 insertions, 11 deletions
diff --git a/deskutils/moregroupware/Makefile b/deskutils/moregroupware/Makefile index 587c1b913fcd..0fe436c095bf 100644 --- a/deskutils/moregroupware/Makefile +++ b/deskutils/moregroupware/Makefile @@ -14,7 +14,6 @@ USES= gettext php:mod WANT_PGSQL= server # php extensions USE_PHP= curl gd pcre session xml -IGNORE_WITH_PHP= 81 SHAREOWN= ${WWWOWN} SHAREGRP= ${WWWGRP} diff --git a/dns/dns-ui/Makefile b/dns/dns-ui/Makefile index a826cff26164..9d51f98d2663 100644 --- a/dns/dns-ui/Makefile +++ b/dns/dns-ui/Makefile @@ -11,23 +11,20 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= pgsql php:mod,cli -IGNORE_WITH_PHP= 81 - -SUB_FILES= pkg-message - -NO_BUILD= yes - -USE_PHP= curl json intl ldap mbstring pdo_pgsql USE_GITHUB= yes GH_ACCOUNT= operasoftware +USE_PHP= curl intl json ldap mbstring pdo_pgsql + +NO_BUILD= yes +SUB_FILES= pkg-message OPTIONS_DEFINE= APACHE PGSQLSRV OPTIONS_DEFAULT= APACHE PGSQLSRV APACHE_DESC= Use apache as webserver PGSQLSRV_DESC= Use local postgres instance -APACHE_USES= apache:run,2.2+ APACHE_RUN_DEPENDS= mod_php74>0:www/mod_php74 +APACHE_USES= apache:run,2.2+ PGSQLSRV_VARS= WANT_PGSQL=server .include <bsd.port.options.mk> diff --git a/www/phpgroupware/Makefile b/www/phpgroupware/Makefile index f7ce450b1d1f..b42ec281b0e9 100644 --- a/www/phpgroupware/Makefile +++ b/www/phpgroupware/Makefile @@ -7,10 +7,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Web based GroupWare system USES= php:mod tar:bzip2 -IGNORE_WITH_PHP= 81 -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware |