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:
parent
4158867dbc
commit
45aaa651f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498659
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user