Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 10:58:18 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498663 - in branches/2019Q2/lang: php71 php72 php73
Message-ID:  <201904111058.x3BAwI5o007907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Apr 11 10:58:18 2019
New Revision: 498663
URL: https://svnweb.freebsd.org/changeset/ports/498663

Log:
  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)

Modified:
  branches/2019Q2/lang/php71/Makefile
  branches/2019Q2/lang/php71/Makefile.ext
  branches/2019Q2/lang/php72/Makefile
  branches/2019Q2/lang/php72/Makefile.ext
  branches/2019Q2/lang/php73/Makefile
  branches/2019Q2/lang/php73/Makefile.ext
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/php71/Makefile
==============================================================================
--- branches/2019Q2/lang/php71/Makefile	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php71/Makefile	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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}

Modified: branches/2019Q2/lang/php71/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php71/Makefile.ext	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php71/Makefile.ext	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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

Modified: branches/2019Q2/lang/php72/Makefile
==============================================================================
--- branches/2019Q2/lang/php72/Makefile	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php72/Makefile	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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}

Modified: branches/2019Q2/lang/php72/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php72/Makefile.ext	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php72/Makefile.ext	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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
 

Modified: branches/2019Q2/lang/php73/Makefile
==============================================================================
--- branches/2019Q2/lang/php73/Makefile	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php73/Makefile	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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}

Modified: branches/2019Q2/lang/php73/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php73/Makefile.ext	Thu Apr 11 10:27:15 2019	(r498662)
+++ branches/2019Q2/lang/php73/Makefile.ext	Thu Apr 11 10:58:18 2019	(r498663)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904111058.x3BAwI5o007907>