Date: Fri, 15 Mar 2024 10:13:46 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 09f0e4b6405f - main - devel/libcuckoo: Mark TESTING_UNSAFE Message-ID: <202403151013.42FADkFG024492@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403151013.42FADkFG024492>