svn commit: r471798 - in head/net/minidlna: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 5 18:57:24 UTC 2018


Author: sunpoet
Date: Tue Jun  5 18:57:23 2018
New Revision: 471798
URL: https://svnweb.freebsd.org/changeset/ports/471798

Log:
  Increase FD_SETSIZE to 8192
  
  - Bump PORTREVISION for package change
  
  PR:		210014
  Obtained from:	Bob Willcox <bob at immure.com>
  Submitted by:	Masachika ISHIZUKA <ish at amail.plala.or.jp>
  Notified by:	riggs

Modified:
  head/net/minidlna/Makefile
  head/net/minidlna/files/extra-patch-kqueue

Modified: head/net/minidlna/Makefile
==============================================================================
--- head/net/minidlna/Makefile	Tue Jun  5 18:57:18 2018	(r471797)
+++ head/net/minidlna/Makefile	Tue Jun  5 18:57:23 2018	(r471798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	minidlna
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net multimedia www
 MASTER_SITES=	SF

Modified: head/net/minidlna/files/extra-patch-kqueue
==============================================================================
--- head/net/minidlna/files/extra-patch-kqueue	Tue Jun  5 18:57:18 2018	(r471797)
+++ head/net/minidlna/files/extra-patch-kqueue	Tue Jun  5 18:57:23 2018	(r471798)
@@ -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;


More information about the svn-ports-all mailing list