Created attachment 186903 [details] hyperscan_pic.patch For some reason, hyperscan is built without -fPIC by default. PIC is required for static linking in language bindings such as https://github.com/flier/rust-hyperscan
There is a new version 4.7.0 https://github.com/intel/hyperscan/blob/master/CHANGELOG.md
A commit references this bug: Author: vsevolod Date: Fri Jul 27 09:28:09 UTC 2018 New revision: 475419 URL: https://svnweb.freebsd.org/changeset/ports/475419 Log: - Update to 4.7.0 - Add fPIC flag (based on [1]) PR: 222772 [1] Submitted by: Greg V <greg@unrelenting.technology> [1] Changes: head/devel/hyperscan/Makefile head/devel/hyperscan/distinfo
Committed with modifications, thank you!