diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-10-18 12:37:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-10-18 12:37:45 +0000 |
commit | 8e7fdd9d3722b47cd3464e9e665dd26baad980e9 (patch) | |
tree | 9d9502b03cc760872a9797fcfb18bf12bbe516d7 /lang/php55 | |
parent | 0031c1839bb7863171a4f4a1e1b7036e52acb5a2 (diff) | |
download | ports-8e7fdd9d3722b47cd3464e9e665dd26baad980e9.tar.gz ports-8e7fdd9d3722b47cd3464e9e665dd26baad980e9.zip |
Notes
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 1 | ||||
-rw-r--r-- | lang/php55/files/patch-sapi_apache2filter_config.m4 | 11 | ||||
-rw-r--r-- | lang/php55/files/patch-sapi_apache2handler_config.m4 | 11 |
3 files changed, 22 insertions, 1 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index c5890b64ae8c..1cccb03d0af4 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -101,7 +101,6 @@ IGNORE= cannot be built with multiple SAPI (apache and embedded) .endif .if ${PORT_OPTIONS:MAPACHE} -BROKEN= doesn't install in STAGEDIR: working on a fix PHP_SAPI+= mod USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" diff --git a/lang/php55/files/patch-sapi_apache2filter_config.m4 b/lang/php55/files/patch-sapi_apache2filter_config.m4 new file mode 100644 index 000000000000..ce71383f9fa4 --- /dev/null +++ b/lang/php55/files/patch-sapi_apache2filter_config.m4 @@ -0,0 +1,11 @@ +--- sapi/apache2filter/config.m4.orig 2013-10-18 12:17:14.622544934 +0000 ++++ sapi/apache2filter/config.m4 2013-10-18 12:22:13.032234760 +0000 +@@ -68,7 +68,7 @@ + fi + + APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` +- if test -z `$APXS -q SYSCONFDIR`; then ++ if true; then + INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ + $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ + -i -n php5" diff --git a/lang/php55/files/patch-sapi_apache2handler_config.m4 b/lang/php55/files/patch-sapi_apache2handler_config.m4 new file mode 100644 index 000000000000..149c4ef0fc80 --- /dev/null +++ b/lang/php55/files/patch-sapi_apache2handler_config.m4 @@ -0,0 +1,11 @@ +--- sapi/apache2handler/config.m4.orig 2013-10-18 12:22:26.576545216 +0000 ++++ sapi/apache2handler/config.m4 2013-10-18 12:23:00.903131412 +0000 +@@ -67,7 +67,7 @@ + fi + + APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` +- if test -z `$APXS -q SYSCONFDIR`; then ++ if true; then + INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ + $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ + -i -n php5" |