git: 2949ea639bb6 - main - multimedia/dav1d: don't build TEST=on during staging
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Oct 2025 00:54:35 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2949ea639bb6058f54356324245ed012a4a9294c
commit 2949ea639bb6058f54356324245ed012a4a9294c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-10-06 12:03:20 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-10-09 00:52:45 +0000
multimedia/dav1d: don't build TEST=on during staging
PR: 284519
Tested by: alven
---
multimedia/dav1d/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile
index 75bae1a1174a..eab1b58590ce 100644
--- a/multimedia/dav1d/Makefile
+++ b/multimedia/dav1d/Makefile
@@ -50,6 +50,10 @@ MESON_ARGS_clang_amd64= -Dstack_alignment=16
MESON_ARGS_clang_i386= -Dstack_alignment=4
.endif
+post-build-TEST-on:
+# Ensure checkasm is built before tests are run
+ @${DO_MAKE_BUILD} -C ${BUILD_WRKSRC} meson-test-prereq
+
pre-install-TEST-on: do-test
.include <bsd.port.mk>