Created attachment 185866 [details] patch to net/freerdp1 The src tree is splitting 32-bit arm support into 'armv6' and the new 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture.
A commit references this bug: Author: linimon Date: Fri Sep 1 14:55:47 UTC 2017 New revision: 449084 URL: https://svnweb.freebsd.org/changeset/ports/449084 Log: The src tree is splitting 32-bit arm support into 'armv6' and the new 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221898 Approved by: maintainer Changes: head/net/freerdp1/Makefile
Committed, thanks.
Comment on attachment 185866 [details] patch to net/freerdp1 > OPTIONS_DEFINE_armv6= NEON > +OPTIONS_DEFINE_armv7= NEON Does armv7 (on FreeBSD) support NEON by default? If so adjust _DEFAULT options to not pessimize the binary package.
(In reply to Jan Beich from comment #3) I am currently traveling for the next few weeks and so someone else will need to investigate that.