From 33c22478fce4b360de6c2fb076404e77d178ac6e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 20 Feb 2023 11:55:05 +0000 Subject: [PATCH] databases/foundationdb: mark BROKEN CMake Error at cmake/GetMsgpack.cmake:1 (find_package): Could not find a package configuration file provided by "msgpack" with any of the following names: msgpackConfig.cmake msgpack-config.cmake Reported by: pkg-fallout --- databases/foundationdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile index d6aa594f6e6d..04453c48deee 100644 --- a/databases/foundationdb/Makefile +++ b/databases/foundationdb/Makefile @@ -12,6 +12,7 @@ WWW= https://www.foundationdb.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to configure BROKEN_aarch64= invalid asm rdtsc ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= not yet ported to anything else