Index: head/devel/pecl-swoole/Makefile =================================================================== --- head/devel/pecl-swoole/Makefile (revision 450702) +++ head/devel/pecl-swoole/Makefile (revision 450703) @@ -1,32 +1,30 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.9.16 +PORTVERSION= 1.9.21 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= Asynchronous & concurrent & distributed networking framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to build: swoole_config.h: error GCC 4.4 or later required USES= php:pecl ssl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre -OPTIONS_DEFINE= HTTP2 REDIS RING_BUFFER SOCKETS +OPTIONS_DEFINE= HTTP2 REDIS 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 -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 450702) +++ head/devel/pecl-swoole/distinfo (revision 450703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500129219 -SHA256 (PECL/swoole-1.9.16.tgz) = bd7a13b2ab5663cb28af24945246b2bcf280b667686548e1314778a72dcabab2 -SIZE (PECL/swoole-1.9.16.tgz) = 689633 +TIMESTAMP = 1506483954 +SHA256 (PECL/swoole-1.9.21.tgz) = 4e8dbd491693c2cc34e8af657f759ca661db3a25860f96242f6c62db8008b70b +SIZE (PECL/swoole-1.9.21.tgz) = 707603 Index: head/devel/pecl-swoole/files/patch-config.m4 =================================================================== --- head/devel/pecl-swoole/files/patch-config.m4 (revision 450702) +++ head/devel/pecl-swoole/files/patch-config.m4 (revision 450703) @@ -1,11 +1,11 @@ ---- config.m4.orig 2017-04-18 09:30:04 UTC +--- config.m4.orig 2017-09-26 08:30:45 UTC +++ config.m4 -@@ -250,7 +250,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -255,7 +255,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_protocol_SSL.c =================================================================== --- head/devel/pecl-swoole/files/patch-src_protocol_SSL.c (nonexistent) +++ head/devel/pecl-swoole/files/patch-src_protocol_SSL.c (revision 450703) @@ -0,0 +1,11 @@ +--- src/protocol/SSL.c.orig 2017-09-27 04:04:44 UTC ++++ src/protocol/SSL.c +@@ -98,7 +98,7 @@ static const SSL_METHOD *swSSL_get_metho + + void swSSL_init(void) + { +-#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER >= 0x10100003L + OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL); + #else + OPENSSL_config(NULL); Property changes on: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c ___________________________________________________________________ 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