https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256885
--- Comment #49 from Ivan Rozhuk <[email protected]> --- (In reply to Saro from comment #48) 1. # PyNaCl build hack. @${LN} -sf '${LOCALBASE}/bin/gmake' "${MAKEDIST_VENV}/bin/make" Just make symlink make->gmake in more prioritized PATH location. Since venv have /bin I do store symlink here and make PATH=\"${home_assistant_venv_dir}/bin/:${PATH}\". 2. ffmpeg 6 is ok, in case where video/image processing is not used. 3. At least one modification is required: @${REINPLACE_CMD} -e 's|("darwin", "linux")|("darwin", "linux", "freebsd")|g' \ ${WRKSRC}/homeassistant/__main__.py -- You are receiving this mail because: You are on the CC list for the bug.
