summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-04-23 14:43:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-04-23 14:43:27 +0000
commit17af7c8bfce53a2ebcd6be9d48c2f231e8d6aae9 (patch)
tree9bed4f275e26111b84a05b3cfaf85a836cd11b43 /www/nginx-devel/files
parentUpdate to 5.11.1 (diff)
Third-party postgres module is dynamic now and remove
the legacy patch. While I'm here update the PORTSCOUT. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=532682
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres-config4
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_postgres_module.c17
2 files changed, 2 insertions, 19 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres-config b/www/nginx-devel/files/extra-patch-ngx_postgres-config
index f79e9ca1bfbb..8c26c0f7dd64 100644
--- a/www/nginx-devel/files/extra-patch-ngx_postgres-config
+++ b/www/nginx-devel/files/extra-patch-ngx_postgres-config
@@ -1,5 +1,5 @@
---- ../ngx_postgres-1.0rc7/config.orig 2015-05-26 20:52:25.649166000 +0300
-+++ ../ngx_postgres-1.0rc7/config 2015-05-26 20:53:10.331122000 +0300
+--- ../ngx_postgres-8aa7359/config.orig 2015-05-26 20:52:25.649166000 +0300
++++ ../ngx_postgres-8aa7359/config 2015-05-26 20:53:10.331122000 +0300
@@ -48,12 +48,12 @@
if [ $ngx_found = no ]; then
diff --git a/www/nginx-devel/files/extra-patch-ngx_postgres_module.c b/www/nginx-devel/files/extra-patch-ngx_postgres_module.c
deleted file mode 100644
index dd8e302d1fd4..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_postgres_module.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c.orig 2016-11-20 15:34:25.763542000 -0500
-+++ ../ngx_postgres-1.0rc7/src/ngx_postgres_module.c 2016-11-20 15:34:41.023867000 -0500
-@@ -1320,12 +1320,14 @@
- continue;
- }
-
-+#if (nginx_version < 1011006)
- if (uscfp[i]->default_port && url->default_port
- && (uscfp[i]->default_port != url->default_port))
- {
- dd("default_port doesn't match");
- continue;
- }
-+#endif
-
- dd("returning");
- return uscfp[i];