PHP: Change MOD_PRIO for imap to avoid core dumps

PR:		235917
Reported by:	Sergey Anokhin <admin@5034.ru>
MFH:		2019Q2
This commit is contained in:
Torsten Zuehlsdorff 2019-04-11 09:49:39 +00:00
parent 4158867dbc
commit 45aaa651f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498659
6 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= php71
PORTVERSION= 7.1.28
PORTREVISION?= 1
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?= 1
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?= 1
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