mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/fbthrift: update 2024.05.06.00 → 2024.05.20.00
This commit is contained in:
parent
4a4e3a9a31
commit
3c52f5e384
@ -1,7 +1,6 @@
|
||||
PORTNAME= fbthrift
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.05.06.00
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2024.05.20.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1715055834
|
||||
SHA256 (facebook-fbthrift-v2024.05.06.00_GH0.tar.gz) = 2e97b34db97cb2b328bf75b9528c8e2a9fc37e858a0c7982cd66dbd8911baa8a
|
||||
SIZE (facebook-fbthrift-v2024.05.06.00_GH0.tar.gz) = 18164422
|
||||
TIMESTAMP = 1716264257
|
||||
SHA256 (facebook-fbthrift-v2024.05.20.00_GH0.tar.gz) = f23c5072179ef988b01b3d35fd52500a9e77deddd14cdc15f339eb3e0cc0f2f0
|
||||
SIZE (facebook-fbthrift-v2024.05.20.00_GH0.tar.gz) = 18124939
|
||||
|
@ -1,18 +0,0 @@
|
||||
Fix race condition with Ninja >= 1.12.0 where any_rep_types.h is not generated
|
||||
before Any.cpp is compiled.
|
||||
|
||||
https://github.com/facebook/fbthrift/pull/599
|
||||
|
||||
--- thrift/lib/cpp2/CMakeLists.txt.orig 2024-05-02 22:42:02 UTC
|
||||
+++ thrift/lib/cpp2/CMakeLists.txt
|
||||
@@ -109,8 +109,8 @@ add_library(
|
||||
type/TypeRegistry.cpp
|
||||
type/UniversalName.cpp
|
||||
)
|
||||
-add_dependencies(thrifttype type-cpp2-target thriftannotation thrifttyperep
|
||||
- thriftprotocol)
|
||||
+add_dependencies(thrifttype any_rep-cpp2-target type-cpp2-target
|
||||
+ thriftannotation thrifttyperep thriftprotocol)
|
||||
target_link_libraries(
|
||||
thrifttype
|
||||
PUBLIC
|
@ -351,6 +351,7 @@ include/thrift/lib/cpp2/protocol/CompactV1Protocol-inl.h
|
||||
include/thrift/lib/cpp2/protocol/CompactV1Protocol.h
|
||||
include/thrift/lib/cpp2/protocol/Cpp2Ops-inl.h
|
||||
include/thrift/lib/cpp2/protocol/Cpp2Ops.h
|
||||
include/thrift/lib/cpp2/protocol/CursorBasedSerializer.h
|
||||
include/thrift/lib/cpp2/protocol/DebugProtocol.h
|
||||
include/thrift/lib/cpp2/protocol/FieldMask.h
|
||||
include/thrift/lib/cpp2/protocol/FieldMaskRef.h
|
||||
@ -374,6 +375,7 @@ include/thrift/lib/cpp2/protocol/TableBasedSerializer.h
|
||||
include/thrift/lib/cpp2/protocol/TableBasedSerializerImpl.h
|
||||
include/thrift/lib/cpp2/protocol/Traits.h
|
||||
include/thrift/lib/cpp2/protocol/VirtualProtocol.h
|
||||
include/thrift/lib/cpp2/protocol/detail/CursorBasedSerialization.h
|
||||
include/thrift/lib/cpp2/protocol/detail/FieldMask.h
|
||||
include/thrift/lib/cpp2/protocol/detail/FieldMaskUtil.h
|
||||
include/thrift/lib/cpp2/protocol/detail/Object.h
|
||||
@ -435,6 +437,7 @@ include/thrift/lib/cpp2/server/LoggingEventTransportMetadata.h
|
||||
include/thrift/lib/cpp2/server/MemoryTracker.h
|
||||
include/thrift/lib/cpp2/server/MonitoringMethodNames.h
|
||||
include/thrift/lib/cpp2/server/MonitoringServerInterface.h
|
||||
include/thrift/lib/cpp2/server/Overload.h
|
||||
include/thrift/lib/cpp2/server/ParallelConcurrencyController.h
|
||||
include/thrift/lib/cpp2/server/PerturbSource.h
|
||||
include/thrift/lib/cpp2/server/PolledServiceHealth.h
|
||||
|
Loading…
Reference in New Issue
Block a user