aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-05 19:52:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-05 19:52:11 +0000
commit545f989b2af921e7d6313d6b58fedb88c70c4ee9 (patch)
treecbe36c475979c964c2e1436d25040eab39e5f1c8
parentdec0c907495c7670b36a602782fe9fd49663b185 (diff)
downloadports-545f989b2af921e7d6313d6b58fedb88c70c4ee9.tar.gz
ports-545f989b2af921e7d6313d6b58fedb88c70c4ee9.zip
Notes
-rw-r--r--lang/php52/Makefile2
-rw-r--r--lang/php52/files/patch-sapi-apache2handler_config.m415
2 files changed, 16 insertions, 1 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile
index 3139c3cc1137..1d5d249b157d 100644
--- a/lang/php52/Makefile
+++ b/lang/php52/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php52
PORTVERSION= 5.2.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php52/files/patch-sapi-apache2handler_config.m4 b/lang/php52/files/patch-sapi-apache2handler_config.m4
new file mode 100644
index 000000000000..70d9c7b73149
--- /dev/null
+++ b/lang/php52/files/patch-sapi-apache2handler_config.m4
@@ -0,0 +1,15 @@
+
+--- sapi/apache2handler/config.m4.old 2010-03-18 14:52:27.000000000 +0000
++++ sapi/apache2handler/config.m4 2010-03-18 14:52:56.000000000 +0000
+@@ -117,7 +117,7 @@
+ ;;
+ esac
+
+- if test "$APXS_MPM" != "prefork"; then
++ if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork"; then
+ PHP_BUILD_THREAD_SAFE
+ fi
+ AC_MSG_RESULT(yes)
+~
+
+