Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 16:43:39 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 393b0d030716 - main - devel/efl: Add a workaround for efreetd crash.
Message-ID:  <202106041643.154GhdRN098630@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=393b0d030716b82e62737556abd22ab71f6aef93

commit 393b0d030716b82e62737556abd22ab71f6aef93
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-06-04 16:39:30 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-06-04 16:43:20 +0000

    devel/efl: Add a workaround for efreetd crash.
    
    PR:             256408
    Tested by:      Euan Thoms <euan@potensol.com>
---
 devel/efl/Makefile                                |  2 +-
 devel/efl/files/patch-src_lib_ecore_ecore__main.c | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 0944c57e29f9..b0261208ec93 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.25.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
 DIST_SUBDIR=	enlightenment
diff --git a/devel/efl/files/patch-src_lib_ecore_ecore__main.c b/devel/efl/files/patch-src_lib_ecore_ecore__main.c
new file mode 100644
index 000000000000..301bef323e48
--- /dev/null
+++ b/devel/efl/files/patch-src_lib_ecore_ecore__main.c
@@ -0,0 +1,11 @@
+--- src/lib/ecore/ecore_main.c.orig	2020-10-08 08:41:34 UTC
++++ src/lib/ecore/ecore_main.c
+@@ -4,6 +4,8 @@
+ 
+ #define EINA_SLSTR_INTERNAL
+ 
++#define FD_SETSIZE 8192
++
+ #ifdef _WIN32
+ # ifndef USER_TIMER_MINIMUM
+ #  define USER_TIMER_MINIMUM 0x0a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106041643.154GhdRN098630>