ports/www/nginx-devel/files/extra-patch-openresty-set-misc-nginx-module-config
Sergey A. Osokin 4fab3e95e6 Upgrade third-party modules:
o) lua from 0.9.16 to 0.9.18;
o) memc from 0.15 to 0.16;
o) postgres from 1.0rc5 to 1.0rc7;
o) rds-csv from 0.05 to 0.07.
o) rds-json from 0.13 to 0.14;
o) redis2 from 0.11 to 0.12;
o) set-misc from 0.28 to 0.29;

Remove needless patch for third-party postgres module, change
has been added to the upstream.
2015-11-10 21:20:03 +00:00

13 lines
1.1 KiB
Text

--- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300
+++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300
@@ -1,10 +1,3 @@
-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
- echo "found ngx_devel_kit for ngx_set_misc; looks good."
-else
- echo "error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc." 1>&2
- exit 1
-fi
-
ngx_addon_name=ngx_http_set_misc_module
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_set_misc_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_set_base32.c $ngx_addon_dir/src/ngx_http_set_default_value.c $ngx_addon_dir/src/ngx_http_set_hashed_upstream.c $ngx_addon_dir/src/ngx_http_set_quote_sql.c $ngx_addon_dir/src/ngx_http_set_quote_json.c $ngx_addon_dir/src/ngx_http_set_unescape_uri.c $ngx_addon_dir/src/ngx_http_set_misc_module.c $ngx_addon_dir/src/ngx_http_set_escape_uri.c $ngx_addon_dir/src/ngx_http_set_hash.c $ngx_addon_dir/src/ngx_http_set_local_today.c $ngx_addon_dir/src/ngx_http_set_hex.c $ngx_addon_dir/src/ngx_http_set_base64.c $ngx_addon_dir/src/ngx_http_set_random.c"