Index: head/devel/pecl-swoole/Makefile =================================================================== --- head/devel/pecl-swoole/Makefile (revision 453344) +++ head/devel/pecl-swoole/Makefile (revision 453345) @@ -1,30 +1,30 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.9.21 +PORTVERSION= 1.9.22 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 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 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 453344) +++ head/devel/pecl-swoole/distinfo (revision 453345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506483954 -SHA256 (PECL/swoole-1.9.21.tgz) = 4e8dbd491693c2cc34e8af657f759ca661db3a25860f96242f6c62db8008b70b -SIZE (PECL/swoole-1.9.21.tgz) = 707603 +TIMESTAMP = 1509627975 +SHA256 (PECL/swoole-1.9.22.tgz) = 9150b8298ed27045d7ddc7bc016689386fbe69306cbca3f0b5779f0918f7f17e +SIZE (PECL/swoole-1.9.22.tgz) = 708510 Index: head/devel/pecl-swoole/files/patch-src_protocol_SSL.c =================================================================== --- head/devel/pecl-swoole/files/patch-src_protocol_SSL.c (revision 453344) +++ head/devel/pecl-swoole/files/patch-src_protocol_SSL.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/protocol/SSL.c.orig 2017-09-28 02:24:13 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 -+#if OPENSSL_VERSION_NUMBER >= 0x10100003L && !defined(LIBRESSL_VERSION_NUMBER) - 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property