mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
UNBREAK some ports with php81
- Pet portclippy/portfmt Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
This commit is contained in:
parent
c8f506bfb4
commit
4db069e975
3 changed files with 6 additions and 11 deletions
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue