InfluxDB seems to build and work fine if I add `armv6` to `ONLY_FOR_ARCHS`. Is there a reason the port only supports i386 and amd64?
I think at the time when influxdb was added to port "go" supported only amd64 and i386. Looks like from go 1.5 armv6 is also supported so I agree we should sync with go port and include armv6 in ONLY_FOR_ARCHS list.
This is now fixed - see bug 214704 I think this can be closed now!
A commit references this bug: Author: brd Date: Thu Jan 5 19:51:21 UTC 2017 New revision: 430665 URL: https://svnweb.freebsd.org/changeset/ports/430665 Log: databases/influxdb: Add armv6 to the list of ONLY_FOR_ARCH= PR: 209947 Submitted by: bugs.freebsd.org@fluffel.io Approved by: cheffo@freebsd-bg.org (maintainer) Changes: head/databases/influxdb/Makefile
Committed, thanks!