summaryrefslogtreecommitdiff
path: root/www/php71-opcache
diff options
context:
space:
mode:
Diffstat (limited to 'www/php71-opcache')
-rw-r--r--www/php71-opcache/Makefile13
-rw-r--r--www/php71-opcache/files/patch-zend__file__cache.c14
2 files changed, 0 insertions, 27 deletions
diff --git a/www/php71-opcache/Makefile b/www/php71-opcache/Makefile
deleted file mode 100644
index 416a3540249f..000000000000
--- a/www/php71-opcache/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -opcache
-
-TEST_TARGET= test
-
-USES= php:zend,noflavors
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php71-opcache/files/patch-zend__file__cache.c b/www/php71-opcache/files/patch-zend__file__cache.c
deleted file mode 100644
index 937290216eef..000000000000
--- a/www/php71-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"