FreeBSD Bugzilla – Attachment 190519 Details for
Bug 225833
www/nginx: add virtual host traffic status (VTS) module option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add virtual host traffic status (VTS) module option
nginx-vts.diff (text/plain), 1.96 KB, created by
Ruslan Makhmatkhanov
on 2018-02-11 20:41:46 UTC
(
hide
)
Description:
add virtual host traffic status (VTS) module option
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2018-02-11 20:41:46 UTC
Size:
1.96 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 461526) >+++ Makefile (working copy) >@@ -127,6 +127,7 @@ > SLOWFS_CACHE \ > SMALL_LIGHT \ > SRCACHE \ >+ VTS \ > X11 \ > XSS > >@@ -242,6 +243,7 @@ > SLOWFS_CACHE_DESC= 3rd party slowfs_cache module > SMALL_LIGHT_DESC= 3rd party small_light module > SRCACHE_DESC= 3rd party srcache module >+VTS_DESC= 3rd virtual host traffic status (VTS) module > X11_DESC= graphics/ImageMagick[-nox11] dependency > XSS_DESC= 3rd party xss module > VIDEO_DESC= Video module support >@@ -1165,6 +1167,18 @@ > EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module-config > .endif > >+.if ${PORT_OPTIONS:MVTS} >+NGINX_VTS_VERSION= 0.1.15 >+GH_ACCOUNT+= vozlt:vts >+GH_PROJECT+= nginx-module-vts:vts >+GH_TAGNAME+= v${NGINX_VTS_VERSION}:vts >+.if ${PORT_OPTIONS:MDSO} >+CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_vts} >+.else >+CONFIGURE_ARGS+=--add-module=${WRKSRC_vts} >+.endif >+.endif >+ > PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} NGINX_LOGDIR=${NGINX_LOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > > USERS?= ${WWWOWN} >Index: distinfo >=================================================================== >--- distinfo (revision 461526) >+++ distinfo (working copy) >@@ -107,6 +107,8 @@ > SIZE (openresty-redis2-nginx-module-v0.14_GH0.tar.gz) = 27924 > SHA256 (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 87aa597400b0b5a05274ee2d23d8cb8224e12686227a0abe31d783b3a645ea37 > SIZE (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 519919 >+SHA256 (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 5112a054b1b1edb4c0042a9a840ef45f22abb3c05c68174e28ebf483164fb7e1 >+SIZE (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 371128 > SHA256 (openresty-set-misc-nginx-module-cda7e50_GH0.tar.gz) = 6fb2c99d4aecdd0335f55493b0dd4170efa46b0014a4c2e41f2ea519b633aca2 > SIZE (openresty-set-misc-nginx-module-cda7e50_GH0.tar.gz) = 29291 > SHA256 (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 95efdb1f6cfd6c32c577707f693eb6795c6f21ae062842bf84fe762d8b842955
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225833
:
190519
|
190520