Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 07:21:24 +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: r498354 - in head/lang: php71 php72 php73
Message-ID:  <201904080721.x387LOot002869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Apr  8 07:21:23 2019
New Revision: 498354
URL: https://svnweb.freebsd.org/changeset/ports/498354

Log:
  PHP: Add Synth to pkg-message advice
  
  pkg-message currently states the advice to add WITH_MPM=event
  if its build by poudriere and with ZTS option enabled.
  This is also true if Synth is used, therefore adding it.
  
  Reported by:	Dennis <denradford@gmail.com>

Modified:
  head/lang/php71/pkg-message.mod
  head/lang/php72/pkg-message.mod
  head/lang/php73/pkg-message.mod

Modified: head/lang/php71/pkg-message.mod
==============================================================================
--- head/lang/php71/pkg-message.mod	Mon Apr  8 07:15:00 2019	(r498353)
+++ head/lang/php71/pkg-message.mod	Mon Apr  8 07:21:23 2019	(r498354)
@@ -1,4 +1,4 @@
-***************************************************************
+******************************************************************************
 
 Make sure index.php is part of your DirectoryIndex.
 
@@ -11,9 +11,9 @@ You should add the following to your Apache configurat
     SetHandler application/x-httpd-php-source
 </FilesMatch>
 
-*********************************************************************
+******************************************************************************
 
-If you are building PHP-based ports in poudriere(8) with ZTS enabled,
+If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
 add WITH_MPM=event to /etc/make.conf to prevent build failures.
 
-*********************************************************************
+******************************************************************************

Modified: head/lang/php72/pkg-message.mod
==============================================================================
--- head/lang/php72/pkg-message.mod	Mon Apr  8 07:15:00 2019	(r498353)
+++ head/lang/php72/pkg-message.mod	Mon Apr  8 07:21:23 2019	(r498354)
@@ -1,4 +1,4 @@
-***************************************************************
+******************************************************************************
 
 Make sure index.php is part of your DirectoryIndex.
 
@@ -11,9 +11,9 @@ You should add the following to your Apache configurat
     SetHandler application/x-httpd-php-source
 </FilesMatch>
 
-*********************************************************************
+******************************************************************************
 
-If you are building PHP-based ports in poudriere(8) with ZTS enabled,
+If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
 add WITH_MPM=event to /etc/make.conf to prevent build failures.
 
-*********************************************************************
+******************************************************************************

Modified: head/lang/php73/pkg-message.mod
==============================================================================
--- head/lang/php73/pkg-message.mod	Mon Apr  8 07:15:00 2019	(r498353)
+++ head/lang/php73/pkg-message.mod	Mon Apr  8 07:21:23 2019	(r498354)
@@ -1,4 +1,4 @@
-***************************************************************
+******************************************************************************
 
 Make sure index.php is part of your DirectoryIndex.
 
@@ -11,9 +11,9 @@ You should add the following to your Apache configurat
     SetHandler application/x-httpd-php-source
 </FilesMatch>
 
-*********************************************************************
+******************************************************************************
 
-If you are building PHP-based ports in poudriere(8) with ZTS enabled,
+If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
 add WITH_MPM=event to /etc/make.conf to prevent build failures.
 
-*********************************************************************
+******************************************************************************



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