svn commit: r527038 - head/net-mgmt/grok_exporter

Mikael Urankar mikael at FreeBSD.org
Mon Feb 24 19:11:20 UTC 2020


Author: mikael
Date: Mon Feb 24 19:11:18 2020
New Revision: 527038
URL: https://svnweb.freebsd.org/changeset/ports/527038

Log:
  net-mgmt/grok_exporter: unbreak on aarch64
  
  It builds fine on aarch64.
  
  PR:		243801
  Approved by:	gasol.wu at gmail.com (maintainer timeout), manu (mentor)

Modified:
  head/net-mgmt/grok_exporter/Makefile

Modified: head/net-mgmt/grok_exporter/Makefile
==============================================================================
--- head/net-mgmt/grok_exporter/Makefile	Mon Feb 24 19:07:57 2020	(r527037)
+++ head/net-mgmt/grok_exporter/Makefile	Mon Feb 24 19:11:18 2020	(r527038)
@@ -12,7 +12,7 @@ COMMENT=	Export Prometheus metrics from arbitrary unst
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	aarch64 amd64
 
 LIB_DEPENDS=	libonig.so:devel/oniguruma
 


More information about the svn-ports-all mailing list