svn commit: r551730 - head/sysutils/choria

Romain Tartière romain at FreeBSD.org
Thu Oct 8 18:33:00 UTC 2020


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


More information about the svn-ports-all mailing list