git: 9b36ee797c8e - main - misc/ola: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 06 May 2025 07:52:55 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b36ee797c8eaae3ea09a0e39f956a634ec7de4c

commit 9b36ee797c8eaae3ea09a0e39f956a634ec7de4c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-05-06 07:13:51 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-05-06 07:52:45 +0000

    misc/ola: Mark TESTING_UNSAFE
---
 misc/ola/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index 974a4ff26f3b..05ba68b1a7c6 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -26,15 +26,15 @@ USE_LDCONFIG=	yes
 LDFLAGS+=	-lprotobuf # workaround for https://github.com/OpenLightingProject/ola/issues/1871
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFIGURE_ARGS=		--disable-unittests --disable-examples
 CONFIGURE_ARGS+=	--disable-fatal-warnings # see https://github.com/OpenLightingProject/ola/issues/1962
 
 TEST_TARGET=	check
 INSTALL_TARGET=	install-strip
+TESTING_UNSAFE=	1 test fails, see https://github.com/OpenLightingProject/ola/issues/1872
 
-do-test: # 1 test fails, see https://github.com/OpenLightingProject/ola/issues/1872
+do-test:
 	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS} --enable-unittests && \
 		${SETENV} ${MAKE_ENV} ${GMAKE} ${TEST_TARGET}