aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2016-12-21 18:10:57 +0800
committertz <tz@FreeBSD.org>2016-12-21 18:10:57 +0800
commit26a88c7915502d63b65dc2e85fbe8cd38f50e48e (patch)
tree2bbf5432437e2f28959d9aed353a3be87b7cc26e /lang
parent0e710de781f6ec0a1a0c15e903f73daefa0c531c (diff)
downloadfreebsd-ports-gnome-26a88c7915502d63b65dc2e85fbe8cd38f50e48e.tar.gz
freebsd-ports-gnome-26a88c7915502d63b65dc2e85fbe8cd38f50e48e.tar.zst
freebsd-ports-gnome-26a88c7915502d63b65dc2e85fbe8cd38f50e48e.zip
lang/php70: add notice for poudriere build when ZTS is enabled
Without adding WITH_MPM=event into make.conf the build will fail when using poudriere. This is currently documentend in /Mk/Uses/php.mk. Since users do not investigate the framework code, we add the notice to avoid future confusion. PR: 214943 Reported by: rainer@ultra-secure.de, ohartmann@walstatt.org Approved by: mentors (implicit)
Diffstat (limited to 'lang')
-rw-r--r--lang/php70/pkg-message.mod9
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/php70/pkg-message.mod b/lang/php70/pkg-message.mod
index f60f33ce2266..a5b018ee64a5 100644
--- a/lang/php70/pkg-message.mod
+++ b/lang/php70/pkg-message.mod
@@ -1,4 +1,4 @@
-***************************************************************
+*********************************************************************
Make sure index.php is part of your DirectoryIndex.
@@ -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.
+
+*********************************************************************