diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2023-04-11 14:12:55 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2023-04-11 14:14:42 -0400 |
commit | b7d44cc43e39664903e110442518c89d68264716 (patch) | |
tree | 567efba155667fbae0da4314e47cba06d30f59e5 /www/nginx-devel/files | |
parent | net-mgmt/librenms: Remove extra % from pkg-message (diff) |
www/nginx-devel: update 1.23.4 -> 1.24.0
Remove the following broken third-party modules:
o) dynamic_hc
o) small_light
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 58f1bbee672a..000000000000 --- a/www/nginx-devel/files/extra-patch-ngx_dynamic_healthcheck-config +++ /dev/null @@ -1,11 +0,0 @@ ---- ../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 |