From 1543bba0a2652bcb70334c4f14bb9e298ca3d09d Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 15 Oct 2025 19:20:38 +0000 Subject: devel/efivar: Update to version 39 and take maintainership This is a big and important update which was initially submitted as part of D29332 by Norbert Kaminski . The submitted patches were for 0.24 and at the last two EuroBSDCons I've spend a lot of time to rework them for v39. Thanks a lot for the initial patches, even if there is not much of the initial work left. Differential Revision: https://reviews.freebsd.org/D29332 --- devel/efivar/files/patch-src_thread-test.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 devel/efivar/files/patch-src_thread-test.c (limited to 'devel/efivar/files/patch-src_thread-test.c') diff --git a/devel/efivar/files/patch-src_thread-test.c b/devel/efivar/files/patch-src_thread-test.c new file mode 100644 index 000000000000..b46bf0bb4ead --- /dev/null +++ b/devel/efivar/files/patch-src_thread-test.c @@ -0,0 +1,22 @@ +--- src/thread-test.c.orig 2024-01-31 20:08:46 UTC ++++ src/thread-test.c +@@ -6,7 +6,9 @@ + + #include "fix_coverity.h" + +-#include ++#if defined(__linux__) ++# include ++#endif + #include + #include + #include +@@ -125,7 +127,7 @@ usage(int ret) + "Help options:\n" + " -?, --help Show this help message\n" + " --usage Display brief usage message\n", +- program_invocation_short_name); ++ getprogname()); + exit(ret); + } + -- cgit v1.2.3