aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-15 10:10:39 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-15 10:12:34 +0000
commit09f0e4b6405f6cad10aa749781fb834f06aef578 (patch)
tree302cb867604b6957048c89d16088da1c98710b6b
parentb578b71746d14fd3b46f8d4bbd81b31d3c38a750 (diff)
downloadports-09f0e4b6405f6cad10aa749781fb834f06aef578.tar.gz
ports-09f0e4b6405f6cad10aa749781fb834f06aef578.zip
devel/libcuckoo: Mark TESTING_UNSAFE
Reported upstream: https://github.com/efficient/libcuckoo/issues/160 Reported by: Andrea Venturoli <ml@netfence.it>
-rw-r--r--devel/libcuckoo/Makefile5
1 files 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>