devel/folly: Update 2022.11.14.00 -> 2022.11.28.00
This commit is contained in:
parent
b8043938e1
commit
3bfd18f3e3
6 changed files with 40 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= folly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2022.11.14.00
|
||||
DISTVERSION= 2022.11.28.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -14,6 +14,7 @@ BROKEN_i386= error: use of undeclared identifier 'DCHECK': https://github.com/fa
|
|||
|
||||
BUILD_DEPENDS= elfutils>0:devel/elfutils # workaround for missing symbols like DW_UT_compile: https://github.com/facebook/folly/issues/1654
|
||||
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
|
||||
libbzip2.so:misc/vxl \
|
||||
libdouble-conversion.so:devel/double-conversion \
|
||||
libevent.so:devel/libevent \
|
||||
libfmt.so:devel/libfmt \
|
||||
|
@ -37,6 +38,7 @@ GH_ACCOUNT= facebook
|
|||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= FREEBSD_BUILD_EXAMPLES FREEBSD_FOLLY_USE_SYMBOLIZER # enabling symbolizer causes undefined symbol _r_debug, see https://github.com/facebook/folly/issues/1373
|
||||
#CMAKE_OFF+= FOLLY_USE_JEMALLOC # Build fails with FOLLY_USE_JEMALLOC=OFF, see https://github.com/facebook/folly/issues/1893
|
||||
|
||||
CXXFLAGS+= -fPIC
|
||||
CXXFLAGS_powerpc64= -DFOLLY_QUOTIENT_MULTI_SET_SUPPORTED=0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1668572917
|
||||
SHA256 (facebook-folly-v2022.11.14.00_GH0.tar.gz) = b249436cb61b6dfd5288093565438d8da642b07ae021191a4042b221bc1bdc0e
|
||||
SIZE (facebook-folly-v2022.11.14.00_GH0.tar.gz) = 3751417
|
||||
TIMESTAMP = 1669653123
|
||||
SHA256 (facebook-folly-v2022.11.28.00_GH0.tar.gz) = 03ab9b889fca5b31064900e817fdcaecefa6dd1b2c36a1fd8dbd4a003cb6f816
|
||||
SIZE (facebook-folly-v2022.11.28.00_GH0.tar.gz) = 3762276
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
- workaround for https://github.com/facebook/folly/issues/1637
|
||||
|
||||
--- folly/executors/QueueObserver.h.orig 2021-08-26 23:37:53 UTC
|
||||
--- folly/executors/QueueObserver.h.orig 2022-11-25 05:13:23 UTC
|
||||
+++ folly/executors/QueueObserver.h
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <folly/Portability.h>
|
||||
@@ -26,6 +26,8 @@
|
||||
#include <folly/Synchronized.h>
|
||||
#include <folly/portability/SysTypes.h>
|
||||
|
||||
+#include <signal.h>
|
||||
+
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
- workaround for https://github.com/facebook/folly/issues/1866
|
||||
|
||||
--- folly/logging/test/AsyncFileWriterTest.cpp.orig 2022-11-25 05:13:23 UTC
|
||||
+++ folly/logging/test/AsyncFileWriterTest.cpp
|
||||
@@ -45,6 +45,8 @@
|
||||
#include <folly/system/ThreadName.h>
|
||||
#include <folly/test/TestUtils.h>
|
||||
|
||||
+#include <sys/wait.h>
|
||||
+
|
||||
DEFINE_int64(
|
||||
async_discard_num_normal_writers,
|
||||
30,
|
|
@ -0,0 +1,13 @@
|
|||
- workaround for https://github.com/facebook/folly/issues/1865
|
||||
|
||||
--- folly/logging/test/ImmediateFileWriterTest.cpp.orig 2022-11-25 05:13:23 UTC
|
||||
+++ folly/logging/test/ImmediateFileWriterTest.cpp
|
||||
@@ -30,6 +30,8 @@
|
||||
#include <folly/portability/GMock.h>
|
||||
#include <folly/portability/GTest.h>
|
||||
|
||||
+#include <signal.h>
|
||||
+
|
||||
using namespace folly;
|
||||
using folly::test::TemporaryFile;
|
||||
|
|
@ -311,10 +311,10 @@ include/folly/experimental/channels/Transform.h
|
|||
include/folly/experimental/channels/detail/AtomicQueue.h
|
||||
include/folly/experimental/channels/detail/ChannelBridge.h
|
||||
include/folly/experimental/channels/detail/FunctionTraits.h
|
||||
include/folly/experimental/channels/detail/IntrusivePtr.h
|
||||
include/folly/experimental/channels/detail/MultiplexerTraits.h
|
||||
include/folly/experimental/channels/detail/PointerVariant.h
|
||||
include/folly/experimental/channels/detail/Utility.h
|
||||
include/folly/experimental/channels/detail/IntrusivePtr.h
|
||||
include/folly/experimental/coro/Accumulate-inl.h
|
||||
include/folly/experimental/coro/Accumulate.h
|
||||
include/folly/experimental/coro/AsyncGenerator.h
|
||||
|
@ -348,6 +348,7 @@ include/folly/experimental/coro/RustAdaptors.h
|
|||
include/folly/experimental/coro/ScopeExit.h
|
||||
include/folly/experimental/coro/SharedLock.h
|
||||
include/folly/experimental/coro/SharedMutex.h
|
||||
include/folly/experimental/coro/SharedPromise.h
|
||||
include/folly/experimental/coro/Sleep-inl.h
|
||||
include/folly/experimental/coro/Sleep.h
|
||||
include/folly/experimental/coro/SmallUnboundedQueue.h
|
||||
|
@ -389,9 +390,9 @@ include/folly/experimental/io/AsyncIoUringSocketFactory.h
|
|||
include/folly/experimental/io/FsUtil.h
|
||||
include/folly/experimental/io/HugePages.h
|
||||
include/folly/experimental/io/IoUring.h
|
||||
include/folly/experimental/io/IoUringBackend.h
|
||||
include/folly/experimental/io/IoUringEvent.h
|
||||
include/folly/experimental/io/IoUringEventBaseLocal.h
|
||||
include/folly/experimental/io/IoUringBackend.h
|
||||
include/folly/experimental/io/SimpleAsyncIO.h
|
||||
include/folly/experimental/observer/Observable-inl.h
|
||||
include/folly/experimental/observer/Observable.h
|
||||
|
@ -534,6 +535,7 @@ include/folly/io/async/AsyncSignalHandler.h
|
|||
include/folly/io/async/AsyncSocket.h
|
||||
include/folly/io/async/AsyncSocketBase.h
|
||||
include/folly/io/async/AsyncSocketException.h
|
||||
include/folly/io/async/AsyncSocketTransport.h
|
||||
include/folly/io/async/AsyncTimeout.h
|
||||
include/folly/io/async/AsyncTransport.h
|
||||
include/folly/io/async/AsyncTransportCertificate.h
|
||||
|
|
Loading…
Reference in a new issue