Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 18:37:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398043 - head/Mk
Message-ID:  <201509271837.t8RIbZkG017354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Sep 27 18:37:34 2015
New Revision: 398043
URL: https://svnweb.freebsd.org/changeset/ports/398043

Log:
  Add a message explaining how to fix poudriere build failures if the
  ZTS option is enabled.
  
  PR:		201193
  Approved by:	maintainer timeout (PR is 3 months old without
  		maintainer response)

Modified:
  head/Mk/bsd.php.mk

Modified: head/Mk/bsd.php.mk
==============================================================================
--- head/Mk/bsd.php.mk	Sun Sep 27 14:32:04 2015	(r398042)
+++ head/Mk/bsd.php.mk	Sun Sep 27 18:37:34 2015	(r398043)
@@ -32,6 +32,8 @@
 # You may combine multiple WANT_PHP_* knobs.
 # Don't specify any WANT_PHP_* knob if your port will work with every PHP SAPI.
 #
+# 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.
 
 .if !defined(_PHPMKINCLUDED)
 



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