svn commit: r494246 - head/www/nginx-devel

Pietro Cerutti gahr at FreeBSD.org
Fri Mar 1 09:04:06 UTC 2019


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}
 


More information about the svn-ports-all mailing list