diff options
author | tz <tz@FreeBSD.org> | 2019-09-21 04:04:28 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-09-21 04:04:28 +0800 |
commit | cf28a6b47db70436c42d222345351fa1c707c177 (patch) | |
tree | 0fe29d4729f86a988471ea32e0df7dd9b123a91a /www | |
parent | 84606af75c1cf5ac125bf0416aa40b38e734481b (diff) | |
download | freebsd-ports-gnome-cf28a6b47db70436c42d222345351fa1c707c177.tar.gz freebsd-ports-gnome-cf28a6b47db70436c42d222345351fa1c707c177.tar.zst freebsd-ports-gnome-cf28a6b47db70436c42d222345351fa1c707c177.zip |
lang/php74: Remove obsolete patches
All these patches are no longer needed. Their existence break the ports,
so now commit their deletion.
Sponsored by: PHP Update Service
Diffstat (limited to 'www')
-rw-r--r-- | www/php74-opcache/files/patch-zend__file__cache.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/php74-opcache/files/patch-zend__file__cache.c b/www/php74-opcache/files/patch-zend__file__cache.c deleted file mode 100644 index 937290216eef..000000000000 --- a/www/php74-opcache/files/patch-zend__file__cache.c +++ /dev/null @@ -1,14 +0,0 @@ ---- zend_file_cache.c.orig 2017-07-05 13:48:27 UTC -+++ zend_file_cache.c -@@ -24,9 +24,10 @@ - - #include "php.h" - -+#include "ZendAccelerator.h" -+ - #ifdef HAVE_OPCACHE_FILE_CACHE - --#include "ZendAccelerator.h" - #include "zend_file_cache.h" - #include "zend_shared_alloc.h" - #include "zend_accelerator_util_funcs.h" |