diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-17 08:22:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-17 08:29:57 +0000 |
commit | ea03a32369dc4d54660a87bddee22e12b6435231 (patch) | |
tree | 1690696a3fb8da5e0b2506793abf55cd6bbb904f | |
parent | bd84c5b4f210c3ac266a2eaa33f0481d47a87053 (diff) |
dns/bundy: Mark as broken on FreeBSD 14.
-rw-r--r-- | dns/bundy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index d2bcd892886a..453554ee4c32 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 \ |