summaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile.extmod
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-04-24 21:36:32 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-04-24 21:36:32 +0000
commitd24f4815ef748c75480b4ea32a3bcc9e16250c48 (patch)
tree311bea1295537c99eeeb4524e71dac0af1db34a5 /www/nginx-devel/Makefile.extmod
parentBackport r530401 | gerald | 2020-04-02 from our wine-devel companion: (diff)
Convert another 2 third-party modules to dynamic:
o) slowfs_cache o) xss Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=532900
Diffstat (limited to 'www/nginx-devel/Makefile.extmod')
-rw-r--r--www/nginx-devel/Makefile.extmod8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index 18cd195529b0..dc556f74cd46 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -284,9 +284,8 @@ SFLOW_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_sflow_config.c \
SHIBBOLETH_GH_TUPLE= nginx-shib:nginx-http-shibboleth:fe5fcd2:shibboleth
SHIBBOLETH_VARS= DSO_EXTMODS+=shibboleth
-SLOWFS_CACHE_MASTER_SITES= http://labs.frickle.com/files/:slowfs_cache
-SLOWFS_CACHE_DISTFILES= ngx_slowfs_cache-1.10.tar.gz:slowfs_cache
-SLOWFS_CACHE_CONFIGURE_ON= --add-module=${WRKDIR}/ngx_slowfs_cache-1.10
+SLOWFS_CACHE_GH_TUPLE= baysao:ngx_slowfs_cache:d011a18:slowfs_cache
+SLOWFS_CACHE_VARS= DSO_EXTMODS+=slowfs_cache
SMALL_LIGHT_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \
libpcre.so:devel/pcre
@@ -305,7 +304,8 @@ VTS_GH_TUPLE= vozlt:nginx-module-vts:v0.1.18:vts
VTS_VARS= DSO_EXTMODS+=vts
XSS_GH_TUPLE= openresty:xss-nginx-module:v0.06:xss
-XSS_CONFIGURE_ON= --add-module=${WRKSRC_xss}
+XSS_VARS= DSO_EXTMODS+=xss
+XSS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-xss-nginx-module-config
WEBSOCKIFY_GH_TUPLE= tg123:websockify-nginx-module:c11bc9a:websockify
WEBSOCKIFY_VARS= DSO_EXTMODS+=websockify