Created attachment 171056 [details] Fix be64toh() detection on BSDs Fix be64toh() detection on BSDs by jszakmeister at GitHub. https://github.com/neovim/neovim/issues/4750
Created attachment 171058 [details] Fix be64toh() detection on BSDs Additional fix portlint error. Now passes "portlint" and "port test" without errors.
Comment on attachment 171058 [details] Fix be64toh() detection on BSDs The port has no maintainer, implicit approval.
Can anyone commit this?
Hmm... Looks like a number of patchfile changes equivalent to what's in your patch were just committed in r416603. Can you update your patch with the be64toh() fixes against the latest ports tree please?
Created attachment 171235 [details] Fix be64toh() detection on BSDs from upstream
(In reply to Matthew Seaman from comment #4) Added updated patch. But already committed patch mostly equivalent to this fix taken from upstream.
A commit references this bug: Author: matthew Date: Thu Jun 9 19:01:28 UTC 2016 New revision: 416620 URL: https://svnweb.freebsd.org/changeset/ports/416620 Log: Fix be64toh() detection on BSDs from upstream Use patch names as generated by 'make makepatch' PR: 210054 Submitted by: gor@clogic.com.ua Changes: head/editors/neovim/files/patch-config_CMakeLists.txt head/editors/neovim/files/patch-config__CMakeLists.txt head/editors/neovim/files/patch-config__config.h.in head/editors/neovim/files/patch-src__nvim__shada.c head/editors/neovim/files/patch-src_nvim_shada.c
Committed, thanks!
Thank you!