diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-02-16 00:01:28 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-02-16 00:01:28 -0700 |
commit | 4e7009cb144dc5d3d2ec6fe5e17c0bea5e9d0be1 (patch) | |
tree | a89a351f61064adacf7855cc74d7daddccc91714 | |
parent | net/kea: Fix build following boost 1.87 import (diff) |
multimedia/navidrome: Mark i386 broken
Deep within the JS UI, an npm dep seems to have MD code without i386
support:
npm error Error: Unsupported platform: freebsd ia32 LE
npm error at pkgAndSubpathForCurrentPlatform (/wrkdirs/usr/ports/multimedia/navidrome/work/navidrome-0.54.4/ui/node_modules/esbuild/install.js:76:11)
-rw-r--r-- | multimedia/navidrome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile index 6d868c6becf6..45bb9031a94a 100644 --- a/multimedia/navidrome/Makefile +++ b/multimedia/navidrome/Makefile @@ -13,6 +13,8 @@ WWW= https://www.navidrome.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= npm esbuild fails: "Unsupported platform: freebsd ia32 LE" + BUILD_DEPENDS+= npm>0:www/npm LIB_DEPENDS+= libtag.so:audio/taglib RUN_DEPENDS+= ffmpeg:multimedia/ffmpeg |