summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-24 20:08:58 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-06-25 09:30:37 +0200
commit1698b86acb449b5758104da2b25b7fd40a7d1879 (patch)
tree8c4af20c1d9fcbcab3107e927fdce1168a354bed /www-servers/uwsgi
parentsys-kernel/rt-sources: remove unused patch(es) (diff)
downloadgentoo-1698b86acb449b5758104da2b25b7fd40a7d1879.tar.gz
gentoo-1698b86acb449b5758104da2b25b7fd40a7d1879.tar.bz2
gentoo-1698b86acb449b5758104da2b25b7fd40a7d1879.zip
www-servers/uwsgi: remove unused patch/file
Closes: https://github.com/gentoo/gentoo/pull/16401 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers/uwsgi')
-rw-r--r--www-servers/uwsgi/files/2.0.14-php-plugin.patch22
-rw-r--r--www-servers/uwsgi/files/42_mod_uwsgi-r2.conf9
2 files changed, 0 insertions, 31 deletions
diff --git a/www-servers/uwsgi/files/2.0.14-php-plugin.patch b/www-servers/uwsgi/files/2.0.14-php-plugin.patch
deleted file mode 100644
index f60a6553cfd1..000000000000
--- a/www-servers/uwsgi/files/2.0.14-php-plugin.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 6b332e6f7e6fc3c267a91ce5b5591684575ea271 Mon Sep 17 00:00:00 2001
-From: Damjan Georgievski <gdamjan@gmail.com>
-Date: Thu, 13 Oct 2016 00:55:35 +0200
-Subject: [PATCH] fix issue #1380 - compiling with llvm/freebsd
-
----
- plugins/php/php_plugin.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plugins/php/php_plugin.c b/plugins/php/php_plugin.c
-index 536ec1a..ef30180 100644
---- a/plugins/php/php_plugin.c
-+++ b/plugins/php/php_plugin.c
-@@ -232,7 +232,7 @@ static void sapi_uwsgi_register_variables(zval *track_vars_array TSRMLS_DC)
- size_t name_len = equal-usl->value;
- char *name = estrndup(usl->value, name_len);
- char *strval = equal+1;
-- zend_register_string_constant(name, name_len, strval, CONST_CS, 0);
-+ zend_register_string_constant(name, name_len, strval, CONST_CS, 0 TSRMLS_CC);
- }
- usl = usl->next;
- }
diff --git a/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf b/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf
deleted file mode 100644
index 85ede87b037b..000000000000
--- a/www-servers/uwsgi/files/42_mod_uwsgi-r2.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-<IfDefine PROXY_UWSGI>
- LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so
-</IfDefine>
-<IfDefine RUWSGI>
- LoadModule uwsgi_module modules/mod_Ruwsgi.so
-</IfDefine>
-<IfDefine UWSGI>
- LoadModule uwsgi_module modules/mod_uwsgi.so
-</IfDefine>