diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2020-05-08 02:06:41 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2020-05-08 02:06:41 +0000 |
commit | 0129f5c4918ce6c87ef9d94310c50eb9b82de00d (patch) | |
tree | bf15ba8f91e87e5bb1111b0641062e90e3fde0cd /www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config | |
parent | net/chrony: option to use system ntpd user/group (diff) |
Add third-party opentracing dynamic module.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=534318
Diffstat (limited to 'www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config b/www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config new file mode 100644 index 000000000000..753be4e4e5ed --- /dev/null +++ b/www/nginx-devel/files/extra-patch-nginx-opentracing-opentracing-config @@ -0,0 +1,8 @@ +--- ../nginx-opentracing-2d81c29/opentracing/config.orig 2020-05-07 18:34:12.853828000 -0400 ++++ ../nginx-opentracing-2d81c29/opentracing/config 2020-05-07 18:34:26.521814000 -0400 +@@ -34,4 +34,4 @@ + + . auto/module + +-OT_NGX_SRCS="$ngx_module_srcs" ++#OT_NGX_SRCS="$ngx_module_srcs" |