git: 3b4a64f8404e - main - lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 18 13:10:40 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b4a64f8404e1c9934b278cc556401476ae6df78

commit 3b4a64f8404e1c9934b278cc556401476ae6df78
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-18 13:05:51 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-18 13:06:44 +0000

    lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13
    
    Approved by:    portmgr blanket
---
 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


More information about the dev-commits-ports-all mailing list