pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

actor-framework: correct patch comments



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Mon Jan 10 22:28:26 2022 +0100
Changeset:	54b9f2e0ed0212f0f5949a56e61d04433b6f859b

Modified Files:
	actor-framework/distinfo
	actor-framework/patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp
	actor-framework/patches/patch-libcaf__core_src_detail_get__root__uuid.cpp
	actor-framework/patches/patch-libcaf__core_src_detail_set__thread__name.cpp
	actor-framework/patches/patch-libcaf__core_src_telemetry_importer_process.cpp

Log Message:
actor-framework: correct patch comments

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54b9f2e0ed0212f0f5949a56e61d04433b6f859b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 actor-framework/distinfo                                          | 8 ++++----
 .../patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp | 1 +
 .../patches/patch-libcaf__core_src_detail_get__root__uuid.cpp     | 1 +
 .../patches/patch-libcaf__core_src_detail_set__thread__name.cpp   | 3 ---
 .../patches/patch-libcaf__core_src_telemetry_importer_process.cpp | 1 +
 5 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/actor-framework/distinfo b/actor-framework/distinfo
index 38cd20794e..88e1892863 100644
--- a/actor-framework/distinfo
+++ b/actor-framework/distinfo
@@ -6,10 +6,10 @@ Size (actor-framework-0.18.5.tar.gz) = 2827181 bytes
 SHA1 (patch-examples_message__passing_fan__out__request.cpp) = 2039d3a58f8c4dd23ebf70772d75f88f8f265dd0
 SHA1 (patch-libcaf__core_CMakeLists.txt) = 9791d9ad4036a5eae13183e354f37f3abc98b3e9
 SHA1 (patch-libcaf__core_caf_config.hpp) = 31247b3883c0c2f4d60018606949e0d0fff691c4
-SHA1 (patch-libcaf__core_src_detail_get__mac__addresses.cpp) = 01331c31e5ccecdfa9b4cc3b6a1940f06d59e9f9
-SHA1 (patch-libcaf__core_src_detail_get__root__uuid.cpp) = ec4c0a53dbbda680b6d7a7fcd0ad9f7c58a2016d
+SHA1 (patch-libcaf__core_src_detail_get__mac__addresses.cpp) = f6758ab15441a830851d66fcede9cfdb185a232b
+SHA1 (patch-libcaf__core_src_detail_get__root__uuid.cpp) = 12d41ee314b3839f180d0726c5821daa27dac4db
 SHA1 (patch-libcaf__core_src_detail_pretty__type__name.cpp) = 922423499220ba8481da6076877fb755ab49c569
-SHA1 (patch-libcaf__core_src_detail_set__thread__name.cpp) = 400dfc5f138ca6a9676bafd6e0e77eeaafa79dd2
-SHA1 (patch-libcaf__core_src_telemetry_importer_process.cpp) = 1c805a05d3154b4e637e0a10bece33797e4d5cae
+SHA1 (patch-libcaf__core_src_detail_set__thread__name.cpp) = 75fb8b7daf977e87d6c591a5f66f19b12e840a95
+SHA1 (patch-libcaf__core_src_telemetry_importer_process.cpp) = 3d01576f115ce238ea73355c4c3175208748159b
 SHA1 (patch-libcaf__core_test_scheduled__actor.cpp) = c16b336c67173b4d8c562b624fadf4443ae27005
 SHA1 (patch-libcaf__io_CMakeLists.txt) = 327649d0fef862e75a5367d38e1baf769923c9f0
diff --git a/actor-framework/patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp b/actor-framework/patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp
index 4fe9d3ae15..6df24a5dac 100644
--- a/actor-framework/patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp
+++ b/actor-framework/patches/patch-libcaf__core_src_detail_get__mac__addresses.cpp
@@ -1,5 +1,6 @@
 $NetBSD$
 
+* add NetBSD support
 * add Solaris build , add defines and includes to fix solaris build
 
 --- libcaf_core/src/detail/get_mac_addresses.cpp.orig	2021-07-16 09:33:16.000000000 +0000
diff --git a/actor-framework/patches/patch-libcaf__core_src_detail_get__root__uuid.cpp b/actor-framework/patches/patch-libcaf__core_src_detail_get__root__uuid.cpp
index 59df054e4f..a8733d3fd3 100644
--- a/actor-framework/patches/patch-libcaf__core_src_detail_get__root__uuid.cpp
+++ b/actor-framework/patches/patch-libcaf__core_src_detail_get__root__uuid.cpp
@@ -1,6 +1,7 @@
 $NetBSD$
 
 * Add Solaris support
+* Use the native uuid api on NetBSD
 
 --- libcaf_core/src/detail/get_root_uuid.cpp.orig	2021-07-16 09:33:16.000000000 +0000
 +++ libcaf_core/src/detail/get_root_uuid.cpp
diff --git a/actor-framework/patches/patch-libcaf__core_src_detail_set__thread__name.cpp b/actor-framework/patches/patch-libcaf__core_src_detail_set__thread__name.cpp
index 82d3fd5703..c526371057 100644
--- a/actor-framework/patches/patch-libcaf__core_src_detail_set__thread__name.cpp
+++ b/actor-framework/patches/patch-libcaf__core_src_detail_set__thread__name.cpp
@@ -1,8 +1,5 @@
 $NetBSD$
 
-* NetBSD does not have pthread_np.h, since this package requires c++17 use _has_include
-  so that pthread_np.h is only included on platforms that have it
-
 * add NetBSD support
 * add Solaris support
 
diff --git a/actor-framework/patches/patch-libcaf__core_src_telemetry_importer_process.cpp b/actor-framework/patches/patch-libcaf__core_src_telemetry_importer_process.cpp
index 3da556f1c9..7d9fa2c079 100644
--- a/actor-framework/patches/patch-libcaf__core_src_telemetry_importer_process.cpp
+++ b/actor-framework/patches/patch-libcaf__core_src_telemetry_importer_process.cpp
@@ -1,6 +1,7 @@
 $NetBSD$
 
 * Add Solaris support
+* Add NetBSD support
 
 --- libcaf_core/src/telemetry/importer/process.cpp.orig	2021-07-16 09:33:16.000000000 +0000
 +++ libcaf_core/src/telemetry/importer/process.cpp


Home | Main Index | Thread Index | Old Index