Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 15:53:27 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533147 - head/www/nginx-devel/files
Message-ID:  <202004271553.03RFrR2G076295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Mon Apr 27 15:53:27 2020
New Revision: 533147
URL: https://svnweb.freebsd.org/changeset/ports/533147

Log:
  Add missing patches for r533146.
  
  Pointy hat:	osa

Added:
  head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config   (contents, props changed)
  head/www/nginx-devel/files/extra-patch-ngx_http_response-config   (contents, props changed)

Added: head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/nginx-devel/files/extra-patch-nginx_upstream_check_module-config	Mon Apr 27 15:53:27 2020	(r533147)
@@ -0,0 +1,32 @@
+--- ../nginx_upstream_check_module-9aecf15/config.orig	2020-04-27 09:51:23.976467000 -0400
++++ ../nginx_upstream_check_module-9aecf15/config	2020-04-27 09:54:11.429571000 -0400
+@@ -1,23 +1,7 @@
+-ngx_feature="ngx_http_upstream_check_module"
+-ngx_feature_name=
+-ngx_feature_run=no
+-ngx_feature_incs=
+-ngx_feature_path="$ngx_addon_dir"
+-ngx_feature_deps="$ngx_addon_dir/ngx_http_upstream_check_module.h"
+-ngx_check_src="$ngx_addon_dir/ngx_http_upstream_check_module.c"
+-ngx_feature_test="int a;"
+-. auto/feature
++ngx_addon_name=ngx_http_upstream_check_module
++ngx_module_name="$ngx_addon_name"
++ngx_module_type=HTTP
++ngx_module_deps="$ngx_addon_dir/ngx_http_upstream_check_module.h"
++ngx_module_srcs="$ngx_addon_dir/ngx_http_upstream_check_module.c"
+ 
+-if [ $ngx_found = yes ]; then
+-    have=NGX_HTTP_UPSTREAM_CHECK . auto/have
+-    CORE_INCS="$CORE_INCS $ngx_feature_path"
+-    ngx_addon_name=ngx_http_upstream_check_module
+-    HTTP_MODULES="$HTTP_MODULES ngx_http_upstream_check_module"
+-    NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_feature_deps"
+-    NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_check_src"
+-else
+-    cat << END
+-    $0: error: the ngx_http_upstream_check_module addon error.
+-END
+-    exit 1
+-fi
++. auto/module

Added: head/www/nginx-devel/files/extra-patch-ngx_http_response-config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/nginx-devel/files/extra-patch-ngx_http_response-config	Mon Apr 27 15:53:27 2020	(r533147)
@@ -0,0 +1,11 @@
+--- ../ngx_http_response-0.3/config.orig	2020-04-27 11:41:14.626983000 -0400
++++ ../ngx_http_response-0.3/config	2020-04-27 11:41:50.008905000 -0400
+@@ -1,3 +1,6 @@
+ ngx_addon_name=ngx_http_response_module
+-HTTP_MODULES="$HTTP_MODULES ngx_http_response_module"
+-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_response_module.c"
++ngx_module_name="$ngx_addon_name"
++ngx_module_type=HTTP
++ngx_module_srcs="$ngx_addon_dir/ngx_http_response_module.c"
++ngx_module_deps=""
++. auto/module



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004271553.03RFrR2G076295>