aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-12-21 18:10:57 +0800
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-12-21 18:10:57 +0800
commit78c3486d07e1dcc1d540c115c29943b78ffdd486 (patch)
tree2bbf5432437e2f28959d9aed353a3be87b7cc26e /lang
parent34d85c32bb6db33a0c8e8eab771b542e6c4fb00c (diff)
downloadfreebsd-ports-gnome-78c3486d07e1dcc1d540c115c29943b78ffdd486.tar.gz
freebsd-ports-gnome-78c3486d07e1dcc1d540c115c29943b78ffdd486.tar.zst
freebsd-ports-gnome-78c3486d07e1dcc1d540c115c29943b78ffdd486.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.
+
+*********************************************************************