git: 09f0e4b6405f - main - devel/libcuckoo: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Fri, 15 Mar 2024 10:13:46 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09f0e4b6405f6cad10aa749781fb834f06aef578

commit 09f0e4b6405f6cad10aa749781fb834f06aef578
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-15 10:10:39 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-15 10:12:34 +0000

    devel/libcuckoo: Mark TESTING_UNSAFE
    
    Reported upstream: https://github.com/efficient/libcuckoo/issues/160
    
    Reported by:    Andrea Venturoli <ml@netfence.it>
---
 devel/libcuckoo/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/libcuckoo/Makefile b/devel/libcuckoo/Makefile
index 621c456387bf..fb97ec69b53a 100644
--- a/devel/libcuckoo/Makefile
+++ b/devel/libcuckoo/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/efficient/libcuckoo
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake:testing
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	efficient
@@ -20,6 +20,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=		TEST
 
 TEST_CMAKE_BOOL=	BUILD_TESTS BUILD_STRESS_TESTS BUILD_UNIT_TESTS
-TEST_TARGET=		test
+
+TESTING_UNSAFE=	bundled Catch2 library is too old for FreeBSD 14+
 
 .include <bsd.port.mk>