From owner-svn-ports-head@freebsd.org Sun Sep 27 18:37:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2EDA0A12F; Sun, 27 Sep 2015 18:37:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1C08E2; Sun, 27 Sep 2015 18:37:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8RIbZUS017355; Sun, 27 Sep 2015 18:37:35 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8RIbZkG017354; Sun, 27 Sep 2015 18:37:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201509271837.t8RIbZkG017354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 27 Sep 2015 18:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398043 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 18:37:35 -0000 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)