Index: head/www/php71-opcache/Makefile =================================================================== --- head/www/php71-opcache/Makefile (revision 445144) +++ head/www/php71-opcache/Makefile (revision 445145) @@ -1,11 +1,12 @@ # $FreeBSD$ CATEGORIES= www +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -opcache USES= php:zend .include "${MASTERDIR}/Makefile" Index: head/www/php71-opcache/files/patch-zend__file__cache.c =================================================================== --- head/www/php71-opcache/files/patch-zend__file__cache.c (nonexistent) +++ head/www/php71-opcache/files/patch-zend__file__cache.c (revision 445145) @@ -0,0 +1,14 @@ +--- 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" Property changes on: head/www/php71-opcache/files/patch-zend__file__cache.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property