Index: head/devel/pecl-swoole/Makefile =================================================================== --- head/devel/pecl-swoole/Makefile (revision 504465) +++ head/devel/pecl-swoole/Makefile (revision 504466) @@ -1,30 +1,30 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.5 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= Asynchronous & concurrent & distributed networking framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 localbase:ldflags php:pecl ssl USE_PHP= hash:build pcre CONFIGURE_ARGS+= --enable-mysqlnd OPTIONS_DEFINE= CARES HTTP2 SOCKETS PGSQL CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CONFIGURE_ON= --enable-cares HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl SOCKETS_USE= PHP=sockets:build SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --enable-coroutine-postgresql .include Index: head/devel/pecl-swoole/distinfo =================================================================== --- head/devel/pecl-swoole/distinfo (revision 504465) +++ head/devel/pecl-swoole/distinfo (revision 504466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554984024 -SHA256 (PECL/swoole-4.3.1.tgz) = 8078960cd654b1a4a72cd3b092e672455e28013d56670ccdd4f882281c6425dd -SIZE (PECL/swoole-4.3.1.tgz) = 1311706 +TIMESTAMP = 1560827376 +SHA256 (PECL/swoole-4.3.5.tgz) = d9c640f6275403d9a871998643d79a7f3e8e51593591c1c08e53e93af189b075 +SIZE (PECL/swoole-4.3.5.tgz) = 1348319 Index: head/devel/pecl-swoole/files/patch-config.m4 =================================================================== --- head/devel/pecl-swoole/files/patch-config.m4 (revision 504465) +++ head/devel/pecl-swoole/files/patch-config.m4 (revision 504466) @@ -1,11 +1,11 @@ ---- config.m4.orig 2019-02-02 14:04:33 UTC +--- config.m4.orig 2019-06-14 08:30:12 UTC +++ config.m4 -@@ -227,7 +227,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -296,7 +296,7 @@ if test "$PHP_SWOOLE" != "no"; then AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) - AC_CHECK_LIB(c, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) + AC_CHECK_LIB(execinfo, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) AC_CHECK_LIB(c, daemon, AC_DEFINE(HAVE_DAEMON, 1, [have daemon])) AC_CHECK_LIB(c, mkostemp, AC_DEFINE(HAVE_MKOSTEMP, 1, [have mkostemp])) AC_CHECK_LIB(c, inotify_init, AC_DEFINE(HAVE_INOTIFY, 1, [have inotify])) Index: head/devel/pecl-swoole/files/patch-src_server_static__handler.cc =================================================================== --- head/devel/pecl-swoole/files/patch-src_server_static__handler.cc (nonexistent) +++ head/devel/pecl-swoole/files/patch-src_server_static__handler.cc (revision 504466) @@ -0,0 +1,11 @@ +--- src/server/static_handler.cc.orig 2019-06-18 03:17:11 UTC ++++ src/server/static_handler.cc +@@ -168,7 +168,7 @@ int static_handler::send_response() + { + date_format = SW_HTTP_ASCTIME_DATE; + } +- if (date_format && mktime(&tm3) - (int) timezone >= file_mtime) ++ if (date_format && mktime(&tm3) - (long)timezone >= file_mtime) + { + response.info.len = sw_snprintf(header_buffer, sizeof(header_buffer), "HTTP/1.1 304 Not Modified\r\n" + "%s" Property changes on: head/devel/pecl-swoole/files/patch-src_server_static__handler.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property