Would it be possible to have
<<--with-http_dav_module>>
as a flavor or by default please ?

Works here (amd64)

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nginx/Makefile,v
retrieving revision 1.98
diff -u -p -r1.98 Makefile
--- Makefile    2 Jun 2016 13:22:52 -0000       1.98
+++ Makefile    21 Sep 2016 20:07:55 -0000
@@ -31,7 +31,7 @@ NGINX_DIR=    /var/www
 SUBST_VARS=    NGINX_DIR
 CFLAGS+=       -Wall -Wpointer-arith

-FLAVORS=       lua naxsi passenger
+FLAVORS=       lua naxsi passenger dav
 FLAVOR?=

 .if !${FLAVOR:Mpassenger}
@@ -77,6 +77,10 @@ CONFIGURE_ARGS+=     --prefix=${NGINX_DIR} \
                        --without-mail_pop3_module \
                        --without-mail_imap_module \
                        --without-mail_smtp_module
+
+.if ${FLAVOR:Mdav}
+CONFIGURE_ARGS+=       --with-http_dav_module
+.endif

 DISTFILES+=            ${DISTNAME}${EXTRACT_SUFX}
 PATCHFILES+=           nginx-${VERSION}-chroot.patch:3

-- 
---------------------------------------------------------------------------------------------------------------------
() ascii ribbon campaign - against html e-mail
/\

Reply via email to