Created attachment 194900 [details] binaryen.patch https://github.com/WebAssembly/binaryen Really simple port.
Build fails: FAILED: src/passes/WasmIntrinsics.cpp cd /usr/ports/devel/binaryen/work/.build/src/passes && python /usr/ports/devel/binaryen/work/binaryen-1.38.6/scripts/embedwast.py /usr/ports/devel/binaryen/work/binaryen-1.38.6/src/passes/wasm-intrinsics.wast /usr/ports/devel/binaryen/work/.build/src/passes/WasmIntrinsics.cpp /bin/sh: python: not found Please note that Arch AUR port also depends on python-2. You needs to either remove python dependency, if possible, or add USES=python and either correct the 'python' executable name or use BINARY_ALIAS=python=${PYTHON_CMD}. Thanks! Yuri
Created attachment 195092 [details] binaryen.patch v2 Added python build dependency + updated version.
Committed with small changes. Thank you for your contribution!
A commit references this bug: Author: yuri Date: Thu Jul 12 19:20:58 UTC 2018 New revision: 474533 URL: https://svnweb.freebsd.org/changeset/ports/474533 Log: New port: devel/binaryen: Compiler infrastructure and toolchain library for WebAssembly PR: 229542 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/devel/Makefile head/devel/binaryen/ head/devel/binaryen/Makefile head/devel/binaryen/distinfo head/devel/binaryen/pkg-descr head/devel/binaryen/pkg-plist