summaryrefslogtreecommitdiff
path: root/www/php-fpm
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2015-03-05 11:16:28 +0000
committerhe <he@pkgsrc.org>2015-03-05 11:16:28 +0000
commit56355e8887b3f3b0a6e6843c7daefb858ad1eb42 (patch)
tree816516290f6d737175fe977c8a2a13fa713435c2 /www/php-fpm
parent12a0748105ccf05b4a62311a5cf3cfa31a322c20 (diff)
downloadpkgsrc-56355e8887b3f3b0a6e6843c7daefb858ad1eb42.tar.gz
Well, the fpm_sockets.c patch doesn't belong in php-fpm, but
rather in the PHP package proper, and there's three of them. Copy and adapt as necessary. No revision bump here: only build fix for NetBSD with TCP_INFO.
Diffstat (limited to 'www/php-fpm')
-rw-r--r--www/php-fpm/patches/patch-sapi_fpm_fpm_fpm__sockets.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/php-fpm/patches/patch-sapi_fpm_fpm_fpm__sockets.c b/www/php-fpm/patches/patch-sapi_fpm_fpm_fpm__sockets.c
deleted file mode 100644
index 84b8a4da555..00000000000
--- a/www/php-fpm/patches/patch-sapi_fpm_fpm_fpm__sockets.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-sapi_fpm_fpm_fpm__sockets.c,v 1.1 2015/03/05 09:20:47 he Exp $
-
---- ./sapi/fpm/fpm/fpm_sockets.c.orig 2014-09-17 07:03:27.000000000 +0000
-+++ ./sapi/fpm/fpm/fpm_sockets.c
-@@ -405,7 +405,7 @@ int fpm_socket_get_listening_queue(int s
- zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket");
- return -1;
- }
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- if (info.__tcpi_sacked == 0) {
- return -1;
- }