Date: Tue, 18 May 2021 13:58:30 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2f8b55fcb0e9 - 2021Q2 - lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13 Message-ID: <202105181358.14IDwUUc083484@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f8b55fcb0e93e5789b4d8068754682b0588eea2 commit 2f8b55fcb0e93e5789b4d8068754682b0588eea2 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-18 13:05:51 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-18 13:44:53 +0000 lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13 Approved by: portmgr blanket (cherry picked from commit 3b4a64f8404e1c9934b278cc556401476ae6df78) --- lang/spidermonkey185/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105181358.14IDwUUc083484>