[Midnightbsd-cvs] mports [16457] trunk/www/nginx/files: update extra patches for nginx
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 9 16:23:54 EDT 2014
Revision: 16457
http://svnweb.midnightbsd.org/mports/?rev=16457
Author: laffer1
Date: 2014-08-09 16:23:49 -0400 (Sat, 09 Aug 2014)
Log Message:
-----------
update extra patches for nginx
Modified Paths:
--------------
trunk/www/nginx/files/extra-patch-passenger-build-nginx.rb
Added Paths:
-----------
trunk/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
Added: trunk/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config
===================================================================
--- trunk/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config (rev 0)
+++ trunk/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config 2014-08-09 20:23:49 UTC (rev 16457)
@@ -0,0 +1,13 @@
+--- ../openresty-set-misc-nginx-module-36fd035/config.orig 2011-12-09 10:27:53.861265188 +0300
++++ ../openresty-set-misc-nginx-module-36fd035/config 2011-12-09 10:28:07.107259301 +0300
+@@ -1,10 +1,3 @@
+-if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then
+- echo "found ngx_devel_kit for ngx_set_misc; looks good."
+-else
+- echo "error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc." 1>&2
+- exit 1
+-fi
+-
+ ngx_addon_name=ngx_http_set_misc_module
+ HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_set_misc_module"
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_set_base32.c $ngx_addon_dir/src/ngx_http_set_default_value.c $ngx_addon_dir/src/ngx_http_set_hashed_upstream.c $ngx_addon_dir/src/ngx_http_set_quote_sql.c $ngx_addon_dir/src/ngx_http_set_quote_json.c $ngx_addon_dir/src/ngx_http_set_unescape_uri.c $ngx_addon_dir/src/ngx_http_set_misc_module.c $ngx_addon_dir/src/ngx_http_set_escape_uri.c $ngx_addon_dir/src/ngx_http_set_hash.c $ngx_addon_dir/src/ngx_http_set_local_today.c $ngx_addon_dir/src/ngx_http_set_hex.c $ngx_addon_dir/src/ngx_http_set_base64.c $ngx_addon_dir/src/ngx_http_set_random.c"
Modified: trunk/www/nginx/files/extra-patch-passenger-build-nginx.rb
===================================================================
--- trunk/www/nginx/files/extra-patch-passenger-build-nginx.rb 2014-08-09 20:23:03 UTC (rev 16456)
+++ trunk/www/nginx/files/extra-patch-passenger-build-nginx.rb 2014-08-09 20:23:49 UTC (rev 16457)
@@ -1,13 +1,15 @@
---- ../passenger-4.0.35/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.35/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
-@@ -32,16 +32,12 @@
+--- ../passenger-4.0.45/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.45/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
+@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
:nginx_without_native_support,
-+ LIBBOOST_OXT,
++ LIBBOOST_OXT,
NATIVE_SUPPORT_TARGET
].compact
+@@ -40,11 +41,6 @@
+
task :nginx_without_native_support => [
auto_generated_sources,
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
More information about the Midnightbsd-cvs
mailing list