Ticket #35223: lzf-1.6.2.diff
File lzf-1.6.2.diff, 2.5 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
php-lzf/files/patch-lzf.c.diff
1 http://svn.php.net/viewvc?view=revision&revision=2972362 --- lzf.c.orig 2009/03/02 14:59:25 2766833 +++ lzf.c 2010/03/31 20:39:48 2972364 @@ -37,7 +37,7 @@5 *6 * Every user visible function must have an entry in lzf_functions[].7 */8 -function_entry lzf_functions[] = {9 +zend_function_entry lzf_functions[] = {10 PHP_FE(lzf_compress, NULL)11 PHP_FE(lzf_decompress, NULL)12 PHP_FE(lzf_optimized_for, NULL) -
php-lzf/Portfile
5 5 PortGroup php 1.1 6 6 7 7 name php-lzf 8 version 1.5.2 9 revision 1 8 version 1.6.2 10 9 categories php devel 11 10 platforms darwin 12 11 maintainers freebsd.org:miwi … … 18 17 19 18 long_description ${description} 20 19 21 checksums sha1 f9c1d4b70cfda28b46352ff410fae059dd844e41\22 rmd160 c4c579abb0bd0c0866f4c0f0a8a64a5505137c9a20 checksums rmd160 5a0140ef9fe82f576d4b4c5d085ef3141fac0a15 \ 21 sha256 b381ac66cd12cc753e768c602f87d542fcd9718039cec4947d37f1229a7b93e3 23 22 24 # Case-only distname change; remove this line with the next port version update.25 dist_subdir ${dist_subdir}/${version}_126 27 23 distname LZF-${version} 28 24 29 patchfiles patch-lzf.c.diff30 31 25 configure.args-append --enable-lzf 32 26 33 27 use_parallel_build yes -
php5-lzf/Portfile
4 4 PortSystem 1.0 5 5 PortGroup php5extension 1.0 6 6 7 php5extension.setup lzf 1. 5.2 pecl7 php5extension.setup lzf 1.6.2 pecl 8 8 categories php devel 9 9 platforms darwin 10 10 maintainers freebsd.org:miwi … … 13 13 14 14 long_description ${description} 15 15 16 checksums sha1 f9c1d4b70cfda28b46352ff410fae059dd844e41\17 rmd160 c4c579abb0bd0c0866f4c0f0a8a64a5505137c9a16 checksums rmd160 5a0140ef9fe82f576d4b4c5d085ef3141fac0a15 \ 17 sha256 b381ac66cd12cc753e768c602f87d542fcd9718039cec4947d37f1229a7b93e3 18 18 19 distname LZF-${version} 20 19 21 configure.args-append --enable-lzf 20 22 21 23 use_parallel_build yes