mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
to their recent snapshots or versions: o) push-stream o) http_substitutions_filter o) upload o) upload-progress o) upstream_check o) mod_zip o) naxsi o) rds-csv o) rds-json o) redis2 o) rtmp o) set-misc o) sflow o) srcache o) vts o) xss Bump PORTREVISION.
15 lines
1.6 KiB
Text
15 lines
1.6 KiB
Text
--- ../rds-csv-nginx-module-6a90686/config.orig 2020-04-25 11:37:21.896900000 -0400
|
|
+++ ../rds-csv-nginx-module-6a90686/config 2020-04-25 11:39:06.371176000 -0400
|
|
@@ -1,5 +1,9 @@
|
|
ngx_addon_name=ngx_http_rds_csv_filter_module
|
|
-HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_rds_csv_filter_module"
|
|
-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_rds_csv_filter_module.c $ngx_addon_dir/src/ngx_http_rds_csv_processor.c $ngx_addon_dir/src/ngx_http_rds_csv_util.c $ngx_addon_dir/src/ngx_http_rds_csv_output.c"
|
|
-NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_csv_filter_module.h $ngx_addon_dir/src/ngx_http_rds_csv_processor.h $ngx_addon_dir/src/ngx_http_rds_csv_util.h $ngx_addon_dir/src/ngx_http_rds.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_csv_output.h $ngx_addon_dir/src/ngx_http_rds_utils.h"
|
|
|
|
+ngx_module_name="$ngx_addon_name"
|
|
+ngx_module_type=HTTP_FILTER
|
|
+
|
|
+ngx_module_srcs="$ngx_addon_dir/src/ngx_http_rds_csv_filter_module.c $ngx_addon_dir/src/ngx_http_rds_csv_processor.c $ngx_addon_dir/src/ngx_http_rds_csv_util.c $ngx_addon_dir/src/ngx_http_rds_csv_output.c"
|
|
+ngx_module_deps="$ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_csv_filter_module.h $ngx_addon_dir/src/ngx_http_rds_csv_processor.h $ngx_addon_dir/src/ngx_http_rds_csv_util.h $ngx_addon_dir/src/ngx_http_rds.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_csv_output.h $ngx_addon_dir/src/ngx_http_rds_utils.h"
|
|
+
|
|
+. auto/module
|