aboutsummaryrefslogtreecommitdiff
path: root/lang/php73
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-08 07:21:23 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-08 07:21:23 +0000
commit032547c16ba2533b9648ed5d662529dbd5435175 (patch)
treebc1b45a4a289e3ae16f6b64d514ba17b95316c63 /lang/php73
parent704b991d651c1cc6d3413c3fe9a36be5b7633398 (diff)
downloadports-032547c16ba2533b9648ed5d662529dbd5435175.tar.gz
ports-032547c16ba2533b9648ed5d662529dbd5435175.zip
PHP: Add Synth to pkg-message advice
pkg-message currently states the advice to add WITH_MPM=event if its build by poudriere and with ZTS option enabled. This is also true if Synth is used, therefore adding it. Reported by: Dennis <denradford@gmail.com>
Notes
Notes: svn path=/head/; revision=498354
Diffstat (limited to 'lang/php73')
-rw-r--r--lang/php73/pkg-message.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/pkg-message.mod b/lang/php73/pkg-message.mod
index f96750445f66..a0c2c87889a7 100644
--- a/lang/php73/pkg-message.mod
+++ b/lang/php73/pkg-message.mod
@@ -1,4 +1,4 @@
-***************************************************************
+******************************************************************************
Make sure index.php is part of your DirectoryIndex.
@@ -11,9 +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,
+If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
-*********************************************************************
+******************************************************************************