git: da1d41862b17 - main - lang/spidermonkey102: Mark broken on 12

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Sun, 09 Oct 2022 20:24:12 UTC
The branch main has been updated by nc:

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

commit da1d41862b178653076cb3de728465a22edd48e9
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-10-09 13:24:07 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-10-09 13:24:07 +0000

    lang/spidermonkey102: Mark broken on 12
---
 lang/spidermonkey102/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile
index 6a34e1f04d1d..14b141f45fd2 100644
--- a/lang/spidermonkey102/Makefile
+++ b/lang/spidermonkey102/Makefile
@@ -12,6 +12,8 @@ WWW=		https://spidermonkey.dev/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12=	ERROR: Cannot find readelf
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \
 		${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \
 		autoconf2.13:devel/autoconf2.13 \