Bug 231335 - [PATCH] net/zerotier: add support for ARM targets including Raspberry Pi
Summary: [PATCH] net/zerotier: add support for ARM targets including Raspberry Pi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Some People
Assignee: Dave Cottlehuber
URL: https://reviews.freebsd.org/D16880
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-13 04:47 UTC by Vincent Milum Jr
Modified: 2018-09-13 11:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (dch)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!