Index: head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config =================================================================== --- head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config (nonexistent) +++ head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config (revision 533147) @@ -0,0 +1,32 @@ +--- ../nginx_upstream_check_module-9aecf15/config.orig 2020-04-27 09:51:23.976467000 -0400 ++++ ../nginx_upstream_check_module-9aecf15/config 2020-04-27 09:54:11.429571000 -0400 +@@ -1,23 +1,7 @@ +-ngx_feature="ngx_http_upstream_check_module" +-ngx_feature_name= +-ngx_feature_run=no +-ngx_feature_incs= +-ngx_feature_path="$ngx_addon_dir" +-ngx_feature_deps="$ngx_addon_dir/ngx_http_upstream_check_module.h" +-ngx_check_src="$ngx_addon_dir/ngx_http_upstream_check_module.c" +-ngx_feature_test="int a;" +-. auto/feature ++ngx_addon_name=ngx_http_upstream_check_module ++ngx_module_name="$ngx_addon_name" ++ngx_module_type=HTTP ++ngx_module_deps="$ngx_addon_dir/ngx_http_upstream_check_module.h" ++ngx_module_srcs="$ngx_addon_dir/ngx_http_upstream_check_module.c" + +-if [ $ngx_found = yes ]; then +- have=NGX_HTTP_UPSTREAM_CHECK . auto/have +- CORE_INCS="$CORE_INCS $ngx_feature_path" +- ngx_addon_name=ngx_http_upstream_check_module +- HTTP_MODULES="$HTTP_MODULES ngx_http_upstream_check_module" +- NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_feature_deps" +- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_check_src" +-else +- cat << END +- $0: error: the ngx_http_upstream_check_module addon error. +-END +- exit 1 +-fi ++. auto/module Property changes on: head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config ___________________________________________________________________ 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 Index: head/www/nginx-devel/files/extra-patch-ngx_http_response-config =================================================================== --- head/www/nginx-devel/files/extra-patch-ngx_http_response-config (nonexistent) +++ head/www/nginx-devel/files/extra-patch-ngx_http_response-config (revision 533147) @@ -0,0 +1,11 @@ +--- ../ngx_http_response-0.3/config.orig 2020-04-27 11:41:14.626983000 -0400 ++++ ../ngx_http_response-0.3/config 2020-04-27 11:41:50.008905000 -0400 +@@ -1,3 +1,6 @@ + ngx_addon_name=ngx_http_response_module +-HTTP_MODULES="$HTTP_MODULES ngx_http_response_module" +-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_response_module.c" ++ngx_module_name="$ngx_addon_name" ++ngx_module_type=HTTP ++ngx_module_srcs="$ngx_addon_dir/ngx_http_response_module.c" ++ngx_module_deps="" ++. auto/module Property changes on: head/www/nginx-devel/files/extra-patch-ngx_http_response-config ___________________________________________________________________ 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