aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-07-27 17:34:23 +0800
committertz <tz@FreeBSD.org>2017-07-27 17:34:23 +0800
commit80795d3a6a3191d4d886789242e851033f134360 (patch)
tree49913454fc9efae2da13a7931ad6a88dcada25c4 /lang
parent1ca7820fe286c0ca9c3247abbba6f0fd96766595 (diff)
downloadfreebsd-ports-gnome-80795d3a6a3191d4d886789242e851033f134360.tar.gz
freebsd-ports-gnome-80795d3a6a3191d4d886789242e851033f134360.tar.zst
freebsd-ports-gnome-80795d3a6a3191d4d886789242e851033f134360.zip
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>
Diffstat (limited to 'lang')
-rw-r--r--lang/php71/pkg-message.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/php71/pkg-message.mod b/lang/php71/pkg-message.mod
index f60f33ce2266..f96750445f66 100644
--- a/lang/php71/pkg-message.mod
+++ b/lang/php71/pkg-message.mod
@@ -11,4 +11,9 @@ You should add the following to your Apache configuration file:
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.
+
+*********************************************************************