From owner-svn-ports-head@freebsd.org Thu Oct 15 05:40:44 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC6DE4330A1; Thu, 15 Oct 2020 05:40:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CBdRc55qJz40qL; Thu, 15 Oct 2020 05:40:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 934DF1A5E6; Thu, 15 Oct 2020 05:40:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09F5ei13059867; Thu, 15 Oct 2020 05:40:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09F5ehYx059864; Thu, 15 Oct 2020 05:40:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010150540.09F5ehYx059864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 15 Oct 2020 05:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552375 - in head/devel/folly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/folly: . files X-SVN-Commit-Revision: 552375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2020 05:40:44 -0000 Author: yuri Date: Thu Oct 15 05:40:43 2020 New Revision: 552375 URL: https://svnweb.freebsd.org/changeset/ports/552375 Log: devel/folly: Update 2020.09.14.00 -> 2020.10.12.00 Reported by: portscout Modified: head/devel/folly/Makefile head/devel/folly/distinfo head/devel/folly/files/patch-CMake_folly-deps.cmake head/devel/folly/pkg-plist Modified: head/devel/folly/Makefile ============================================================================== --- head/devel/folly/Makefile Thu Oct 15 03:38:05 2020 (r552374) +++ head/devel/folly/Makefile Thu Oct 15 05:40:43 2020 (r552375) @@ -2,7 +2,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2020.09.14.00 +DISTVERSION= 2020.10.12.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/folly/distinfo ============================================================================== --- head/devel/folly/distinfo Thu Oct 15 03:38:05 2020 (r552374) +++ head/devel/folly/distinfo Thu Oct 15 05:40:43 2020 (r552375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600155750 -SHA256 (facebook-folly-v2020.09.14.00_GH0.tar.gz) = 9ef7541beea0e4019f6a31f935dd82a080c6d25edbfffa3a713c724ad39e94ae -SIZE (facebook-folly-v2020.09.14.00_GH0.tar.gz) = 3196515 +TIMESTAMP = 1602727809 +SHA256 (facebook-folly-v2020.10.12.00_GH0.tar.gz) = 6cfcea6d214a9ebcd8c3762841e3e2b9ea951fd56353b76207f0ead033111195 +SIZE (facebook-folly-v2020.10.12.00_GH0.tar.gz) = 3228444 Modified: head/devel/folly/files/patch-CMake_folly-deps.cmake ============================================================================== --- head/devel/folly/files/patch-CMake_folly-deps.cmake Thu Oct 15 03:38:05 2020 (r552374) +++ head/devel/folly/files/patch-CMake_folly-deps.cmake Thu Oct 15 05:40:43 2020 (r552375) @@ -1,9 +1,9 @@ ---- CMake/folly-deps.cmake.orig 2020-09-13 23:12:13 UTC +--- CMake/folly-deps.cmake.orig 2020-10-10 00:44:38 UTC +++ CMake/folly-deps.cmake -@@ -159,7 +159,7 @@ find_package(Backtrace) +@@ -169,7 +169,7 @@ find_package(Backtrace) set(FOLLY_HAVE_BACKTRACE ${Backtrace_FOUND}) set(FOLLY_HAVE_DWARF ${LIBDWARF_FOUND}) - if (APPLE OR (FOLLY_HAVE_ELF AND FOLLY_HAVE_DWARF AND FOLLY_HAVE_BACKTRACE AND LIBUNWIND_FOUND)) + if (NOT WIN32) - set(FOLLY_USE_SYMBOLIZER ON) + set(FOLLY_USE_SYMBOLIZER ${FREEBSD_FOLLY_USE_SYMBOLIZER}) endif() Modified: head/devel/folly/pkg-plist ============================================================================== --- head/devel/folly/pkg-plist Thu Oct 15 03:38:05 2020 (r552374) +++ head/devel/folly/pkg-plist Thu Oct 15 05:40:43 2020 (r552375) @@ -282,6 +282,7 @@ include/folly/experimental/coro/Filter-inl.h include/folly/experimental/coro/Filter.h include/folly/experimental/coro/FutureUtil.h include/folly/experimental/coro/Generator.h +include/folly/experimental/coro/GtestHelpers.h include/folly/experimental/coro/GmockHelpers.h include/folly/experimental/coro/Invoke.h include/folly/experimental/coro/Materialize-inl.h @@ -319,6 +320,11 @@ include/folly/experimental/crypto/Blake2xb.h include/folly/experimental/crypto/LtHash-inl.h include/folly/experimental/crypto/LtHash.h include/folly/experimental/crypto/detail/LtHashInternal.h +include/folly/experimental/exception_tracer/ExceptionAbi.h +include/folly/experimental/exception_tracer/ExceptionCounterLib.h +include/folly/experimental/exception_tracer/ExceptionTracer.h +include/folly/experimental/exception_tracer/ExceptionTracerLib.h +include/folly/experimental/exception_tracer/StackTrace.h include/folly/experimental/flat_combining/FlatCombining.h include/folly/experimental/io/FsUtil.h include/folly/experimental/io/HugePages.h @@ -329,6 +335,8 @@ include/folly/experimental/observer/Observer-pre.h include/folly/experimental/observer/Observer.h include/folly/experimental/observer/SimpleObservable-inl.h include/folly/experimental/observer/SimpleObservable.h +include/folly/experimental/observer/WithJitter-inl.h +include/folly/experimental/observer/WithJitter.h include/folly/experimental/observer/detail/Core.h include/folly/experimental/observer/detail/GraphCycleDetector.h include/folly/experimental/observer/detail/ObserverManager.h @@ -345,6 +353,7 @@ include/folly/experimental/symbolizer/StackTrace.h include/folly/experimental/symbolizer/SymbolizePrinter.h include/folly/experimental/symbolizer/SymbolizedFrame.h include/folly/experimental/symbolizer/Symbolizer.h +include/folly/experimental/symbolizer/detail/Debug.h include/folly/external/farmhash/farmhash.h include/folly/fibers/AddTasks-inl.h include/folly/fibers/AddTasks.h @@ -459,6 +468,7 @@ include/folly/io/async/AsyncTransport.h include/folly/io/async/AsyncTransportCertificate.h include/folly/io/async/AsyncUDPServerSocket.h include/folly/io/async/AsyncUDPSocket.h +include/folly/io/async/CertificateIdentityVerifier.h include/folly/io/async/DecoratedAsyncTransportWrapper.h include/folly/io/async/DelayedDestruction.h include/folly/io/async/DelayedDestructionBase.h @@ -569,6 +579,8 @@ include/folly/memory/SanitizeLeak.h include/folly/memory/ThreadCachedArena.h include/folly/memory/UninitializedMemoryHacks.h include/folly/memory/detail/MallocImpl.h +include/folly/memory/not_null-inl.h +include/folly/memory/not_null.h include/folly/net/NetOps.h include/folly/net/NetworkSocket.h include/folly/net/detail/SocketFileDescriptorMap.h @@ -614,7 +626,6 @@ include/folly/portability/Windows.h include/folly/python/AsyncioExecutor.h include/folly/python/async_generator.h include/folly/python/coro.h -include/folly/python/executor.h include/folly/python/futures.h include/folly/python/iobuf.h include/folly/small_vector.h @@ -707,6 +718,8 @@ include/folly/system/ThreadName.h include/folly/test/DeterministicSchedule.h include/folly/test/JsonTestUtil.h include/folly/test/TestUtils.h +include/folly/tracing/AsyncStack-inl.h +include/folly/tracing/AsyncStack.h include/folly/tracing/ScopedTraceSection.h include/folly/tracing/StaticTracepoint-ELFx86.h include/folly/tracing/StaticTracepoint.h @@ -714,6 +727,9 @@ lib/cmake/folly/folly-config.cmake lib/cmake/folly/folly-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/folly/folly-targets.cmake lib/libfolly.so +lib/libfolly_exception_counter.so +lib/libfolly_exception_tracer.so +lib/libfolly_exception_tracer_base.so lib/libfolly_test_util.so lib/libfollybenchmark.so libdata/pkgconfig/libfolly.pc