Index: head/devel/pecl-swoole/Makefile =================================================================== --- head/devel/pecl-swoole/Makefile (revision 433416) +++ head/devel/pecl-swoole/Makefile (revision 433417) @@ -1,29 +1,33 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.8.13 -PORTREVISION= 1 +PORTVERSION= 1.9.5 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= Asynchronous & concurrent & distributed networking framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext ssl tar:tgz +USES= execinfo php:ext ssl tar:tgz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre -OPTIONS_DEFINE= HTTP2 REDIS +OPTIONS_DEFINE= HTTP2 REDIS RING_BUFFER SOCKETS HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis -REDIS_CONFIGURE_ON= --enable-async-redis --enable-coroutine +REDIS_CONFIGURE_ON= --enable-async-redis +RING_BUFFER_DESC= Use ring buffer pool +RING_BUFFER_CONFIGURE_ON= --enable-ringbuffer +SOCKETS_USE= PHP=sockets:build +SOCKETS_DESC= Use native php sockets extension +SOCKETS_CONFIGURE_ON= --enable-sockets .include Index: head/devel/pecl-swoole/distinfo =================================================================== --- head/devel/pecl-swoole/distinfo (revision 433416) +++ head/devel/pecl-swoole/distinfo (revision 433417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477449966 -SHA256 (PECL/swoole-1.8.13.tgz) = 54ceae0287d1c3bb1aaa5ea4e16f40f9f2301afe1c517c16cc3b5e9876b682be -SIZE (PECL/swoole-1.8.13.tgz) = 523667 +TIMESTAMP = 1486302935 +SHA256 (PECL/swoole-1.9.5.tgz) = ffc11770606478938e7c5437b29e486d1737ddc3ebb4a8f51bcebe127c5d1a45 +SIZE (PECL/swoole-1.9.5.tgz) = 542481 Index: head/devel/pecl-swoole/files/patch-swoole__config.h =================================================================== --- head/devel/pecl-swoole/files/patch-swoole__config.h (revision 433416) +++ head/devel/pecl-swoole/files/patch-swoole__config.h (revision 433417) @@ -1,11 +1,11 @@ ---- swoole_config.h.orig 2015-09-03 15:27:08 UTC +--- swoole_config.h.orig 2017-01-24 02:05:48 UTC +++ swoole_config.h @@ -19,7 +19,7 @@ #ifndef __clang__ //gcc version check #if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4)) -#error "GCC 4.4 or later required." +//#error "GCC 4.4 or later required." #endif #endif