git: 37bb74241941 - main - devel/folly: Update 2022.07.11.00 -> 2022.07.18.00
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 22:01:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=37bb74241941b6086e1ce0297acfb0abe135717e
commit 37bb74241941b6086e1ce0297acfb0abe135717e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-22 22:00:46 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-22 22:01:01 +0000
devel/folly: Update 2022.07.11.00 -> 2022.07.18.00
---
devel/folly/Makefile | 6 ++++--
devel/folly/distinfo | 6 +++---
devel/folly/pkg-plist | 10 ++++++++++
3 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/devel/folly/Makefile b/devel/folly/Makefile
index 3817fa266251..bf0f422cde5f 100644
--- a/devel/folly/Makefile
+++ b/devel/folly/Makefile
@@ -1,6 +1,6 @@
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
diff --git a/devel/folly/distinfo b/devel/folly/distinfo
index 1604b6908070..f37b5e4ba874 100644
--- a/devel/folly/distinfo
+++ b/devel/folly/distinfo
@@ -1,3 +1,3 @@
-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
diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist
index 31116708b9d7..43b01347a539 100644
--- a/devel/folly/pkg-plist
+++ b/devel/folly/pkg-plist
@@ -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