View | Details | Raw Unified | Return to bug 225798
Collapse All | Expand All

(-)node-thrift/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION}
5
PORTVERSION=	${THRIFT_PORTVERSION}
6
PORTREVISION=	2
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
7
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
9
PKGNAMEPREFIX=	node-
8
PKGNAMEPREFIX=	node-
(-)node-thrift/pkg-plist (+2 lines)
Lines 29-34 Link Here
29
lib/node_modules/thrift/lib/thrift/http_connection.js
29
lib/node_modules/thrift/lib/thrift/http_connection.js
30
lib/node_modules/thrift/lib/thrift/index.js
30
lib/node_modules/thrift/lib/thrift/index.js
31
lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js
31
lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js
32
lib/node_modules/thrift/lib/thrift/int64_util.js
33
lib/node_modules/thrift/lib/thrift/json_parse.js
32
lib/node_modules/thrift/lib/thrift/json_protocol.js
34
lib/node_modules/thrift/lib/thrift/json_protocol.js
33
lib/node_modules/thrift/lib/thrift/log.js
35
lib/node_modules/thrift/lib/thrift/log.js
34
lib/node_modules/thrift/lib/thrift/multiplexed_processor.js
36
lib/node_modules/thrift/lib/thrift/multiplexed_processor.js
(-)p5-Thrift/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	Thrift
4
PORTNAME=	Thrift
5
PORTVERSION=	${THRIFT_PORTVERSION}	# need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk
5
PORTVERSION=	${THRIFT_PORTVERSION}	# need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk
6
PORTREVISION=	2
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	devel perl5
7
CATEGORIES=	devel perl5
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
(-)p5-Thrift/pkg-plist (+4 lines)
Lines 1-6 Link Here
1
%%SITE_PERL%%/Thrift.pm
1
%%SITE_PERL%%/Thrift.pm
2
%%SITE_PERL%%/Thrift/BinaryProtocol.pm
2
%%SITE_PERL%%/Thrift/BinaryProtocol.pm
3
%%SITE_PERL%%/Thrift/BufferedTransport.pm
3
%%SITE_PERL%%/Thrift/BufferedTransport.pm
4
%%SITE_PERL%%/Thrift/Exception.pm
4
%%SITE_PERL%%/Thrift/FramedTransport.pm
5
%%SITE_PERL%%/Thrift/FramedTransport.pm
5
%%SITE_PERL%%/Thrift/HttpClient.pm
6
%%SITE_PERL%%/Thrift/HttpClient.pm
6
%%SITE_PERL%%/Thrift/MemoryBuffer.pm
7
%%SITE_PERL%%/Thrift/MemoryBuffer.pm
Lines 15-17 Link Here
15
%%SITE_PERL%%/Thrift/ServerSocket.pm
16
%%SITE_PERL%%/Thrift/ServerSocket.pm
16
%%SITE_PERL%%/Thrift/Socket.pm
17
%%SITE_PERL%%/Thrift/Socket.pm
17
%%SITE_PERL%%/Thrift/Transport.pm
18
%%SITE_PERL%%/Thrift/Transport.pm
19
%%SITE_PERL%%/Thrift/Type.pm
20
%%SITE_PERL%%/Thrift/UnixServerSocket.pm
21
%%SITE_PERL%%/Thrift/UnixSocket.pm
(-)rubygem-thrift/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/thrift-0.9.3.0.gem) = 2b8cb950cacd6265ea3d93ef716a5394c6d5de1f560b665098eba2d06fa1574d
1
TIMESTAMP = 1518214128
2
SIZE (rubygem/thrift-0.9.3.0.gem) = 72192
2
SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a
3
SIZE (rubygem/thrift-0.11.0.0.gem) = 85504
(-)thrift/bsd.thrift.mk (-2 / +1 lines)
Lines 5-12 Link Here
5
# in your makefile, set:
5
# in your makefile, set:
6
# PORTVERSION=	${THRIFT_PORTVERSION}
6
# PORTVERSION=	${THRIFT_PORTVERSION}
7
# see $PORTSDIR/devel/thrift for examples 
7
# see $PORTSDIR/devel/thrift for examples 
8
THRIFT_PORTVERSION=	0.9.3
8
THRIFT_PORTVERSION=	0.11.0
9
THRIFT_PORTREVISION=	1
10
9
11
CONFIGURE_ARGS+=	\
10
CONFIGURE_ARGS+=	\
12
		--without-tests
11
		--without-tests
(-)thrift/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (thrift-0.9.3.tar.gz) = b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e
1
TIMESTAMP = 1518215832
2
SIZE (thrift-0.9.3.tar.gz) = 8897936
2
SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2
3
SIZE (thrift-0.11.0.tar.gz) = 3667154
(-)thrift-c_glib/Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
6
PORTREVISION=	2
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	devel
7
CATEGORIES=	devel
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
8
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
(-)thrift-c_glib/pkg-plist (+9 lines)
Lines 1-11 Link Here
1
@comment bin/thrift
1
@comment bin/thrift
2
include/thrift/c_glib/config.h
2
include/thrift/c_glib/config.h
3
include/thrift/c_glib/processor/thrift_dispatch_processor.h
3
include/thrift/c_glib/processor/thrift_dispatch_processor.h
4
include/thrift/c_glib/processor/thrift_multiplexed_processor.h
4
include/thrift/c_glib/processor/thrift_processor.h
5
include/thrift/c_glib/processor/thrift_processor.h
5
include/thrift/c_glib/protocol/thrift_binary_protocol.h
6
include/thrift/c_glib/protocol/thrift_binary_protocol.h
6
include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h
7
include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h
8
include/thrift/c_glib/protocol/thrift_compact_protocol.h
9
include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h
10
include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h
7
include/thrift/c_glib/protocol/thrift_protocol.h
11
include/thrift/c_glib/protocol/thrift_protocol.h
12
include/thrift/c_glib/protocol/thrift_protocol_decorator.h
8
include/thrift/c_glib/protocol/thrift_protocol_factory.h
13
include/thrift/c_glib/protocol/thrift_protocol_factory.h
14
include/thrift/c_glib/protocol/thrift_stored_message_protocol.h
9
include/thrift/c_glib/server/thrift_server.h
15
include/thrift/c_glib/server/thrift_server.h
10
include/thrift/c_glib/server/thrift_simple_server.h
16
include/thrift/c_glib/server/thrift_simple_server.h
11
include/thrift/c_glib/thrift.h
17
include/thrift/c_glib/thrift.h
Lines 13-24 Link Here
13
include/thrift/c_glib/thrift_struct.h
19
include/thrift/c_glib/thrift_struct.h
14
include/thrift/c_glib/transport/thrift_buffered_transport.h
20
include/thrift/c_glib/transport/thrift_buffered_transport.h
15
include/thrift/c_glib/transport/thrift_buffered_transport_factory.h
21
include/thrift/c_glib/transport/thrift_buffered_transport_factory.h
22
include/thrift/c_glib/transport/thrift_fd_transport.h
16
include/thrift/c_glib/transport/thrift_framed_transport.h
23
include/thrift/c_glib/transport/thrift_framed_transport.h
17
include/thrift/c_glib/transport/thrift_framed_transport_factory.h
24
include/thrift/c_glib/transport/thrift_framed_transport_factory.h
18
include/thrift/c_glib/transport/thrift_memory_buffer.h
25
include/thrift/c_glib/transport/thrift_memory_buffer.h
26
include/thrift/c_glib/transport/thrift_platform_socket.h
19
include/thrift/c_glib/transport/thrift_server_socket.h
27
include/thrift/c_glib/transport/thrift_server_socket.h
20
include/thrift/c_glib/transport/thrift_server_transport.h
28
include/thrift/c_glib/transport/thrift_server_transport.h
21
include/thrift/c_glib/transport/thrift_socket.h
29
include/thrift/c_glib/transport/thrift_socket.h
30
include/thrift/c_glib/transport/thrift_ssl_socket.h
22
include/thrift/c_glib/transport/thrift_transport.h
31
include/thrift/c_glib/transport/thrift_transport.h
23
include/thrift/c_glib/transport/thrift_transport_factory.h
32
include/thrift/c_glib/transport/thrift_transport_factory.h
24
lib/libthrift_c_glib.a
33
lib/libthrift_c_glib.a
(-)thrift-cpp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
6
PORTREVISION=	12
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	devel
7
CATEGORIES=	devel
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
8
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
Lines 36-41 Link Here
36
CONFIGURE_ARGS+=	\
35
CONFIGURE_ARGS+=	\
37
		--without-c_glib \
36
		--without-c_glib \
38
		--with-cpp \
37
		--with-cpp \
38
		--with-boost-libdir="${LOCALBASE}/lib" \
39
		--without-csharp \
39
		--without-csharp \
40
		--without-erlang \
40
		--without-erlang \
41
		--without-haskell \
41
		--without-haskell \
(-)thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp (-13 lines)
Lines 1-13 Link Here
1
--- lib/cpp/src/thrift/transport/TSSLSocket.cpp.orig	2015-09-25 02:24:34 UTC
2
+++ lib/cpp/src/thrift/transport/TSSLSocket.cpp
3
@@ -139,8 +139,10 @@ static char uppercase(char c);
4
 SSLContext::SSLContext(const SSLProtocol& protocol) {
5
   if (protocol == SSLTLS) {
6
     ctx_ = SSL_CTX_new(SSLv23_method());
7
+#ifndef OPENSSL_NO_SSL3
8
   } else if (protocol == SSLv3) {
9
     ctx_ = SSL_CTX_new(SSLv3_method());
10
+#endif
11
   } else if (protocol == TLSv1_0) {
12
     ctx_ = SSL_CTX_new(TLSv1_method());
13
   } else if (protocol == TLSv1_1) {
(-)thrift-cpp/pkg-plist (-3 / +10 lines)
Lines 1-5 Link Here
1
@comment bin/thrift
1
@comment bin/thrift
2
include/thrift/TApplicationException.h
2
include/thrift/TApplicationException.h
3
include/thrift/TBase.h
3
include/thrift/TDispatchProcessor.h
4
include/thrift/TDispatchProcessor.h
4
include/thrift/TLogging.h
5
include/thrift/TLogging.h
5
include/thrift/TOutput.h
6
include/thrift/TOutput.h
Lines 30-36 Link Here
30
include/thrift/concurrency/TimerManager.h
31
include/thrift/concurrency/TimerManager.h
31
include/thrift/concurrency/Util.h
32
include/thrift/concurrency/Util.h
32
include/thrift/config.h
33
include/thrift/config.h
33
include/thrift/cxxfunctional.h
34
include/thrift/processor/PeekProcessor.h
34
include/thrift/processor/PeekProcessor.h
35
include/thrift/processor/StatsProcessor.h
35
include/thrift/processor/StatsProcessor.h
36
include/thrift/processor/TMultiplexedProcessor.h
36
include/thrift/processor/TMultiplexedProcessor.h
Lines 40-45 Link Here
40
include/thrift/protocol/TCompactProtocol.h
40
include/thrift/protocol/TCompactProtocol.h
41
include/thrift/protocol/TCompactProtocol.tcc
41
include/thrift/protocol/TCompactProtocol.tcc
42
include/thrift/protocol/TDebugProtocol.h
42
include/thrift/protocol/TDebugProtocol.h
43
include/thrift/protocol/THeaderProtocol.h
43
include/thrift/protocol/TJSONProtocol.h
44
include/thrift/protocol/TJSONProtocol.h
44
include/thrift/protocol/TMultiplexedProtocol.h
45
include/thrift/protocol/TMultiplexedProtocol.h
45
include/thrift/protocol/TProtocol.h
46
include/thrift/protocol/TProtocol.h
Lines 46-51 Link Here
46
include/thrift/protocol/TProtocolDecorator.h
47
include/thrift/protocol/TProtocolDecorator.h
47
include/thrift/protocol/TProtocolException.h
48
include/thrift/protocol/TProtocolException.h
48
include/thrift/protocol/TProtocolTap.h
49
include/thrift/protocol/TProtocolTap.h
50
include/thrift/protocol/TProtocolTypes.h
49
include/thrift/protocol/TVirtualProtocol.h
51
include/thrift/protocol/TVirtualProtocol.h
50
include/thrift/qt/TQIODeviceTransport.h
52
include/thrift/qt/TQIODeviceTransport.h
51
include/thrift/qt/TQTcpServer.h
53
include/thrift/qt/TQTcpServer.h
Lines 56-69 Link Here
56
include/thrift/server/TSimpleServer.h
58
include/thrift/server/TSimpleServer.h
57
include/thrift/server/TThreadPoolServer.h
59
include/thrift/server/TThreadPoolServer.h
58
include/thrift/server/TThreadedServer.h
60
include/thrift/server/TThreadedServer.h
61
include/thrift/stdcxx.h
59
include/thrift/thrift-config.h
62
include/thrift/thrift-config.h
60
include/thrift/transport/PlatformSocket.h
63
include/thrift/transport/PlatformSocket.h
61
include/thrift/transport/TBufferTransports.h
64
include/thrift/transport/TBufferTransports.h
62
include/thrift/transport/TFDTransport.h
65
include/thrift/transport/TFDTransport.h
63
include/thrift/transport/TFileTransport.h
66
include/thrift/transport/TFileTransport.h
67
include/thrift/transport/THeaderTransport.h
64
include/thrift/transport/THttpClient.h
68
include/thrift/transport/THttpClient.h
65
include/thrift/transport/THttpServer.h
69
include/thrift/transport/THttpServer.h
66
include/thrift/transport/THttpTransport.h
70
include/thrift/transport/THttpTransport.h
71
include/thrift/transport/TNonblockingSSLServerSocket.h
72
include/thrift/transport/TNonblockingServerSocket.h
73
include/thrift/transport/TNonblockingServerTransport.h
67
include/thrift/transport/TPipe.h
74
include/thrift/transport/TPipe.h
68
include/thrift/transport/TPipeServer.h
75
include/thrift/transport/TPipeServer.h
69
include/thrift/transport/TSSLServerSocket.h
76
include/thrift/transport/TSSLServerSocket.h
Lines 79-85 Link Here
79
include/thrift/transport/TTransportUtils.h
86
include/thrift/transport/TTransportUtils.h
80
include/thrift/transport/TVirtualTransport.h
87
include/thrift/transport/TVirtualTransport.h
81
include/thrift/transport/TZlibTransport.h
88
include/thrift/transport/TZlibTransport.h
82
lib/libthrift-0.9.3.so
89
lib/libthrift-%%PORTVERSION%%.so
83
lib/libthrift.a
90
lib/libthrift.a
84
lib/libthrift.so
91
lib/libthrift.so
85
lib/libthrift.so.0
92
lib/libthrift.so.0
Lines 91-97 Link Here
91
%%QT4%%lib/libthriftqt.a
98
%%QT4%%lib/libthriftqt.a
92
%%QT4%%lib/libthriftqt.so
99
%%QT4%%lib/libthriftqt.so
93
%%QT4%%lib/libthriftqt.so.0
100
%%QT4%%lib/libthriftqt.so.0
94
lib/libthriftz-0.9.3.so
101
lib/libthriftz-%%PORTVERSION%%.so
95
lib/libthriftz.a
102
lib/libthriftz.a
96
lib/libthriftz.so
103
lib/libthriftz.so
97
lib/libthriftz.so.0
104
lib/libthriftz.so.0

Return to bug 225798