devel/folly: Update 2021.04.12.00 -> 2021.04.19.00

This commit is contained in:
Yuri Victorovich 2021-04-19 08:34:15 -07:00
parent 3dcbd4bd2b
commit 7f0ca7129a
7 changed files with 5 additions and 53 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= folly
DISTVERSIONPREFIX= v
DISTVERSION= 2021.04.12.00
DISTVERSION= 2021.04.19.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618268094
SHA256 (facebook-folly-v2021.04.12.00_GH0.tar.gz) = 39106681847294372a547912de030c32204a0ccc5a81446c66672bd7bacbee4c
SIZE (facebook-folly-v2021.04.12.00_GH0.tar.gz) = 3371879
TIMESTAMP = 1618823172
SHA256 (facebook-folly-v2021.04.19.00_GH0.tar.gz) = 5cf7e81efc8b27c9c647122dff067315f8e8e69911f901a9a81a2bed16d3d107
SIZE (facebook-folly-v2021.04.19.00_GH0.tar.gz) = 3375288

View File

@ -1,14 +0,0 @@
--- folly/experimental/symbolizer/Dwarf.cpp.orig 2020-08-03 02:16:39 UTC
+++ folly/experimental/symbolizer/Dwarf.cpp
@@ -1286,9 +1286,11 @@ Dwarf::LineNumberVM::StepResult Dwarf::LineNumberVM::s
// use unbounded amounts of state (ie. use the heap). We'll do a second
// pass (using nextDefineFile()) if necessary.
break;
+#if !defined(__FreeBSD__)
case DW_LNE_set_discriminator:
discriminator_ = readULEB(program);
return CONTINUE;
+#endif
}
// Unrecognized extended opcode

View File

@ -1,11 +0,0 @@
--- folly/experimental/symbolizer/Elf.h.orig 2020-09-03 08:32:48 UTC
+++ folly/experimental/symbolizer/Elf.h
@@ -41,7 +41,7 @@ namespace symbolizer {
#if defined(ElfW)
#define FOLLY_ELF_ELFW(name) ElfW(name)
#elif defined(__FreeBSD__)
-#define FOLLY_ELF_ELFW(...) Elf_##name
+#define FOLLY_ELF_ELFW(name) Elf_##name
#endif
using ElfAddr = FOLLY_ELF_ELFW(Addr);

View File

@ -1,13 +0,0 @@
--- folly/memory/detail/MallocImpl.h.orig 2020-08-03 02:16:39 UTC
+++ folly/memory/detail/MallocImpl.h
@@ -38,9 +38,9 @@ int mallctlnametomib(const char*, size_t*, size_t*)
__attribute__((__nothrow__, __weak__));
int mallctlbymib(const size_t*, size_t, void*, size_t*, void*, size_t)
__attribute__((__nothrow__, __weak__));
+#endif
bool MallocExtension_Internal_GetNumericProperty(const char*, size_t, size_t*)
__attribute__((__weak__));
-#endif
#else
#if (!defined(USE_JEMALLOC) && !defined(FOLLY_USE_JEMALLOC)) || FOLLY_SANITIZE
// we do not want to declare these if we have jemalloc support

View File

@ -1,11 +0,0 @@
--- folly/portability/Stdlib.h.orig 2020-05-27 18:53:42 UTC
+++ folly/portability/Stdlib.h
@@ -52,7 +52,7 @@ char*** _NSGetEnviron(void);
#if defined(__FreeBSD__)
// Needed to resolve linkage
-char** environ;
+extern char** environ;
#endif
#if !__linux__ && !FOLLY_MOBILE

View File

@ -18,6 +18,7 @@ include/folly/ConcurrentLazy.h
include/folly/ConcurrentSkipList-inl.h
include/folly/ConcurrentSkipList.h
include/folly/ConstexprMath.h
include/folly/ConstructorCallback.h
include/folly/Conv.h
include/folly/CppAttributes.h
include/folly/CpuId.h