diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-01-06 13:22:13 -0500 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-01-06 13:22:13 -0500 |
commit | a157ce5f55c445c891b640e4179d609c8bb84ea2 (patch) | |
tree | d59548a6bea6bb21fcaa369b9997f3523865c8ec /www/nginx-devel/files | |
parent | graphics/libkdcraw: flavorize for Qt5 and Qt6 (diff) |
www/nginx-devel: third-party modules management (+)
o) update third-party lua module to 0.10.26;
o) update third-party headers-more module to latest snapshot;
o) remove third-party http_mp4_h264 module, legacy and undownloadable.
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config | 41 | ||||
-rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c | 13 |
2 files changed, 0 insertions, 54 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config b/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config deleted file mode 100644 index 1acd8cd12405..000000000000 --- a/www/nginx-devel/files/extra-patch-nginx_mod_h264_streaming-config +++ /dev/null @@ -1,41 +0,0 @@ ---- ../nginx_mod_h264_streaming-2.2.7/config.orig 2020-04-27 12:01:37.153986000 -0400 -+++ ../nginx_mod_h264_streaming-2.2.7/config 2020-04-27 12:16:52.832788000 -0400 -@@ -1,26 +1,19 @@ - ngx_addon_name=ngx_http_h264_streaming_module --HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_h264_streaming_module" --CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -DBUILDING_NGINX" -- --H264_STREAMING_MODULE_SOURCES="$ngx_addon_dir/src/ngx_http_h264_streaming_module.c \ -+ngx_module_name="$ngx_addon_name" -+ngx_module_type=HTTP_AUX_FILTER -+ngx_module_srcs="$ngx_addon_dir/src/ngx_http_h264_streaming_module.c \ - $ngx_addon_dir/src/moov.c \ - $ngx_addon_dir/src/mp4_io.c \ - $ngx_addon_dir/src/mp4_reader.c \ - $ngx_addon_dir/src/mp4_writer.c \ - $ngx_addon_dir/src/output_bucket.c \ - $ngx_addon_dir/src/output_mp4.c" -- --for streaming_module_source in $H264_STREAMING_MODULE_SOURCES --do -- already_included=NO -- for ngx_addon_src in $NGX_ADDON_SRCS -- do -- if [ "`basename $ngx_addon_src`" = "`basename $streaming_module_source`" ]; then -- already_included=YES -- break -- fi -- done -- if [ "$already_included" = "NO" ]; then -- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $streaming_module_source" -- fi --done -+ngx_module_deps="$ngx_addon_dir/src/mod_streaming_export.h \ -+ $ngx_addon_dir/src/moov.h \ -+ $ngx_addon_dir/src/mp4_io.h \ -+ $ngx_addon_dir/src/mp4_process.h \ -+ $ngx_addon_dir/src/mp4_reader.h \ -+ $ngx_addon_dir/src/mp4_writer.h \ -+ $ngx_addon_dir/src/output_bucket.h \ -+ $ngx_addon_dir/src/output_mp4.h" -+. auto/module diff --git a/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c b/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c deleted file mode 100644 index 3641090a9b5d..000000000000 --- a/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c.orig 2010-05-24 18:04:43.000000000 +0400 -+++ ../nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c 2010-05-24 18:05:02.000000000 +0400 -@@ -155,10 +155,6 @@ - } - - /* TODO: Win32 */ -- if (r->zero_in_uri) -- { -- return NGX_DECLINED; -- } - - rc = ngx_http_discard_request_body(r); - |