diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /lang/php5/files/patch-ext_zlib_config0.m4 | |
parent | Correct URL. (diff) |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Diffstat (limited to 'lang/php5/files/patch-ext_zlib_config0.m4')
-rw-r--r-- | lang/php5/files/patch-ext_zlib_config0.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php5/files/patch-ext_zlib_config0.m4 b/lang/php5/files/patch-ext_zlib_config0.m4 deleted file mode 100644 index f5187e9f50b5..000000000000 --- a/lang/php5/files/patch-ext_zlib_config0.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/zlib/config0.m4.orig 2013-12-10 19:32:43.000000000 +0000 -+++ ext/zlib/config0.m4 2013-12-13 21:55:54.142235878 +0000 -@@ -8,7 +8,7 @@ PHP_ARG_WITH(zlib,for ZLIB support, - PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined, - [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no) - --if test "$PHP_ZLIB" != "no" || test "$PHP_ZLIB_DIR" != "no"; then -+if test "$PHP_ZLIB" != "no"; then - PHP_NEW_EXTENSION(zlib, zlib.c zlib_fopen_wrapper.c zlib_filter.c, $ext_shared) - PHP_SUBST(ZLIB_SHARED_LIBADD) - |