aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-19 15:34:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-19 15:49:06 +0000
commit6e80ffbbf37225e773f7a60b094d9fdbe78eb36f (patch)
treed74a7de27e39ce94290f95a8b5d135a9be7d6c8e /devel
parent834584e558a41e78d9d5759136be43158ad2c02f (diff)
downloadports-6e80ffbbf37225e773f7a60b094d9fdbe78eb36f.tar.gz
ports-6e80ffbbf37225e773f7a60b094d9fdbe78eb36f.zip
devel/fbthrift: Update 2021.04.12.00 -> 2021.04.19.00
Diffstat (limited to 'devel')
-rw-r--r--devel/fbthrift/Makefile2
-rw-r--r--devel/fbthrift/distinfo6
-rw-r--r--devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt27
-rw-r--r--devel/fbthrift/pkg-plist3
4 files changed, 7 insertions, 31 deletions
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index d7a67c0975e5..8c822f4a283b 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fbthrift
DISTVERSIONPREFIX= v
-DISTVERSION= 2021.04.12.00
+DISTVERSION= 2021.04.19.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo
index a0e425be90a1..7af8c64e4165 100644
--- a/devel/fbthrift/distinfo
+++ b/devel/fbthrift/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618268098
-SHA256 (facebook-fbthrift-v2021.04.12.00_GH0.tar.gz) = 64230e83b9ac00a18833ece0e70b8618ea44ee4725d2492ba62f9f2d7efffb29
-SIZE (facebook-fbthrift-v2021.04.12.00_GH0.tar.gz) = 5298222
+TIMESTAMP = 1618823176
+SHA256 (facebook-fbthrift-v2021.04.19.00_GH0.tar.gz) = ad2fef18e82d69583bcdf107e0c7600c48cd8bc125086932548e7115a656a4bc
+SIZE (facebook-fbthrift-v2021.04.19.00_GH0.tar.gz) = 5453537
diff --git a/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt b/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt
deleted file mode 100644
index bd74a9c7f7ab..000000000000
--- a/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-From 70a25a6f6d24fa8e9d8e7d4421a9e5cacf05a904 Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Fri, 9 Apr 2021 18:19:10 -0700
-Subject: [PATCH] Add missing dependency on RocketUpgrade headers to thriftcpp2
- target
-
-One source file in this target, async/HeaderClientChannel.cpp,
-depends on the generated header RocketUpgradeAsyncClient.h, so it
-needs to depend on the target that generates this header.
-
-This causes a build error with samurai due to an incorrect build
-order, and can be reproduced with ninja as well by building
-thrift/lib/cpp2/CMakeFiles/thriftcpp2.dir/async/HeaderClientChannel.cpp.o
-directly with an empty .ninja_deps.
-
-https://github.com/facebook/fbthrift/pull/422
-
---- thrift/lib/cpp2/CMakeLists.txt.orig 2021-04-04 11:22:06 UTC
-+++ thrift/lib/cpp2/CMakeLists.txt
-@@ -208,6 +208,7 @@ add_dependencies(
- thriftcpp2
- rpcmetadata
- thriftmetadata
-+ RocketUpgrade-cpp2-target
- )
- target_link_libraries(
- thriftcpp2
diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist
index ba4ef3697043..77ea7642909b 100644
--- a/devel/fbthrift/pkg-plist
+++ b/devel/fbthrift/pkg-plist
@@ -280,6 +280,7 @@ include/thrift/lib/cpp2/server/LoggingEvent.h
include/thrift/lib/cpp2/server/LoggingEventHelper.h
include/thrift/lib/cpp2/server/MonitoringMethodNames.h
include/thrift/lib/cpp2/server/MonitoringServerInterface.h
+include/thrift/lib/cpp2/server/PreprocessParams.h
include/thrift/lib/cpp2/server/QIAdmissionController.h
include/thrift/lib/cpp2/server/RequestDebugLog.h
include/thrift/lib/cpp2/server/RequestsRegistry.h
@@ -377,6 +378,7 @@ include/thrift/lib/cpp2/util/Ewma.h
include/thrift/lib/cpp2/util/EwmaRate.h
include/thrift/lib/cpp2/util/Frozen2ViewHelpers.h
include/thrift/lib/cpp2/util/ManagedStringView.h
+include/thrift/lib/cpp2/util/MethodMetadata.h
include/thrift/lib/cpp2/util/ScopedServerInterfaceThread-inl.h
include/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h
include/thrift/lib/cpp2/util/ScopedServerThread.h
@@ -397,6 +399,7 @@ include/thrift/lib/py3/stream.h
include/thrift/lib/py3/test/BinaryTypes.h
include/thrift/lib/py3/test/client_event_handlers/handler.h
include/thrift/lib/py3/test/cpp_handler.h
+include/thrift/lib/py3/test/interactions/interaction_test.h
include/thrift/lib/py3/test/is_overload/func.h
include/thrift/lib/py3/test/stream/server.h
include/thrift/lib/py3/types.h