Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 19:51:21 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430665 - head/databases/influxdb
Message-ID:  <201701051951.v05JpLI3059599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Thu Jan  5 19:51:20 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)

Modified:
  head/databases/influxdb/Makefile

Modified: head/databases/influxdb/Makefile
==============================================================================
--- head/databases/influxdb/Makefile	Thu Jan  5 19:34:59 2017	(r430664)
+++ head/databases/influxdb/Makefile	Thu Jan  5 19:51:20 2017	(r430665)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	go>=1.5.0:lang/go
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64 armv6
 
 USE_RC_SUBR=	influxd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051951.v05JpLI3059599>