Bug 209947

Summary: databases/influxdb: Missing arm support for InfluxDB
Product: Ports & Packages Reporter: optikfluffel <bugs.freebsd.org>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: brd, cheffo
Priority: --- Keywords: needs-qa
Version: Latest   
Hardware: arm   
OS: Any   

Description optikfluffel 2016-06-01 21:44:52 UTC
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?
Comment 1 cheffo 2016-06-02 21:48:31 UTC
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.
Comment 2 cheffo 2016-11-22 21:43:42 UTC
This is now fixed - see bug 214704

I think this can be closed now!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-01-05 19:51:55 UTC
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
Comment 4 Brad Davis freebsd_committer freebsd_triage 2017-01-05 19:52:21 UTC
Committed, thanks!