Date: Tue, 31 Dec 2024 06:58:06 GMT From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 776bf899c6c9 - main - devel/pecl-swoole: update to 5.1.6. Message-ID: <202412310658.4BV6w66f058003@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=776bf899c6c9eea2ee72ccc2b32b9f46c58e9244 commit 776bf899c6c9eea2ee72ccc2b32b9f46c58e9244 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2024-12-31 06:57:35 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2024-12-31 06:57:35 +0000 devel/pecl-swoole: update to 5.1.6. --- devel/pecl-swoole/Makefile | 2 +- devel/pecl-swoole/distinfo | 6 +++--- devel/pecl-swoole/files/patch-include_swoole__async.h | 5 +++-- devel/pecl-swoole/files/patch-src_coroutine_system.cc | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 05172db55f44..e16380aa08b3 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -1,5 +1,5 @@ PORTNAME= swoole -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index 45750735aad7..f694855d5210 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730442057 -SHA256 (PECL/swoole-5.1.5.tgz) = fdc856f746452c3333d0b2b70047da6172c3636e9b23a874c7aeb5abc312cf0a -SIZE (PECL/swoole-5.1.5.tgz) = 2265268 +TIMESTAMP = 1735627788 +SHA256 (PECL/swoole-5.1.6.tgz) = 335bf67aba33789450701b36fb21d5b46d72f837de92def2f80d4a0090eb57c8 +SIZE (PECL/swoole-5.1.6.tgz) = 2266113 diff --git a/devel/pecl-swoole/files/patch-include_swoole__async.h b/devel/pecl-swoole/files/patch-include_swoole__async.h index 641b5f3381fd..e84e2731f615 100644 --- a/devel/pecl-swoole/files/patch-include_swoole__async.h +++ b/devel/pecl-swoole/files/patch-include_swoole__async.h @@ -1,11 +1,12 @@ ---- include/swoole_async.h.orig 2023-10-01 04:44:15 UTC +--- include/swoole_async.h.orig 2024-11-28 03:39:05 UTC +++ include/swoole_async.h -@@ -23,6 +23,10 @@ +@@ -23,6 +23,11 @@ #include <mutex> #include <atomic> +#ifdef __FreeBSD__ +#include <arpa/inet.h> ++#include <netinet/in.h> +#endif + #ifndef O_DIRECT diff --git a/devel/pecl-swoole/files/patch-src_coroutine_system.cc b/devel/pecl-swoole/files/patch-src_coroutine_system.cc index 95b124ebe059..ad235fcfbf97 100644 --- a/devel/pecl-swoole/files/patch-src_coroutine_system.cc +++ b/devel/pecl-swoole/files/patch-src_coroutine_system.cc @@ -1,6 +1,6 @@ ---- src/coroutine/system.cc.orig 2023-10-01 03:15:13 UTC +--- src/coroutine/system.cc.orig 2024-11-28 03:39:05 UTC +++ src/coroutine/system.cc -@@ -711,7 +711,8 @@ std::shared_ptr<AsyncLock> async_lock(void *resource) +@@ -701,7 +701,8 @@ std::shared_ptr<AsyncLock> async_lock(void *resource) "resource(%p) has already been bound to another coroutine#%ld, " "%s of the same resource in coroutine#%ld at the same time is not allowed", resource,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412310658.4BV6w66f058003>