Bug 231335

Summary: [PATCH] net/zerotier: add support for ARM targets including Raspberry Pi
Product: Ports & Packages Reporter: Vincent Milum Jr <freebsd>
Component: Individual Port(s)Assignee: Dave Cottlehuber <dch>
Status: Closed FIXED    
Severity: Affects Some People CC: linimon
Priority: --- Flags: bugzilla: maintainer-feedback? (dch)
Version: Latest   
Hardware: arm   
OS: Any   
URL: https://reviews.freebsd.org/D16880

Description Vincent Milum Jr 2018-09-13 04:47:03 UTC
ZeroTier has been missing for ARM targets, such as the Raspberry Pi. The issue turns out to be a pair of small configuration options involving ARM NEON (SIMD) support. I've created a pull request upstream for the correction, but just in case it becomes stalled or rejected, here are the file changes so they can potentially be added to the FreeBSD ports collection.

https://github.com/zerotier/ZeroTierOne/pull/848/files
Comment 1 Dave Cottlehuber freebsd_committer freebsd_triage 2018-09-13 06:50:47 UTC
Vincent thanks! I'll roll the patch into https://reviews.freebsd.org/D16880 fixing a few other compiler related things, hopefully it can go in next week.
Comment 2 Dave Cottlehuber freebsd_committer freebsd_triage 2018-09-13 11:29:25 UTC
thanks!