Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2017 09:34:23 +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: r446728 - head/lang/php71
Message-ID:  <201707270934.v6R9YN1G094677@repo.freebsd.org>

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



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