svn commit: r468240 - head/www/nginx

Bernard Spil brnrd at FreeBSD.org
Tue Apr 24 20:13:50 UTC 2018


Author: brnrd
Date: Tue Apr 24 20:13:49 2018
New Revision: 468240
URL: https://svnweb.freebsd.org/changeset/ports/468240

Log:
  www/nginx: Fix options
  
   - OPT_CONFIGURE_ARGS is not a thing
  
  PR:		227122
  Submitted by:	Maxim Filimonov <che bein link>
  Approved by:	fixit blanket

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Apr 24 20:04:13 2018	(r468239)
+++ head/www/nginx/Makefile	Tue Apr 24 20:13:49 2018	(r468240)
@@ -142,7 +142,7 @@ HTTP_CONFIGURE_OFF=		--without-http
 HTTP_ADDITION_CONFIGURE_ON=	--with-http_addition_module
 HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_module
 HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
-HTTP_DAV_CONFIGURE_ARGS=	--with-http_dav_module
+HTTP_DAV_CONFIGURE_ON=		--with-http_dav_module
 HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
 HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
 HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module
@@ -150,7 +150,7 @@ HTTP_GZIP_STATIC_CONFIGURE_ON=	--with-http_gzip_static
 HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module
 HTTP_IMAGE_FILTER_LIB_DEPENDS=	libgd.so:graphics/gd
 HTTP_IMAGE_FILTER_VARS=		DSO_BASEMODS+=http_image_filter_module
-HTTP_MP4_CONFIGURE_ARGS=	--with-http_mp4_module
+HTTP_MP4_CONFIGURE_ON=		--with-http_mp4_module
 HTTP_PERL_CATEGORIES=		perl5
 HTTP_PERL_USES=			perl5
 HTTP_PERL_VARS=			DSO_BASEMODS+=http_perl_module


More information about the svn-ports-head mailing list