git: 393b0d030716 - main - devel/efl: Add a workaround for efreetd crash.
Gleb Popov
arrowd at FreeBSD.org
Fri Jun 4 16:43:39 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=393b0d030716b82e62737556abd22ab71f6aef93
commit 393b0d030716b82e62737556abd22ab71f6aef93
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-06-04 16:39:30 +0000
Commit: Gleb Popov <arrowd at 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 at 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
More information about the dev-commits-ports-all
mailing list