summaryrefslogtreecommitdiff
path: root/www
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
commit88fbbb5162c2a7a2e93e487f6300946797342302 (patch)
tree816516290f6d737175fe977c8a2a13fa713435c2 /www
parentfec25b5c2d0e2cf377ea55cde7f4a0970562c44f (diff)
downloadpkgsrc-88fbbb5162c2a7a2e93e487f6300946797342302.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')
-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;
- }