View | Details | Raw Unified | Return to bug 227122 | Differences between
and this patch

Collapse All | Expand All

(-)www/nginx/Makefile (-2 / +2 lines)
Lines 131-137 Link Here
131
HTTP_ADDITION_CONFIGURE_ON=	--with-http_addition_module
131
HTTP_ADDITION_CONFIGURE_ON=	--with-http_addition_module
132
HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_module
132
HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_module
133
HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
133
HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
134
HTTP_DAV_CONFIGURE_ARGS=	--with-http_dav_module
134
HTTP_DAV_CONFIGURE_ON=	--with-http_dav_module
135
HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
135
HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
136
HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
136
HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
137
HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module
137
HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module
Lines 139-145 Link Here
139
HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module
139
HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module
140
HTTP_IMAGE_FILTER_LIB_DEPENDS=	libgd.so:graphics/gd
140
HTTP_IMAGE_FILTER_LIB_DEPENDS=	libgd.so:graphics/gd
141
HTTP_IMAGE_FILTER_VARS=		DSO_BASEMODS+=http_image_filter_module
141
HTTP_IMAGE_FILTER_VARS=		DSO_BASEMODS+=http_image_filter_module
142
HTTP_MP4_CONFIGURE_ARGS=	--with-http_mp4_module
142
HTTP_MP4_CONFIGURE_ON=	--with-http_mp4_module
143
HTTP_PERL_CATEGORIES=		perl5
143
HTTP_PERL_CATEGORIES=		perl5
144
HTTP_PERL_USES=			perl5
144
HTTP_PERL_USES=			perl5
145
HTTP_PERL_VARS=			DSO_BASEMODS+=http_perl_module
145
HTTP_PERL_VARS=			DSO_BASEMODS+=http_perl_module

Return to bug 227122