Index: head/devel/node-thrift/Makefile =================================================================== --- head/devel/node-thrift/Makefile (revision 462861) +++ head/devel/node-thrift/Makefile (revision 462862) @@ -1,28 +1,27 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMEPREFIX= node- MAINTAINER= ports@FreeBSD.org COMMENT= Node.js bindings for the Apache Thrift RPC system RUN_DEPENDS= node:www/node NO_BUILD= yes NO_ARCH= yes DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/thrift ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node ${CP} -R ${WRKSRC}/lib/nodejs/* \ ${STAGEDIR}${PREFIX}/lib/node_modules/thrift ${LN} -s ${PREFIX}/lib/node_modules/thrift/lib/thrift ${STAGEDIR}${PREFIX}/lib/node .include "${.CURDIR}/../thrift/bsd.thrift.mk" .include Index: head/devel/node-thrift/pkg-plist =================================================================== --- head/devel/node-thrift/pkg-plist (revision 462861) +++ head/devel/node-thrift/pkg-plist (revision 462862) @@ -1,57 +1,59 @@ lib/node/thrift lib/node_modules/thrift/Makefile.am lib/node_modules/thrift/Makefile.in lib/node_modules/thrift/README.md lib/node_modules/thrift/coding_standards.md lib/node_modules/thrift/examples/Makefile lib/node_modules/thrift/examples/README.md lib/node_modules/thrift/examples/client.js lib/node_modules/thrift/examples/client_multitransport.js lib/node_modules/thrift/examples/hello.html lib/node_modules/thrift/examples/hello.js lib/node_modules/thrift/examples/hello.thrift lib/node_modules/thrift/examples/httpClient.js lib/node_modules/thrift/examples/httpServer.js lib/node_modules/thrift/examples/httpServer.py lib/node_modules/thrift/examples/parse.js lib/node_modules/thrift/examples/server.js lib/node_modules/thrift/examples/server_http.js lib/node_modules/thrift/examples/server_multitransport.js lib/node_modules/thrift/examples/user.thrift lib/node_modules/thrift/lib/thrift/binary.js lib/node_modules/thrift/lib/thrift/binary_protocol.js lib/node_modules/thrift/lib/thrift/browser.js lib/node_modules/thrift/lib/thrift/buffered_transport.js lib/node_modules/thrift/lib/thrift/compact_protocol.js lib/node_modules/thrift/lib/thrift/connection.js lib/node_modules/thrift/lib/thrift/create_client.js lib/node_modules/thrift/lib/thrift/framed_transport.js lib/node_modules/thrift/lib/thrift/http_connection.js lib/node_modules/thrift/lib/thrift/index.js lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js +lib/node_modules/thrift/lib/thrift/int64_util.js +lib/node_modules/thrift/lib/thrift/json_parse.js lib/node_modules/thrift/lib/thrift/json_protocol.js lib/node_modules/thrift/lib/thrift/log.js lib/node_modules/thrift/lib/thrift/multiplexed_processor.js lib/node_modules/thrift/lib/thrift/multiplexed_protocol.js lib/node_modules/thrift/lib/thrift/protocol.js lib/node_modules/thrift/lib/thrift/server.js lib/node_modules/thrift/lib/thrift/thrift.js lib/node_modules/thrift/lib/thrift/transport.js lib/node_modules/thrift/lib/thrift/web_server.js lib/node_modules/thrift/lib/thrift/ws_connection.js lib/node_modules/thrift/lib/thrift/ws_transport.js lib/node_modules/thrift/lib/thrift/xhr_connection.js lib/node_modules/thrift/test/binary.test.js lib/node_modules/thrift/test/browser_client.js lib/node_modules/thrift/test/certificates.README lib/node_modules/thrift/test/client.js lib/node_modules/thrift/test/deep-constructor.test.js lib/node_modules/thrift/test/exceptions.js lib/node_modules/thrift/test/helpers.js lib/node_modules/thrift/test/server.crt lib/node_modules/thrift/test/server.js lib/node_modules/thrift/test/server.key lib/node_modules/thrift/test/test-cases.js lib/node_modules/thrift/test/testAll.sh lib/node_modules/thrift/test/test_driver.js lib/node_modules/thrift/test/test_handler.js Index: head/devel/p5-Thrift/Makefile =================================================================== --- head/devel/p5-Thrift/Makefile (revision 462861) +++ head/devel/p5-Thrift/Makefile (revision 462862) @@ -1,28 +1,27 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Thrift PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= MAINTAINER= komarov@valerka.net COMMENT= Perl interface to Thrift BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector RUN_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector FETCH_DEPENDS+= ${NONEXISTENT}:devel/thrift:extract USES= perl5 USE_PERL5= configure NO_ARCH= yes post-extract: @${LN} -sfh \ `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC} .include "../thrift/bsd.thrift.mk" .include Index: head/devel/p5-Thrift/pkg-plist =================================================================== --- head/devel/p5-Thrift/pkg-plist (revision 462861) +++ head/devel/p5-Thrift/pkg-plist (revision 462862) @@ -1,17 +1,21 @@ %%SITE_PERL%%/Thrift.pm %%SITE_PERL%%/Thrift/BinaryProtocol.pm %%SITE_PERL%%/Thrift/BufferedTransport.pm +%%SITE_PERL%%/Thrift/Exception.pm %%SITE_PERL%%/Thrift/FramedTransport.pm %%SITE_PERL%%/Thrift/HttpClient.pm %%SITE_PERL%%/Thrift/MemoryBuffer.pm %%SITE_PERL%%/Thrift/MessageType.pm %%SITE_PERL%%/Thrift/MultiplexedProcessor.pm %%SITE_PERL%%/Thrift/MultiplexedProtocol.pm %%SITE_PERL%%/Thrift/Protocol.pm %%SITE_PERL%%/Thrift/ProtocolDecorator.pm %%SITE_PERL%%/Thrift/SSLServerSocket.pm %%SITE_PERL%%/Thrift/SSLSocket.pm %%SITE_PERL%%/Thrift/Server.pm %%SITE_PERL%%/Thrift/ServerSocket.pm %%SITE_PERL%%/Thrift/Socket.pm %%SITE_PERL%%/Thrift/Transport.pm +%%SITE_PERL%%/Thrift/Type.pm +%%SITE_PERL%%/Thrift/UnixServerSocket.pm +%%SITE_PERL%%/Thrift/UnixSocket.pm Index: head/devel/rubygem-thrift/distinfo =================================================================== --- head/devel/rubygem-thrift/distinfo (revision 462861) +++ head/devel/rubygem-thrift/distinfo (revision 462862) @@ -1,2 +1,3 @@ -SHA256 (rubygem/thrift-0.9.3.0.gem) = 2b8cb950cacd6265ea3d93ef716a5394c6d5de1f560b665098eba2d06fa1574d -SIZE (rubygem/thrift-0.9.3.0.gem) = 72192 +TIMESTAMP = 1518214128 +SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a +SIZE (rubygem/thrift-0.11.0.0.gem) = 85504 Index: head/devel/thrift/bsd.thrift.mk =================================================================== --- head/devel/thrift/bsd.thrift.mk (revision 462861) +++ head/devel/thrift/bsd.thrift.mk (revision 462862) @@ -1,13 +1,12 @@ # # $FreeBSD$ # # to use: # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.9.3 -THRIFT_PORTREVISION= 1 +THRIFT_PORTVERSION= 0.11.0 CONFIGURE_ARGS+= \ --without-tests Index: head/devel/thrift/distinfo =================================================================== --- head/devel/thrift/distinfo (revision 462861) +++ head/devel/thrift/distinfo (revision 462862) @@ -1,2 +1,3 @@ -SHA256 (thrift-0.9.3.tar.gz) = b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e -SIZE (thrift-0.9.3.tar.gz) = 8897936 +TIMESTAMP = 1518215832 +SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2 +SIZE (thrift-0.11.0.tar.gz) = 3667154 Index: head/devel/thrift-c_glib/Makefile =================================================================== --- head/devel/thrift-c_glib/Makefile (revision 462861) +++ head/devel/thrift-c_glib/Makefile (revision 462862) @@ -1,47 +1,46 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C glib interface to Thrift PKGNAMESUFFIX= -c_glib BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo USES= autoreconf pathfix pkgconfig gmake libtool GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip .include "../thrift/bsd.thrift.mk" CONFIGURE_ARGS+= \ --with-c_glib \ --without-cpp \ --without-qt4 \ --without-csharp \ --without-erlang \ --without-haskell \ --without-java \ --without-perl \ --without-php \ --without-php_extension \ --without-python \ --without-ruby \ --without-go .include Index: head/devel/thrift-c_glib/pkg-plist =================================================================== --- head/devel/thrift-c_glib/pkg-plist (revision 462861) +++ head/devel/thrift-c_glib/pkg-plist (revision 462862) @@ -1,28 +1,37 @@ @comment bin/thrift include/thrift/c_glib/config.h include/thrift/c_glib/processor/thrift_dispatch_processor.h +include/thrift/c_glib/processor/thrift_multiplexed_processor.h include/thrift/c_glib/processor/thrift_processor.h include/thrift/c_glib/protocol/thrift_binary_protocol.h include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h +include/thrift/c_glib/protocol/thrift_compact_protocol.h +include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h +include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h include/thrift/c_glib/protocol/thrift_protocol.h +include/thrift/c_glib/protocol/thrift_protocol_decorator.h include/thrift/c_glib/protocol/thrift_protocol_factory.h +include/thrift/c_glib/protocol/thrift_stored_message_protocol.h include/thrift/c_glib/server/thrift_server.h include/thrift/c_glib/server/thrift_simple_server.h include/thrift/c_glib/thrift.h include/thrift/c_glib/thrift_application_exception.h include/thrift/c_glib/thrift_struct.h include/thrift/c_glib/transport/thrift_buffered_transport.h include/thrift/c_glib/transport/thrift_buffered_transport_factory.h +include/thrift/c_glib/transport/thrift_fd_transport.h include/thrift/c_glib/transport/thrift_framed_transport.h include/thrift/c_glib/transport/thrift_framed_transport_factory.h include/thrift/c_glib/transport/thrift_memory_buffer.h +include/thrift/c_glib/transport/thrift_platform_socket.h include/thrift/c_glib/transport/thrift_server_socket.h include/thrift/c_glib/transport/thrift_server_transport.h include/thrift/c_glib/transport/thrift_socket.h +include/thrift/c_glib/transport/thrift_ssl_socket.h include/thrift/c_glib/transport/thrift_transport.h include/thrift/c_glib/transport/thrift_transport_factory.h lib/libthrift_c_glib.a lib/libthrift_c_glib.so lib/libthrift_c_glib.so.0 lib/libthrift_c_glib.so.0.0.0 libdata/pkgconfig/thrift_c_glib.pc Index: head/devel/thrift-cpp/Makefile =================================================================== --- head/devel/thrift-cpp/Makefile (revision 462861) +++ head/devel/thrift-cpp/Makefile (revision 462862) @@ -1,71 +1,71 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMESUFFIX= -cpp DISTNAME= thrift-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= C++ interface to Thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= 'configure: error: "Error: libcrypto required."' USES= autoreconf pkgconfig gmake compiler:c++11-lang \ libtool pathfix ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" OPTIONS_DEFINE= QT4 QT4_CONFIGURE_WITH= qt4 QT4_USE= QT4=network,moc_build,qmake_build,rcc_build,uic_build OPTIONS_SUB= yes CONFIGURE_ARGS+= \ --without-c_glib \ --with-cpp \ + --with-boost-libdir="${LOCALBASE}/lib" \ --without-csharp \ --without-erlang \ --without-haskell \ --without-java \ --without-perl \ --without-php \ --without-php_extension \ --without-python \ --without-ruby \ --without-go LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} .include .if ${COMPILER_TYPE} == clang USE_CXXSTD= c++11 .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 ${LN} -sf libthriftnb-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftnb.so.0 ${LN} -sf libthriftz-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftz.so.0 post-install-QT4-on: ${LN} -sf libthriftqt-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftqt.so.0 .include "../thrift/bsd.thrift.mk" .include Index: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp =================================================================== --- head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp (revision 462861) +++ head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp (nonexistent) @@ -1,13 +0,0 @@ ---- lib/cpp/src/thrift/transport/TSSLSocket.cpp.orig 2015-09-25 02:24:34 UTC -+++ lib/cpp/src/thrift/transport/TSSLSocket.cpp -@@ -139,8 +139,10 @@ static char uppercase(char c); - SSLContext::SSLContext(const SSLProtocol& protocol) { - if (protocol == SSLTLS) { - ctx_ = SSL_CTX_new(SSLv23_method()); -+#ifndef OPENSSL_NO_SSL3 - } else if (protocol == SSLv3) { - ctx_ = SSL_CTX_new(SSLv3_method()); -+#endif - } else if (protocol == TLSv1_0) { - ctx_ = SSL_CTX_new(TLSv1_method()); - } else if (protocol == TLSv1_1) { Property changes on: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp ___________________________________________________________________ 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 Index: head/devel/thrift-cpp/pkg-plist =================================================================== --- head/devel/thrift-cpp/pkg-plist (revision 462861) +++ head/devel/thrift-cpp/pkg-plist (revision 462862) @@ -1,101 +1,108 @@ @comment bin/thrift include/thrift/TApplicationException.h +include/thrift/TBase.h include/thrift/TDispatchProcessor.h include/thrift/TLogging.h include/thrift/TOutput.h include/thrift/TProcessor.h include/thrift/TToString.h include/thrift/Thrift.h include/thrift/async/TAsyncBufferProcessor.h include/thrift/async/TAsyncChannel.h include/thrift/async/TAsyncDispatchProcessor.h include/thrift/async/TAsyncProcessor.h include/thrift/async/TAsyncProtocolProcessor.h include/thrift/async/TConcurrentClientSyncInfo.h include/thrift/async/TEvhttpClientChannel.h include/thrift/async/TEvhttpServer.h include/thrift/concurrency/BoostThreadFactory.h include/thrift/concurrency/Exception.h include/thrift/concurrency/FunctionRunner.h include/thrift/concurrency/Monitor.h include/thrift/concurrency/Mutex.h include/thrift/concurrency/PlatformThreadFactory.h include/thrift/concurrency/PosixThreadFactory.h include/thrift/concurrency/StdMonitor.cpp include/thrift/concurrency/StdMutex.cpp include/thrift/concurrency/StdThreadFactory.cpp include/thrift/concurrency/StdThreadFactory.h include/thrift/concurrency/Thread.h include/thrift/concurrency/ThreadManager.h include/thrift/concurrency/TimerManager.h include/thrift/concurrency/Util.h include/thrift/config.h -include/thrift/cxxfunctional.h include/thrift/processor/PeekProcessor.h include/thrift/processor/StatsProcessor.h include/thrift/processor/TMultiplexedProcessor.h include/thrift/protocol/TBase64Utils.h include/thrift/protocol/TBinaryProtocol.h include/thrift/protocol/TBinaryProtocol.tcc include/thrift/protocol/TCompactProtocol.h include/thrift/protocol/TCompactProtocol.tcc include/thrift/protocol/TDebugProtocol.h +include/thrift/protocol/THeaderProtocol.h include/thrift/protocol/TJSONProtocol.h include/thrift/protocol/TMultiplexedProtocol.h include/thrift/protocol/TProtocol.h include/thrift/protocol/TProtocolDecorator.h include/thrift/protocol/TProtocolException.h include/thrift/protocol/TProtocolTap.h +include/thrift/protocol/TProtocolTypes.h include/thrift/protocol/TVirtualProtocol.h include/thrift/qt/TQIODeviceTransport.h include/thrift/qt/TQTcpServer.h include/thrift/server/TConnectedClient.h include/thrift/server/TNonblockingServer.h include/thrift/server/TServer.h include/thrift/server/TServerFramework.h include/thrift/server/TSimpleServer.h include/thrift/server/TThreadPoolServer.h include/thrift/server/TThreadedServer.h +include/thrift/stdcxx.h include/thrift/thrift-config.h include/thrift/transport/PlatformSocket.h include/thrift/transport/TBufferTransports.h include/thrift/transport/TFDTransport.h include/thrift/transport/TFileTransport.h +include/thrift/transport/THeaderTransport.h include/thrift/transport/THttpClient.h include/thrift/transport/THttpServer.h include/thrift/transport/THttpTransport.h +include/thrift/transport/TNonblockingSSLServerSocket.h +include/thrift/transport/TNonblockingServerSocket.h +include/thrift/transport/TNonblockingServerTransport.h include/thrift/transport/TPipe.h include/thrift/transport/TPipeServer.h include/thrift/transport/TSSLServerSocket.h include/thrift/transport/TSSLSocket.h include/thrift/transport/TServerSocket.h include/thrift/transport/TServerTransport.h include/thrift/transport/TShortReadTransport.h include/thrift/transport/TSimpleFileTransport.h include/thrift/transport/TSocket.h include/thrift/transport/TSocketPool.h include/thrift/transport/TTransport.h include/thrift/transport/TTransportException.h include/thrift/transport/TTransportUtils.h include/thrift/transport/TVirtualTransport.h include/thrift/transport/TZlibTransport.h -lib/libthrift-0.9.3.so +lib/libthrift-%%PORTVERSION%%.so lib/libthrift.a lib/libthrift.so lib/libthrift.so.0 lib/libthriftnb-%%PORTVERSION%%.so lib/libthriftnb.a lib/libthriftnb.so lib/libthriftnb.so.0 %%QT4%%lib/libthriftqt-%%PORTVERSION%%.so %%QT4%%lib/libthriftqt.a %%QT4%%lib/libthriftqt.so %%QT4%%lib/libthriftqt.so.0 -lib/libthriftz-0.9.3.so +lib/libthriftz-%%PORTVERSION%%.so lib/libthriftz.a lib/libthriftz.so lib/libthriftz.so.0 libdata/pkgconfig/thrift-nb.pc %%QT4%%libdata/pkgconfig/thrift-qt.pc libdata/pkgconfig/thrift-z.pc libdata/pkgconfig/thrift.pc