svn commit: r547995 - in head/devel/folly: . files
Yuri Victorovich
yuri at FreeBSD.org
Tue Sep 8 17:10:02 UTC 2020
Author: yuri
Date: Tue Sep 8 17:10:00 2020
New Revision: 547995
URL: https://svnweb.freebsd.org/changeset/ports/547995
Log:
devel/folly: Update 2020.08.31.00 -> 2020.09.07.00
Reported by: portscout
Added:
head/devel/folly/files/patch-folly_detail_AtFork.h (contents, props changed)
Modified:
head/devel/folly/Makefile
head/devel/folly/distinfo
head/devel/folly/files/patch-CMakeLists.txt
head/devel/folly/pkg-plist
Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile Tue Sep 8 17:02:48 2020 (r547994)
+++ head/devel/folly/Makefile Tue Sep 8 17:10:00 2020 (r547995)
@@ -2,8 +2,7 @@
PORTNAME= folly
DISTVERSIONPREFIX= v
-DISTVERSION= 2020.08.31.00
-PORTREVISION= 1
+DISTVERSION= 2020.09.07.00
CATEGORIES= devel
MAINTAINER= yuri at FreeBSD.org
Modified: head/devel/folly/distinfo
==============================================================================
--- head/devel/folly/distinfo Tue Sep 8 17:02:48 2020 (r547994)
+++ head/devel/folly/distinfo Tue Sep 8 17:10:00 2020 (r547995)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599120745
-SHA256 (facebook-folly-v2020.08.31.00_GH0.tar.gz) = ff67bcfd539f2047e801836ac01c44976b185a63ee2e6dafadd3c4a88ba46909
-SIZE (facebook-folly-v2020.08.31.00_GH0.tar.gz) = 3179987
+TIMESTAMP = 1599582584
+SHA256 (facebook-folly-v2020.09.07.00_GH0.tar.gz) = 9ca4130f8dbe0632d95557f40afd3cc3389e48de563d29b9f885ba2006dc84b1
+SIZE (facebook-folly-v2020.09.07.00_GH0.tar.gz) = 3188611
Modified: head/devel/folly/files/patch-CMakeLists.txt
==============================================================================
--- head/devel/folly/files/patch-CMakeLists.txt Tue Sep 8 17:02:48 2020 (r547994)
+++ head/devel/folly/files/patch-CMakeLists.txt Tue Sep 8 17:10:00 2020 (r547995)
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2020-08-09 10:25:45 UTC
+--- CMakeLists.txt.orig 2020-09-05 00:18:48 UTC
+++ CMakeLists.txt
-@@ -437,6 +437,12 @@ install(
+@@ -431,6 +431,12 @@ install(
# Generate a pkg-config file so that downstream projects that don't use
# CMake can depend on folly using pkg-config.
@@ -13,3 +13,12 @@
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/CMake/libfolly.pc.in
${CMAKE_CURRENT_BINARY_DIR}/libfolly.pc.gen
+@@ -439,7 +445,7 @@ configure_file(
+
+ # Specify target to allow resolving generator expressions requiring
+ # a target for CMake >=3.19. See #1414.
+-if(CMAKE_VERSION VERSION_GREATER 3.18)
++if(FALSE AND CMAKE_VERSION VERSION_GREATER 3.18)
+ set(target_arg TARGET folly_deps)
+ endif()
+
Added: head/devel/folly/files/patch-folly_detail_AtFork.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/folly/files/patch-folly_detail_AtFork.h Tue Sep 8 17:10:00 2020 (r547995)
@@ -0,0 +1,11 @@
+--- folly/detail/AtFork.h.orig 2020-09-08 16:35:06 UTC
++++ folly/detail/AtFork.h
+@@ -18,6 +18,8 @@
+
+ #include <folly/Function.h>
+
++#include <unistd.h>
++
+ namespace folly {
+
+ namespace detail {
Modified: head/devel/folly/pkg-plist
==============================================================================
--- head/devel/folly/pkg-plist Tue Sep 8 17:02:48 2020 (r547994)
+++ head/devel/folly/pkg-plist Tue Sep 8 17:10:00 2020 (r547995)
@@ -6,6 +6,7 @@ include/folly/AtomicIntrusiveLinkedList.h
include/folly/AtomicLinkedList.h
include/folly/AtomicUnorderedMap.h
include/folly/Benchmark.h
+include/folly/BenchmarkUtil.h
include/folly/Bits.h
include/folly/CPortability.h
include/folly/CancellationToken-inl.h
More information about the svn-ports-all
mailing list