On Wed, Jul 27, 2016 at 2:19 PM, Antoine Jacoutot <ajacou...@bsdfrog.org>
wrote:

> On Wed, Jul 27, 2016 at 12:32:28PM -0400, sven falempin wrote:
> > It s compiling well.
>
> I wonder if it could not be on by default...
>

it works *

i also make it run for a night with GET and PUT in loops , MKCOL and DELETE
are ok too

I wonder why they did not code PROPFIND


> > ===>  Building package for nginx-1.9.10-lua-dav
> > Create /usr/ports/packages/amd64/all/nginx-1.9.10-lua-dav.tgz
> > Link to /usr/ports/packages/amd64/ftp/nginx-1.9.10-lua-dav.tgz
> > Link to /usr/ports/packages/amd64/cdrom/nginx-1.9.10-lua-dav.tgz
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/www/nginx/Makefile,v
> > retrieving revision 1.89
> > diff -u -p -r1.89 Makefile
> > --- Makefile    26 Jan 2016 20:42:56 -0000      1.89
> > +++ Makefile    27 Jul 2016 16:15:29 -0000
> > @@ -29,7 +29,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}
> > @@ -73,6 +73,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_chroot-20151002.patch:2
> > cvs server: Diffing patches
> > cvs server: Diffing pkg
> >
> > In case someone wants it.
> >
> > --
> >
> ---------------------------------------------------------------------------------------------------------------------
> > () ascii ribbon campaign - against html e-mail
> > /\
>
> --
> Antoine
>



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

Reply via email to