Index: head/archivers/php-horde_lz4/Makefile =================================================================== --- head/archivers/php-horde_lz4/Makefile (revision 553242) +++ head/archivers/php-horde_lz4/Makefile (revision 553243) @@ -1,31 +1,32 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= horde_lz4 PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= archivers pear MASTER_SITES= http://pear.horde.org/get/ PKGNAMEPREFIX= ${PECL_PKGNAMEPREFIX} DIST_SUBDIR= PECL MAINTAINER= mm@FreeBSD.org COMMENT= Horde LZ4 Compression Extension for php LICENSE= MIT USES= php:ext tar:tgz OPTIONS_DEFINE= LZ4 OPTIONS_DEFAULT=LZ4 LZ4_DESC= Use archivers/liblz4 instead of bundled lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_WITH= liblz4 LZ4_USES= pkgconfig CONFIGURE_ARGS= --enable-horde_lz4 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/horde_lz4.so .include Index: head/archivers/php-horde_lz4/files/patch-horde__lz4.h =================================================================== --- head/archivers/php-horde_lz4/files/patch-horde__lz4.h (nonexistent) +++ head/archivers/php-horde_lz4/files/patch-horde__lz4.h (revision 553243) @@ -0,0 +1,13 @@ +--- horde_lz4.h.orig 2020-10-25 07:33:13 UTC ++++ horde_lz4.h +@@ -30,4 +30,10 @@ typedef size_t strsize; + #define HORDE_LZ4_RETSTRL(a,l) RETURN_STRINGL(a,l) + #endif + ++#if ZEND_MODULE_API_NO >= 20190128 ++#ifndef TSRMLS_CC ++#define TSRMLS_CC ++#endif ++#endif ++ + #endif /* PHP_HORDE_LZ4_H */ Property changes on: head/archivers/php-horde_lz4/files/patch-horde__lz4.h ___________________________________________________________________ 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