diff --git a/deskutils/moregroupware/Makefile b/deskutils/moregroupware/Makefile index 587c1b913fcd..0fe436c095bf 100644 --- a/deskutils/moregroupware/Makefile +++ b/deskutils/moregroupware/Makefile @@ -1,42 +1,41 @@ # Created by: Rob Evers PORTNAME= moregroupware PORTVERSION= 0.7.4 PORTREVISION= 3 CATEGORIES= deskutils www MASTER_SITES= SF DISTNAME= ${PORTNAME}-core-${PORTVERSION} MAINTAINER= eksffa@freebsdbrasil.com.br COMMENT= Web based GroupWare system USES= gettext php:mod WANT_PGSQL= server # php extensions USE_PHP= curl gd pcre session xml -IGNORE_WITH_PHP= 81 SHAREOWN= ${WWWOWN} SHAREGRP= ${WWWGRP} NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= ADDONS NLS OPTIONS_DEFAULT= MYSQL OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL OPTIONS_SUB= yes ADDONS_DESC= install additional workgroup features (addons) ADDONS_DISTFILES= ${PORTNAME}-addons-${PORTVERSION}${EXTRACT_SUFX} MYSQL_USES= mysql:server NLS_USES= gettext PGSQL_USES= pgsql do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include 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 @@ -1,43 +1,40 @@ # Created by: Ryan Steinmetz PORTNAME= dns-ui DISTVERSION= v0.2.7 CATEGORIES= dns MAINTAINER= zi@FreeBSD.org COMMENT= LDAP-authenticated PowerDNS user interface by Opera 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 post-extract: ${MV} ${WRKSRC}/config/config-sample.ini \ ${WRKSRC}/config/config.ini.sample do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include diff --git a/www/phpgroupware/Makefile b/www/phpgroupware/Makefile index f7ce450b1d1f..b42ec281b0e9 100644 --- a/www/phpgroupware/Makefile +++ b/www/phpgroupware/Makefile @@ -1,19 +1,18 @@ PORTNAME= phpgroupware PORTVERSION= 0.9.16.017 CATEGORIES= www MASTER_SITES= SF/phpgroupware/phpgroupware/${PORTVERSION} 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 cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/data-dist/phpgroupware .include