mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
devel/folly: update 2024.05.02.00 → 2024.05.06.00
This commit is contained in:
parent
fbadc9bef0
commit
2015e87010
@ -1,6 +1,6 @@
|
||||
PORTNAME= folly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2024.05.02.00
|
||||
DISTVERSION= 2024.05.06.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -46,7 +46,7 @@ CXXFLAGS+= -fPIC
|
||||
CXXFLAGS+= -DGLOG_USE_GLOG_EXPORT
|
||||
CXXFLAGS_powerpc64= -DFOLLY_QUOTIENT_MULTI_SET_SUPPORTED=0
|
||||
|
||||
do-test: # tests fail to compile, see https://github.com/facebook/folly/issues/2032
|
||||
do-test: # tests fail to configure, see https://github.com/facebook/folly/issues/2188
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1714712514
|
||||
SHA256 (facebook-folly-v2024.05.02.00_GH0.tar.gz) = c220c556b69ddd91fd83aa2682c7c60470d23d9157e27c803e27f795aac0da9c
|
||||
SIZE (facebook-folly-v2024.05.02.00_GH0.tar.gz) = 4091636
|
||||
TIMESTAMP = 1715055828
|
||||
SHA256 (facebook-folly-v2024.05.06.00_GH0.tar.gz) = d50418d0e9fb620def36feb50c4a8c60dd4d7dc3a5ef1acf486724f0e7a5b83e
|
||||
SIZE (facebook-folly-v2024.05.06.00_GH0.tar.gz) = 4089272
|
||||
|
@ -138,6 +138,13 @@ include/folly/channels/ProxyChannel.h
|
||||
include/folly/channels/RateLimiter.h
|
||||
include/folly/channels/Transform-inl.h
|
||||
include/folly/channels/Transform.h
|
||||
include/folly/channels/detail/AtomicQueue.h
|
||||
include/folly/channels/detail/ChannelBridge.h
|
||||
include/folly/channels/detail/FunctionTraits.h
|
||||
include/folly/channels/detail/IntrusivePtr.h
|
||||
include/folly/channels/detail/MultiplexerTraits.h
|
||||
include/folly/channels/detail/PointerVariant.h
|
||||
include/folly/channels/detail/Utility.h
|
||||
include/folly/chrono/Clock.h
|
||||
include/folly/chrono/Conv.h
|
||||
include/folly/chrono/Hardware.h
|
||||
@ -268,8 +275,8 @@ include/folly/executors/QueueObserver.h
|
||||
include/folly/executors/QueuedImmediateExecutor.h
|
||||
include/folly/executors/ScheduledExecutor.h
|
||||
include/folly/executors/SequencedExecutor.h
|
||||
include/folly/executors/SerialExecutor.h
|
||||
include/folly/executors/SerialExecutor-inl.h
|
||||
include/folly/executors/SerialExecutor.h
|
||||
include/folly/executors/SerializedExecutor.h
|
||||
include/folly/executors/SoftRealTimeExecutor.h
|
||||
include/folly/executors/StrandExecutor.h
|
||||
@ -322,7 +329,6 @@ include/folly/experimental/TestUtil.h
|
||||
include/folly/experimental/ThreadedRepeatingFunctionRunner.h
|
||||
include/folly/experimental/TimerFD.h
|
||||
include/folly/experimental/TimerFDTimeoutManager.h
|
||||
include/folly/experimental/TupleOps.h
|
||||
include/folly/experimental/bser/Bser.h
|
||||
include/folly/experimental/channels/Channel-fwd.h
|
||||
include/folly/experimental/channels/Channel-inl.h
|
||||
|
Loading…
Reference in New Issue
Block a user