From owner-svn-ports-all@freebsd.org Wed Oct 21 14:17:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC5FA1B8E3; Wed, 21 Oct 2015 14:17:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 691081802; Wed, 21 Oct 2015 14:17:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9LEH246087934; Wed, 21 Oct 2015 14:17:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9LEH1I1087925; Wed, 21 Oct 2015 14:17:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510211417.t9LEH1I1087925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 21 Oct 2015 14:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399916 - in head/devel: thrift thrift-c_glib thrift-cpp thrift-cpp/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 14:17:03 -0000 Author: mat Date: Wed Oct 21 14:17:01 2015 New Revision: 399916 URL: https://svnweb.freebsd.org/changeset/ports/399916 Log: Update to 0.9.3 PR: 203767 Submitted by: devnexen gmail com Approved by: maintainer Sponsored by: Absolight Modified: head/devel/thrift-c_glib/Makefile head/devel/thrift-c_glib/pkg-plist head/devel/thrift-cpp/Makefile head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h head/devel/thrift-cpp/pkg-plist head/devel/thrift/Makefile head/devel/thrift/bsd.thrift.mk head/devel/thrift/distinfo Modified: head/devel/thrift-c_glib/Makefile ============================================================================== --- head/devel/thrift-c_glib/Makefile Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-c_glib/Makefile Wed Oct 21 14:17:01 2015 (r399916) @@ -40,7 +40,8 @@ CONFIGURE_ARGS+= \ --without-php \ --without-php_extension \ --without-python \ - --without-ruby + --without-ruby \ + --without-go post-patch: @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/c_glib/Makefile.am Modified: head/devel/thrift-c_glib/pkg-plist ============================================================================== --- head/devel/thrift-c_glib/pkg-plist Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-c_glib/pkg-plist Wed Oct 21 14:17:01 2015 (r399916) @@ -1,5 +1,6 @@ @comment bin/thrift include/thrift/c_glib/config.h +include/thrift/c_glib/processor/thrift_dispatch_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 @@ -11,7 +12,9 @@ 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_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_server_socket.h include/thrift/c_glib/transport/thrift_server_transport.h Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-cpp/Makefile Wed Oct 21 14:17:01 2015 (r399916) @@ -23,8 +23,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" -BUILD_WRKSRC= ${WRKSRC}/lib/cpp -INSTALL_WRKSRC= ${WRKSRC}/lib/cpp OPTIONS_DEFINE= QT4 QT4_CONFIGURE_WITH= qt4 @@ -43,7 +41,8 @@ CONFIGURE_ARGS+= \ --without-php \ --without-php_extension \ --without-python \ - --without-ruby + --without-ruby \ + --without-go .include @@ -55,12 +54,13 @@ post-patch: @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am 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 -.if ${PORT_OPTIONS:MQT4} + +post-install-QT4-on: ${LN} -sf libthriftqt-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftqt.so.0 -.endif .include "../thrift/bsd.thrift.mk" .include Modified: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc ============================================================================== --- head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc Wed Oct 21 14:17:01 2015 (r399916) @@ -1,11 +1,11 @@ ---- ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig 2013-08-15 18:04:29.000000000 +0400 -+++ ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc 2013-10-16 01:15:53.000000000 +0400 -@@ -23,7 +23,7 @@ - #include +--- lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig 2015-10-13 19:19:23 UTC ++++ lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc +@@ -24,6 +24,8 @@ #include -- -+#include - - namespace apache { namespace thrift { namespace protocol { ++#include ++ + namespace apache { + namespace thrift { + namespace protocol { Modified: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h ============================================================================== --- head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h Wed Oct 21 14:17:01 2015 (r399916) @@ -1,12 +1,12 @@ ---- ./lib/cpp/src/thrift/server/TNonblockingServer.h.orig 2013-08-15 18:04:29.000000000 +0400 -+++ ./lib/cpp/src/thrift/server/TNonblockingServer.h 2013-10-16 01:15:53.000000000 +0400 -@@ -38,7 +38,8 @@ - #include - #endif - #include -- +--- lib/cpp/src/thrift/server/TNonblockingServer.h.orig 2015-10-13 19:19:36 UTC ++++ lib/cpp/src/thrift/server/TNonblockingServer.h +@@ -41,6 +41,9 @@ + #include + #include + +#include +#include - - - namespace apache { namespace thrift { namespace server { ++ + namespace apache { + namespace thrift { + namespace server { Modified: head/devel/thrift-cpp/pkg-plist ============================================================================== --- head/devel/thrift-cpp/pkg-plist Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift-cpp/pkg-plist Wed Oct 21 14:17:01 2015 (r399916) @@ -1,14 +1,17 @@ +@comment bin/thrift include/thrift/TApplicationException.h include/thrift/TDispatchProcessor.h include/thrift/TLogging.h +include/thrift/TOutput.h include/thrift/TProcessor.h -include/thrift/TReflectionLocal.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 @@ -37,7 +40,6 @@ include/thrift/protocol/TBinaryProtocol. include/thrift/protocol/TCompactProtocol.h include/thrift/protocol/TCompactProtocol.tcc include/thrift/protocol/TDebugProtocol.h -include/thrift/protocol/TDenseProtocol.h include/thrift/protocol/TJSONProtocol.h include/thrift/protocol/TMultiplexedProtocol.h include/thrift/protocol/TProtocol.h @@ -47,8 +49,10 @@ include/thrift/protocol/TProtocolTap.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 @@ -75,7 +79,7 @@ include/thrift/transport/TTransportExcep include/thrift/transport/TTransportUtils.h include/thrift/transport/TVirtualTransport.h include/thrift/transport/TZlibTransport.h -lib/libthrift-0.9.1.so +lib/libthrift-0.9.3.so lib/libthrift.a lib/libthrift.so lib/libthrift.so.0 @@ -87,7 +91,7 @@ lib/libthriftnb.so.0 %%QT4%%lib/libthriftqt.a %%QT4%%lib/libthriftqt.so %%QT4%%lib/libthriftqt.so.0 -lib/libthriftz-0.9.1.so +lib/libthriftz-0.9.3.so lib/libthriftz.a lib/libthriftz.so lib/libthriftz.so.0 Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift/Makefile Wed Oct 21 14:17:01 2015 (r399916) @@ -43,7 +43,8 @@ CONFIGURE_ARGS+= \ --without-php \ --without-php_extension \ --without-python \ - --without-ruby + --without-ruby \ + --without-go PLIST_FILES= bin/thrift Modified: head/devel/thrift/bsd.thrift.mk ============================================================================== --- head/devel/thrift/bsd.thrift.mk Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift/bsd.thrift.mk Wed Oct 21 14:17:01 2015 (r399916) @@ -5,7 +5,7 @@ # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.9.1 +THRIFT_PORTVERSION= 0.9.3 THRIFT_PORTREVISION= 1 CONFIGURE_ARGS+= \ Modified: head/devel/thrift/distinfo ============================================================================== --- head/devel/thrift/distinfo Wed Oct 21 14:16:55 2015 (r399915) +++ head/devel/thrift/distinfo Wed Oct 21 14:17:01 2015 (r399916) @@ -1,2 +1,2 @@ -SHA256 (thrift-0.9.1.tar.gz) = ac175080c8cac567b0331e394f23ac306472c071628396db2850cb00c41b0017 -SIZE (thrift-0.9.1.tar.gz) = 3402353 +SHA256 (thrift-0.9.3.tar.gz) = b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e +SIZE (thrift-0.9.3.tar.gz) = 8897936