summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-fastdfs-src-config
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-05-14 01:17:01 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-05-14 01:17:01 +0000
commit020bb7cc0535f4b850e818db19ce75ac172f714e (patch)
treed7ad8d95052558f3390611cd72c3596e3c79ec02 /www/nginx-devel/files/extra-patch-fastdfs-src-config
parentFix STATIC build. (diff)
Remove legacy third-party modules:
o) modsecurity2 o) fastdfs All modules, including all third-party modules, are dynamic now. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=535197
Diffstat (limited to 'www/nginx-devel/files/extra-patch-fastdfs-src-config')
-rw-r--r--www/nginx-devel/files/extra-patch-fastdfs-src-config23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/nginx-devel/files/extra-patch-fastdfs-src-config b/www/nginx-devel/files/extra-patch-fastdfs-src-config
deleted file mode 100644
index 236abd7cebc0..000000000000
--- a/www/nginx-devel/files/extra-patch-fastdfs-src-config
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../fastdfs-nginx-module-8796a7d/src/config.orig 2018-07-16 05:05:22.000000000 -0400
-+++ ../fastdfs-nginx-module-8796a7d/src/config 2019-10-22 14:20:23.138241000 -0400
-@@ -3,16 +3,16 @@
- if test -n "${ngx_module_link}"; then
- ngx_module_type=HTTP
- ngx_module_name=$ngx_addon_name
-- ngx_module_incs="/usr/local/include"
-+ ngx_module_incs="%%LOCALBASE%%/include"
- ngx_module_libs="-lfastcommon -lfdfsclient"
- ngx_module_srcs="$ngx_addon_dir/ngx_http_fastdfs_module.c"
- ngx_module_deps=
-- CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"/etc/fdfs/mod_fastdfs.conf\"'"
-+ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"%%PREFIX%%/etc/fdfs/mod_fastdfs.conf\"'"
- . auto/module
- else
- HTTP_MODULES="$HTTP_MODULES ngx_http_fastdfs_module"
- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_fastdfs_module.c"
-- CORE_INCS="$CORE_INCS /usr/local/include"
-+ CORE_INCS="$CORE_INCS %%LOCALBASE%%/include"
- CORE_LIBS="$CORE_LIBS -lfastcommon -lfdfsclient"
-- CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"/etc/fdfs/mod_fastdfs.conf\"'"
-+ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' -DFDFS_MOD_CONF_FILENAME='\"%%PREFIX%%/etc/fdfs/mod_fastdfs.conf\"'"
- fi