databases/mongosh: broken on aarch64 and i386

arm64: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-December/690739.html
i386: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-December/691742.html

Reported by:	portsfallout.com
Approved by:	ports cleanup
This commit is contained in:
Ronald Klop 2024-12-03 21:47:34 +01:00
parent b1d9b67df2
commit 1a437a6a8c
No known key found for this signature in database
GPG Key ID: 551E8E6207A42166
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ WWW= https://github.com/mongodb-js/mongosh/
LICENSE= APACHE20
BROKEN_aarch64= fails to compile: nx/src/native/index.js:147 throw new Error(`Unsupported architecture on FreeBSD: ${arch}`)
BROKEN_i386= fails to compile: nx/src/native/index.js:147 throw new Error(`Unsupported architecture on FreeBSD: ${arch}`)
FETCH_DEPENDS= npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX}
BUILD_DEPENDS= bash>0:shells/bash \
brotli>=1.0.9,1:archivers/brotli \