Date: Fri, 12 Dec 2014 22:51:48 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374609 - in head/www: nginx nginx-devel Message-ID: <201412122251.sBCMpmPp039192@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Fri Dec 12 22:51:48 2014 New Revision: 374609 URL: https://svnweb.freebsd.org/changeset/ports/374609 QAT: https://qat.redports.org/buildarchive/r374609/ Log: Add missing dependency. Don't bump PORTREVISION cause the third-party modsecurity module disabled by default. Patch from: Ilya Komandyshko <ikomander@gmail.com> Modified: head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Dec 12 22:43:24 2014 (r374608) +++ head/www/nginx-devel/Makefile Fri Dec 12 22:51:48 2014 (r374609) @@ -615,6 +615,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o NGINX_MODSECURITY_VERSION= 2.8.0 LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ libapr-1.so:${PORTSDIR}/devel/apr1 \ + libcurl.so:${PORTSDIR}/ftp/curl \ libyajl.so:${PORTSDIR}/devel/yajl USE_APACHE= 22+ USE_GNOME= libxml2 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Dec 12 22:43:24 2014 (r374608) +++ head/www/nginx/Makefile Fri Dec 12 22:51:48 2014 (r374609) @@ -628,6 +628,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/o NGINX_MODSECURITY_VERSION= 2.8.0 LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ libapr-1.so:${PORTSDIR}/devel/apr1 \ + libcurl.so:${PORTSDIR}/ftp/curl \ libyajl.so:${PORTSDIR}/devel/yajl USE_APACHE= 22+ USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412122251.sBCMpmPp039192>