Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 09:49:39 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498659 - in head/lang: php71 php72 php73
Message-ID:  <201904110949.x3B9ndFj070897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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