svn commit: r430665 - head/databases/influxdb

Brad Davis brd at FreeBSD.org
Thu Jan 5 19:51:22 UTC 2017


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 at fluffel.io
  Approved by:	cheffo at 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
 


More information about the svn-ports-all mailing list