Date: Thu, 01 Jan 2026 01:47:15 +0000 From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe912b869f39 - main - multimedia/navidrome: Try arm64 builds again Message-ID: <6955d223.3d1fd.1bf33a23@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe912b869f397908bd97cd269cf067991ffa7a55 commit fe912b869f397908bd97cd269cf067991ffa7a55 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2026-01-01 01:46:58 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2026-01-01 01:46:58 +0000 multimedia/navidrome: Try arm64 builds again --- multimedia/navidrome/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile index b8587f1cd88d..08c0ebb320a0 100644 --- a/multimedia/navidrome/Makefile +++ b/multimedia/navidrome/Makefile @@ -12,8 +12,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= npm esbuild fails: "Unsupported platform: freebsd ia32 LE" -BROKEN_arm64= npm esbuild fails: Failed to find package \ - "@esbuild/freebsd-arm64" FETCH_DEPENDS= npm:www/npm${NODEJS_SUFFIX} FETCH_DEPENDS= npm:www/npm${NODEJS_SUFFIX} @@ -198,7 +196,7 @@ pre-fetch: pre-build: cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} npm run build - cp ${FILESDIR}/modules.txt ${WRKSRC}/vendor/ + ${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor/ post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6955d223.3d1fd.1bf33a23>
