svn commit: r446728 - head/lang/php71

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Jul 27 09:34:24 UTC 2017


Author: tz
Date: Thu Jul 27 09:34:23 2017
New Revision: 446728
URL: https://svnweb.freebsd.org/changeset/ports/446728

Log:
  lang/php71: add notice for poudriere builds with ZTS option
  
  The message should point to a common mistake, when building
  lang/php71 with ZTS option enabled using poudriere.
  
  There is already the same message in lang/php70.
  
  Reported by: Jim Trigg <jktrigg at gmail.com>

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

Modified: head/lang/php71/pkg-message.mod
==============================================================================
--- head/lang/php71/pkg-message.mod	Thu Jul 27 09:28:07 2017	(r446727)
+++ head/lang/php71/pkg-message.mod	Thu Jul 27 09:34:23 2017	(r446728)
@@ -11,4 +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,
+add WITH_MPM=event to /etc/make.conf to prevent build failures.
+
+*********************************************************************


More information about the svn-ports-all mailing list