diff options
author | osa <osa@FreeBSD.org> | 2012-06-19 00:12:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-06-19 00:12:38 +0800 |
commit | f723f434eabff0f001e82f4d357d3a1e71179765 (patch) | |
tree | f12ee02b260bb1e8530006ac67b6720a01c3ae2c /www/nginx-devel/files | |
parent | aebf3f8cb0e1eefbf034f241dda86ba4a46fa6e9 (diff) | |
download | freebsd-ports-gnome-f723f434eabff0f001e82f4d357d3a1e71179765.tar.gz freebsd-ports-gnome-f723f434eabff0f001e82f4d357d3a1e71179765.tar.zst freebsd-ports-gnome-f723f434eabff0f001e82f4d357d3a1e71179765.zip |
Update subs_filter third-party module from 0.5.2.r53 to 0.5.2.r59.
Configure pcre module support if subs_filter module defined.
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c b/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c deleted file mode 100644 index 2739db922ca6..000000000000 --- a/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ../ngx_http_subs_filter_module-0.5.2.r53/ngx_http_subs_filter_module.c.orig 2012-06-06 16:13:15.000000000 +0400 -+++ ../ngx_http_subs_filter_module-0.5.2.r53/ngx_http_subs_filter_module.c 2012-06-06 16:16:06.000000000 +0400 -@@ -1300,7 +1300,9 @@ - - n = 0; - --#if defined(nginx_version) && nginx_version >= 1001012 -+#if defined(nginx_version) && (nginx_version >= 1003001) -+ rc = pcre_fullinfo(re->code, NULL, PCRE_INFO_CAPTURECOUNT, &n); -+#elif (nginx_version >= 1001012) && (nginx_version < 1003001) - rc = pcre_fullinfo(re->pcre, NULL, PCRE_INFO_CAPTURECOUNT, &n); - #else - rc = pcre_fullinfo(re, NULL, PCRE_INFO_CAPTURECOUNT, &n); |