diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2020-08-22 20:59:22 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2020-08-22 20:59:22 +0000 |
commit | 727e797e30ffe2667147079d64567bb77f2fc3a7 (patch) | |
tree | ca53b86365bfa64578c11f890654e511f92462ec /www/nginx-devel/files | |
parent | science/hdf: update to 4.2.15 to fix build on powerpc64 (diff) |
Update third-party dynamic_upstream module.
Add third-party dynamic_healthcheck module.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=545785
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config b/www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config new file mode 100644 index 000000000000..58f1bbee672a --- /dev/null +++ b/www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config @@ -0,0 +1,11 @@ +--- ../ngx_dynamic_healthcheck-61acf02/config.orig 2020-08-22 16:35:36.127913000 -0400 ++++ ../ngx_dynamic_healthcheck-61acf02/config 2020-08-22 16:39:36.187267000 -0400 +@@ -31,7 +31,7 @@ + match($0, /([^ ]*\/stream-lua-nginx-module\/src)/, arr) + print arr[1] + }')" +-CORE_INCS="$CORE_INCS $stream_lua_nginx_module_incs" ++CORE_INCS="$CORE_INCS src/stream $stream_lua_nginx_module_incs" + + + if test -n "$ngx_module_link"; then |