diff options
Diffstat (limited to 'devel/folly')
-rw-r--r-- | devel/folly/Makefile | 2 | ||||
-rw-r--r-- | devel/folly/distinfo | 6 | ||||
-rw-r--r-- | devel/folly/files/patch-folly_debugging_symbolizer_Elf.cpp | 10 | ||||
-rw-r--r-- | devel/folly/pkg-plist | 22 |
4 files changed, 21 insertions, 19 deletions
diff --git a/devel/folly/Makefile b/devel/folly/Makefile index b6c79749904a..06f2240044fb 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.23.00 +DISTVERSION= 2025.08.18.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 4785a4c4eb57..9b1fd1c42f0a 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750695883 -SHA256 (facebook-folly-v2025.06.23.00_GH0.tar.gz) = fa4cbe9accbb4fc84b40f610a7a3c1617a2ddc55a11acf9353c8edf5fd0e5547 -SIZE (facebook-folly-v2025.06.23.00_GH0.tar.gz) = 4541482 +TIMESTAMP = 1755586101 +SHA256 (facebook-folly-v2025.08.18.00_GH0.tar.gz) = 54df42979bb9d0445e8cc84752116d929b924ae05de2d20ea7c033ec5c44d911 +SIZE (facebook-folly-v2025.08.18.00_GH0.tar.gz) = 4604977 diff --git a/devel/folly/files/patch-folly_debugging_symbolizer_Elf.cpp b/devel/folly/files/patch-folly_debugging_symbolizer_Elf.cpp deleted file mode 100644 index af3415f164f3..000000000000 --- a/devel/folly/files/patch-folly_debugging_symbolizer_Elf.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- folly/debugging/symbolizer/Elf.cpp.orig 2024-02-16 02:33:47 UTC -+++ folly/debugging/symbolizer/Elf.cpp -@@ -19,6 +19,7 @@ - #include <fcntl.h> - #include <sys/stat.h> - #include <sys/types.h> -+#include <unistd.h> - #include <cstring> - #include <string> - diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index 7a51780051ed..7ce75ed656cc 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -205,6 +205,7 @@ include/folly/concurrency/memory/TLRefCount.h include/folly/container/Access.h include/folly/container/Array.h include/folly/container/BitIterator.h +include/folly/container/CollectionUtil.h include/folly/container/Enumerate.h include/folly/container/EvictingCacheMap.h include/folly/container/F14Map-fwd.h @@ -224,6 +225,7 @@ include/folly/container/Merge.h include/folly/container/RegexMatchCache.h include/folly/container/Reserve.h include/folly/container/SparseByteSet.h +include/folly/container/StdBitset.h include/folly/container/View.h include/folly/container/WeightedEvictingCacheMap.h include/folly/container/detail/BitIteratorDetail.h @@ -267,6 +269,7 @@ include/folly/coro/Concat.h include/folly/coro/Coroutine.h include/folly/coro/CurrentExecutor.h include/folly/coro/DetachOnCancel.h +include/folly/coro/Error.h include/folly/coro/Filter-inl.h include/folly/coro/Filter.h include/folly/coro/FutureUtil.h @@ -311,15 +314,16 @@ include/folly/coro/detail/Helpers.h include/folly/coro/detail/InlineTask.h include/folly/coro/detail/Malloc.h include/folly/coro/detail/ManualLifetime.h +include/folly/coro/detail/PickTaskWrapper.h include/folly/coro/detail/Traits.h include/folly/coro/safe/AsyncClosure-fwd.h include/folly/coro/safe/AsyncClosure.h +include/folly/coro/safe/BindCaptures.h include/folly/coro/safe/Captures.h include/folly/coro/safe/NowTask.h -include/folly/coro/safe/SafeAlias.h include/folly/coro/safe/SafeTask.h include/folly/coro/safe/detail/AsyncClosure.h -include/folly/coro/safe/detail/AsyncClosureBindings.h +include/folly/coro/safe/detail/BindAsyncClosure.h include/folly/coro/safe/detail/DefineMovableDeepConstLrefCopyable.h include/folly/crypto/Blake2xb.h include/folly/crypto/LtHash-inl.h @@ -443,7 +447,6 @@ include/folly/executors/thread_factory/ThreadFactory.h include/folly/experimental/EventCount.h include/folly/experimental/FlatCombiningPriorityQueue.h include/folly/experimental/FunctionScheduler.h -include/folly/experimental/TestUtil.h include/folly/experimental/ThreadedRepeatingFunctionRunner.h include/folly/experimental/channels/Channel-fwd.h include/folly/experimental/channels/Channel-inl.h @@ -704,6 +707,7 @@ include/folly/hash/MurmurHash.h include/folly/hash/SpookyHashV1.h include/folly/hash/SpookyHashV2.h include/folly/hash/detail/ChecksumDetail.h +include/folly/hash/detail/RandomSeed.h include/folly/hash/rapidhash.h include/folly/hash/traits.h include/folly/init/Init.h @@ -836,7 +840,6 @@ include/folly/lang/Align.h include/folly/lang/Aligned.h include/folly/lang/Assume.h include/folly/lang/Badge.h -include/folly/lang/Bindings.h include/folly/lang/Bits.h include/folly/lang/BitsClass.h include/folly/lang/Builtin.h @@ -855,7 +858,10 @@ include/folly/lang/Ordering.h include/folly/lang/Pretty.h include/folly/lang/PropagateConst.h include/folly/lang/RValueReferenceWrapper.h +include/folly/lang/SafeAlias-fwd.h +include/folly/lang/SafeAlias.h include/folly/lang/SafeAssert.h +include/folly/lang/SafeClosure.h include/folly/lang/StaticConst.h include/folly/lang/Switch.h include/folly/lang/Thunk.h @@ -863,7 +869,11 @@ include/folly/lang/ToAscii.h include/folly/lang/TypeInfo.h include/folly/lang/UncaughtExceptions.h include/folly/lang/VectorTraits.h -include/folly/lang/named/Bindings.h +include/folly/lang/bind/AsArgument.h +include/folly/lang/bind/Bind.h +include/folly/lang/bind/Named.h +include/folly/lang/bind/NamedToStorage.h +include/folly/lang/bind/ToStorage.h include/folly/logging/AsyncFileWriter.h include/folly/logging/AsyncLogWriter.h include/folly/logging/AutoTimer.h @@ -987,10 +997,12 @@ include/folly/python/executor.h include/folly/python/futures.h include/folly/python/import.h include/folly/python/iobuf.h +include/folly/random/hash.h include/folly/random/xoshiro256pp.h include/folly/result/gtest_helpers.h include/folly/result/result.h include/folly/result/try.h +include/folly/result/value_only_result.h include/folly/settings/CommandLineParser.h include/folly/settings/Immutables.h include/folly/settings/Observer.h |