From ea03a32369dc4d54660a87bddee22e12b6435231 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 17 Jun 2021 10:22:40 +0200 Subject: [PATCH] dns/bundy: Mark as broken on FreeBSD 14. --- dns/bundy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index d2bcd892886a0..453554ee4c320 100644 --- a/dns/bundy/Makefile +++ b/dns/bundy/Makefile @@ -20,6 +20,7 @@ BROKEN_armv6= fails to build: Child process terminated abnormally: Segmentation BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation fault BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no +BROKEN_FreeBSD_14= fails to build: error: Boost shared memory does not compile on this system. BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ sqlite3>=3.3.9:databases/sqlite3 \