git: 63f93f99e7a7 - main - sysutils/libcpuid: Unbreak test target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 13:25:44 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63f93f99e7a78bd81d61ad3e56433a12ba6f0d42
commit 63f93f99e7a78bd81d61ad3e56433a12ba6f0d42
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-06-30 13:25:04 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-06-30 13:25:40 +0000
sysutils/libcpuid: Unbreak test target
PR: 287307
Reported by: danfe
---
sysutils/libcpuid/files/patch-Makefile.in | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/sysutils/libcpuid/files/patch-Makefile.in b/sysutils/libcpuid/files/patch-Makefile.in
new file mode 100644
index 000000000000..d12f5cd9ebf6
--- /dev/null
+++ b/sysutils/libcpuid/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+https://github.com/anrieff/libcpuid/pull/216
+
+--- Makefile.in.orig 2025-06-30 13:19:06 UTC
++++ Makefile.in
+@@ -895,7 +895,7 @@ test-fast:
+ test: test-fast
+
+ test-fast:
+- LD_PRELOAD=$(top_builddir)/libcpuid/.libs/libcpuid.so $(top_srcdir)/tests/run_tests.py $(top_builddir)/cpuid_tool/.libs/cpuid_tool --show-test-fast-warning $(top_srcdir)/tests
++ LD_PRELOAD=$(top_builddir)/libcpuid/.libs/libcpuid.so $(top_srcdir)/tests/run_tests.py --show-test-fast-warning $(top_builddir)/cpuid_tool/.libs/cpuid_tool $(top_srcdir)/tests
+
+ test-old:
+ $(top_srcdir)/tests/run_tests.py $(top_builddir)/cpuid_tool/cpuid_tool $(top_srcdir)/tests