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

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Apr 8 07:21:25 UTC 2019


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 at 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.
 
-*********************************************************************
+******************************************************************************


More information about the svn-ports-all mailing list