svn commit: r498659 - in head/lang: php71 php72 php73

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Apr 11 09:49:41 UTC 2019


Author: tz
Date: Thu Apr 11 09:49:39 2019
New Revision: 498659
URL: https://svnweb.freebsd.org/changeset/ports/498659

Log:
  PHP: Change MOD_PRIO for imap to avoid core dumps
  
  PR:		235917
  Reported by:	Sergey Anokhin <admin at 5034.ru>
  MFH:		2019Q2

Modified:
  head/lang/php71/Makefile
  head/lang/php71/Makefile.ext
  head/lang/php72/Makefile
  head/lang/php72/Makefile.ext
  head/lang/php73/Makefile
  head/lang/php73/Makefile.ext

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php71/Makefile	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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}

Modified: head/lang/php71/Makefile.ext
==============================================================================
--- head/lang/php71/Makefile.ext	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php71/Makefile.ext	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php72/Makefile	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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}

Modified: head/lang/php72/Makefile.ext
==============================================================================
--- head/lang/php72/Makefile.ext	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php72/Makefile.ext	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php73/Makefile	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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}

Modified: head/lang/php73/Makefile.ext
==============================================================================
--- head/lang/php73/Makefile.ext	Thu Apr 11 09:31:14 2019	(r498658)
+++ head/lang/php73/Makefile.ext	Thu Apr 11 09:49:39 2019	(r498659)
@@ -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
 


More information about the svn-ports-all mailing list