Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 10:10:57 +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: r429051 - head/lang/php70
Message-ID:  <201612211010.uBLAAvVE082407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Dec 21 10:10:57 2016
New Revision: 429051
URL: https://svnweb.freebsd.org/changeset/ports/429051

Log:
  lang/php70: add notice for poudriere build when ZTS is enabled
  
  Without adding WITH_MPM=event into make.conf the build will fail
  when using poudriere. This is currently documentend in /Mk/Uses/php.mk.
  Since users do not investigate the framework code, we add the
  notice to avoid future confusion.
  
  PR:          214943
  Reported by: rainer@ultra-secure.de, ohartmann@walstatt.org
  Approved by: mentors (implicit)

Modified:
  head/lang/php70/pkg-message.mod

Modified: head/lang/php70/pkg-message.mod
==============================================================================
--- head/lang/php70/pkg-message.mod	Wed Dec 21 10:08:35 2016	(r429050)
+++ head/lang/php70/pkg-message.mod	Wed Dec 21 10:10:57 2016	(r429051)
@@ -1,4 +1,4 @@
-***************************************************************
+*********************************************************************
 
 Make sure index.php is part of your DirectoryIndex.
 
@@ -11,4 +11,9 @@ You should add the following to your Apa
     SetHandler application/x-httpd-php-source
 </FilesMatch>
 
-***************************************************************
+*********************************************************************
+
+If you are building PHP-based ports in poudriere(8) 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?201612211010.uBLAAvVE082407>