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

Collapse All | Expand All

(-)b/www/nginx-devel/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME?=	nginx
3
PORTNAME?=	nginx
4
PORTVERSION=	1.21.5
4
PORTVERSION=	1.21.5
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	https://nginx.org/download/ \
7
MASTER_SITES=	https://nginx.org/download/ \
8
		LOCAL/osa
8
		LOCAL/osa
Lines 165-172 HTTP_SSL_CONFIGURE_ON= --with-http_ssl_module Link Here
165
HTTP_SSL_USES=			ssl
165
HTTP_SSL_USES=			ssl
166
HTTP_STATUS_CONFIGURE_ON=	--with-http_stub_status_module
166
HTTP_STATUS_CONFIGURE_ON=	--with-http_stub_status_module
167
HTTP_SUB_CONFIGURE_ON=		--with-http_sub_module
167
HTTP_SUB_CONFIGURE_ON=		--with-http_sub_module
168
HTTP_XSLT_USES=			gnome
168
HTTP_XSLT_LIB_DEPENDS=		libxml2.so:textproc/libxml2 \
169
HTTP_XSLT_USE=			GNOME=libxml2,libxslt
169
				libxslt.so:textproc/libxslt
170
HTTP_XSLT_VARS=			DSO_BASEMODS+=http_xslt_module
170
HTTP_XSLT_VARS=			DSO_BASEMODS+=http_xslt_module
171
HTTPV2_IMPLIES=			HTTP_SSL
171
HTTPV2_IMPLIES=			HTTP_SSL
172
HTTPV2_CONFIGURE_ON=		--with-http_v2_module
172
HTTPV2_CONFIGURE_ON=		--with-http_v2_module

Return to bug 261134