Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 18:32:59 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551730 - head/sysutils/choria
Message-ID:  <202010081832.098IWxiJ072038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Thu Oct  8 18:32:59 2020
New Revision: 551730
URL: https://svnweb.freebsd.org/changeset/ports/551730

Log:
  Add ONLY_FOR_ARCHS=amd64
  
  Some dependencies are amd64 specific.  Future releases should fix this.
  
  With hat:	puppet

Modified:
  head/sysutils/choria/Makefile

Modified: head/sysutils/choria/Makefile
==============================================================================
--- head/sysutils/choria/Makefile	Thu Oct  8 18:07:14 2020	(r551729)
+++ head/sysutils/choria/Makefile	Thu Oct  8 18:32:59 2020	(r551730)
@@ -11,6 +11,8 @@ COMMENT=	Server to host Choria agents, networks, feder
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64
+
 USES=		go:modules
 
 USE_GITHUB=	yes



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