pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
btop-git: Fix build in NetBSD-CURRENT.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Mon Aug 5 08:58:11 2024 +0200
Changeset: dd704f02d2971e514c0354afa80510c54ece0fbb
Modified Files:
btop-git/distinfo
Added Files:
btop-git/patches/patch-src_netbsd_btop__collect.cpp
Log Message:
btop-git: Fix build in NetBSD-CURRENT.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd704f02d2971e514c0354afa80510c54ece0fbb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
btop-git/distinfo | 1 +
btop-git/patches/patch-src_netbsd_btop__collect.cpp | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diffs:
diff --git a/btop-git/distinfo b/btop-git/distinfo
index 5821fe3ca8..aac90ebba6 100644
--- a/btop-git/distinfo
+++ b/btop-git/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
BLAKE2s (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = f0ca89a68fba2e1e9186e01144c79cb4d610d0f135448398ce5096a4ce06e16c
SHA512 (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1168983bb922ff5333cc54d39227c34c992f8fa5cf53b665395e240c6cab7678d317551494e6e7726f90808a98a051087b62834343170b4a3f91d8c9d260d843
Size (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1160189 bytes
+SHA1 (patch-src_netbsd_btop__collect.cpp) = f7fbdef6834b4730723fa786c657a46aaa5cbecd
diff --git a/btop-git/patches/patch-src_netbsd_btop__collect.cpp b/btop-git/patches/patch-src_netbsd_btop__collect.cpp
new file mode 100644
index 0000000000..d46b6ea834
--- /dev/null
+++ b/btop-git/patches/patch-src_netbsd_btop__collect.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Include the missed out utility header.
+
+--- src/netbsd/btop_collect.cpp.orig 2024-08-05 06:52:28.642345988 +0000
++++ src/netbsd/btop_collect.cpp
+@@ -64,6 +64,7 @@ tab-size = 4
+ #include <regex>
+ #include <string>
+ #include <memory>
++#include <utility>
+
+ #include "../btop_config.hpp"
+ #include "../btop_shared.hpp"
Home |
Main Index |
Thread Index |
Old Index