Skip to content
Snippets Groups Projects
Commit 37bb7424 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/folly: Update 2022.07.11.00 -> 2022.07.18.00

parent da7a76de
Branches
Tags
No related merge requests found
PORTNAME= folly
DISTVERSIONPREFIX= v
DISTVERSION= 2022.07.11.00
DISTVERSION= 2022.07.18.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
......@@ -28,10 +28,12 @@ RUN_DEPENDS= elfutils>0:devel/elfutils # workaround for missing symbols like DW_
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake compiler:c++17-lang cpe localbase ssl
USE_LDCONFIG= yes
CPE_VENDOR= facebook
USE_GITHUB= yes
GH_ACCOUNT= facebook
USE_LDCONFIG= yes
GH_TAGNAME= 437b29dd062a40c741b2147827025a2f413b76c7 # includes fixes to build 2022.07.18.00
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
......
TIMESTAMP = 1657584719
SHA256 (facebook-folly-v2022.07.11.00_GH0.tar.gz) = b6cc4082afd1530fdb8d759bc3878c1ea8588f6d5bc9eddf8e1e8abe63f41735
SIZE (facebook-folly-v2022.07.11.00_GH0.tar.gz) = 3650860
TIMESTAMP = 1658519990
SHA256 (facebook-folly-v2022.07.18.00-437b29dd062a40c741b2147827025a2f413b76c7_GH0.tar.gz) = 2529ec88430dc1631d3d5ddc6248de0033d28e2031d72e85bc417af6f2108f86
SIZE (facebook-folly-v2022.07.18.00-437b29dd062a40c741b2147827025a2f413b76c7_GH0.tar.gz) = 3684376
......@@ -109,6 +109,7 @@ include/folly/Uri.h
include/folly/Utility.h
include/folly/Varint.h
include/folly/VirtualExecutor.h
include/folly/base64.h
include/folly/chrono/Conv.h
include/folly/chrono/Hardware.h
include/folly/compression/Compression.h
......@@ -185,6 +186,15 @@ include/folly/detail/ThreadLocalDetail.h
include/folly/detail/TurnSequencer.h
include/folly/detail/TypeList.h
include/folly/detail/UniqueInstance.h
include/folly/detail/base64_detail/Base64Api.h
include/folly/detail/base64_detail/Base64Common.h
include/folly/detail/base64_detail/Base64Constants.h
include/folly/detail/base64_detail/Base64HiddenConstants.h
include/folly/detail/base64_detail/Base64SWAR.h
include/folly/detail/base64_detail/Base64Scalar.h
include/folly/detail/base64_detail/Base64Simd.h
include/folly/detail/base64_detail/Base64_SSE4_2.h
include/folly/detail/base64_detail/Base64_SSE4_2_Platform.h
include/folly/dynamic-inl.h
include/folly/dynamic.h
include/folly/executors/Async.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment