MFH: r498659

PHP: Change MOD_PRIO for imap to avoid core dumps

PR:		235917
Reported by:	Sergey Anokhin <admin@5034.ru>

Approved by:	ports-secteam (joneum)
This commit is contained in:
Torsten Zuehlsdorff 2019-04-11 10:58:18 +00:00
parent 948c13d10f
commit 72cdfbe5fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498663
6 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= php71
PORTVERSION= 7.1.28
PORTREVISION?= 0
PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}

View File

@ -527,6 +527,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "imap"
PHP_MOD_PRIO= 30
. if ${PORT_OPTIONS:MPANDA}
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
. else

View File

@ -2,7 +2,7 @@
PORTNAME= php72
DISTVERSION= 7.2.17
PORTREVISION?= 0
PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}

View File

@ -145,6 +145,7 @@ USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"
PHP_MOD_PRIO= 30
OPTIONS_DEFINE= PANDA
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient

View File

@ -2,7 +2,7 @@
PORTNAME= php73
DISTVERSION= 7.3.4
PORTREVISION?= 0
PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}

View File

@ -145,6 +145,7 @@ USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"
PHP_MOD_PRIO= 30
OPTIONS_DEFINE= PANDA
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient