From 3b4a64f8404e1c9934b278cc556401476ae6df78 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 18 May 2021 16:05:51 +0300 Subject: lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by: portmgr blanket --- lang/spidermonkey185/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/spidermonkey185') diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index 0c9fbcc5e23b..1cc54bc5296d 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -25,6 +25,8 @@ BROKEN_aarch64= Does not compile: error: cacheFlush support is missing on this BROKEN_mips64= Does not compile: error: const union jsval_layout has no member named word BROKEN_riscv64= Does not compile: jsiter.cpp:270:16: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' BROKEN_sparc64= Does not build: fails to link +BROKEN_FreeBSD_13= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' +BROKEN_FreeBSD_14= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' NOT_FOR_ARCHS= powerpc powerpc64 NOT_FOR_ARCHS_REASON= PowerPC is not supported -- cgit