FreeBSD Bugzilla – Attachment 114504 Details for
Bug 156163
[patch] Include substitution filter module option for www/nginx www/nginx-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.68 KB, created by
Chris Tandiono
on 2011-04-04 00:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Tandiono
Created:
2011-04-04 00:10:10 UTC
Size:
1.68 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >index 0488526..f3bbf84 100644 >--- a/Makefile >+++ b/Makefile >@@ -63,6 +63,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ > HTTP_PUSH_MODULE "3rd party push module" off \ > HTTP_REDIS_MODULE "3rd party http_redis module" off \ > HTTP_RESPONSE_MODULE "3rd party http_response module" off \ >+ HTTP_SUB_FILTER_MODULE "3rd party subs filter module" off \ > HTTP_UPLOAD_MODULE "3rd party upload module" off \ > HTTP_UPLOAD_PROGRESS "3rd party uploadprogress module" off \ > HTTP_UPSTREAM_FAIR "3rd party upstream fair module" off \ >@@ -329,6 +330,13 @@ CONFIGURE_ARGS+=--with-http_stub_status_module > CONFIGURE_ARGS+=--with-http_sub_module > .endif > >+.if defined(WITH_HTTP_SUB_FILTER_MODULE) >+NGINX_SUB_FILTER_MODULE_VERSION= r44 >+MASTER_SITES+= https://tbp.berkeley.edu/~christandiono/ports/:sub_filter >+DISTFILES+= substitutions4nginx-read-only-${NGINX_SUB_FILTER_MODULE_VERSION}.tar.bz2:sub_filter >+CONFIGURE_ARGS+=--add-module=${WRKDIR}/substitutions4nginx-read-only >+.endif >+ > .if defined(WITH_HTTP_UPLOAD_MODULE) > NGINX_UPLOAD_MODULE_VERSION= 2.2.0 > MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload >diff --git a/distinfo b/distinfo >index 6e63707..2405daa 100644 >--- a/distinfo >+++ b/distinfo >@@ -54,3 +54,5 @@ SHA256 (ngx_supervisord-1.4.tar.gz) = 0954a4efb1b955692acf523e169221146d6aa93ad1 > SIZE (ngx_supervisord-1.4.tar.gz) = 19351 > SHA256 (nginx_udplog_module-1.0.0.tar.gz) = e0c0bfa524c3a675ad6c08b916d08e57ef45f9818cb8a0d848c2c83785c6e659 > SIZE (nginx_udplog_module-1.0.0.tar.gz) = 6284 >+SHA256 (substitutions4nginx-read-only-r44.tar.bz2) = 296fa0014f24354996514c7b8da32a8b611251cbd1341e18737a7a269816b6b9 >+SIZE (substitutions4nginx-read-only-r44.tar.bz2) = 63096
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156163
: 114504