Date: Mon, 15 Jan 2024 07:19:09 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7fda360a4f0b - main - www/wasm-pack: Broken on powerpc64le Message-ID: <202401150719.40F7J9JL081759@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fda360a4f0bf4da07592238c00544884efa41b6 commit 7fda360a4f0bf4da07592238c00544884efa41b6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-15 07:18:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-15 07:18:39 +0000 www/wasm-pack: Broken on powerpc64le Reported by: fallout --- www/wasm-pack/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index f3c6a2914452..d48859fdd8ad 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/rustwasm/wasm-pack/issues/1361 + BUILD_DEPENDS= gmake:devel/gmake \ zstd>0:archivers/zstd LIB_DEPENDS= libcurl.so:ftp/curl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401150719.40F7J9JL081759>