Increase FD_SETSIZE to 8192

- Bump PORTREVISION for package change

PR:		210014
Obtained from:	Bob Willcox <bob@immure.com>
Submitted by:	Masachika ISHIZUKA <ish@amail.plala.or.jp>
Notified by:	riggs
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-06-05 18:57:23 +00:00
parent 8d14697457
commit bc685f32c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471798
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= minidlna
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net multimedia www
MASTER_SITES= SF

View file

@ -543,6 +543,14 @@ diff --git upnpevents.c upnpevents.c
index 06ec43a..9827e6e 100644
--- upnpevents.c
+++ upnpevents.c
@@ -47,6 +47,7 @@
*/
#include "config.h"
+#define FD_SETSIZE 8192
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -417,6 +417,10 @@ void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd)
{
struct upnp_event_notify * obj;