Date: Fri, 1 Mar 2019 09:04:06 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494246 - head/www/nginx-devel Message-ID: <201903010904.x21946eY075435@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Mar 1 09:04:05 2019 New Revision: 494246 URL: https://svnweb.freebsd.org/changeset/ports/494246 Log: www/nginx-devel: DAV modules requires xslt adding module in /www/nginx-devel/work/nginx-dav-ext-module-3.0.0 + ngx_http_dav_ext_module was configured checking for PCRE library ... found checking for PCRE JIT support ... found checking for OpenSSL library ... found checking for zlib library ... found checking for libxslt ... not found checking for libxslt in /usr/local/ ... not found checking for libxslt in /usr/pkg/ ... not found checking for libxslt in /opt/local/ ... not found ./configure: error: the HTTP XSLT module requires the libxml2/libxslt libraries. You can either do not enable the module or install the libraries. Modified: head/www/nginx-devel/Makefile.extmod Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Fri Mar 1 09:00:52 2019 (r494245) +++ head/www/nginx-devel/Makefile.extmod Fri Mar 1 09:04:05 2019 (r494246) @@ -90,7 +90,7 @@ HTTP_AUTH_PAM_GH_TUPLE= sto:ngx_http_auth_pam_module: HTTP_AUTH_PAM_VARS= DSO_EXTMODS+=auth_pam HTTP_DAV_EXT_IMPLIES= HTTP_DAV -HTTP_DAV_EXT_USE= GNOME=libxml2 +HTTP_DAV_EXT_USE= GNOME=libxml2,libxslt HTTP_DAV_EXT_GH_TUPLE= arut:nginx-dav-ext-module:v3.0.0:dav_ext HTTP_DAV_EXT_CONFIGURE_ON= --add-module=${WRKSRC_dav_ext}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903010904.x21946eY075435>