Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 16:29:28 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529741 - head/net-mgmt/thanos
Message-ID:  <202003281629.02SGTSUm072060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Sat Mar 28 16:29:27 2020
New Revision: 529741
URL: https://svnweb.freebsd.org/changeset/ports/529741

Log:
  net-mgmt/thanos: unbreak on aarch64.
  
  PR:		245139
  Submitted by:	mikael@FreeBSD.org

Modified:
  head/net-mgmt/thanos/Makefile

Modified: head/net-mgmt/thanos/Makefile
==============================================================================
--- head/net-mgmt/thanos/Makefile	Sat Mar 28 15:57:26 2020	(r529740)
+++ head/net-mgmt/thanos/Makefile	Sat Mar 28 16:29:27 2020	(r529741)
@@ -3,6 +3,7 @@
 PORTNAME=	thanos
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.11.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ler@FreeBSD.org
@@ -11,8 +12,8 @@ COMMENT=	Highly available Prometheus setup with long t
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# fails to build on i386: pkg/store/cache/cache.go:166:22: constant 9223372036854775807 overflows int
-ONLY_FOR_ARCHS=	amd64
+# fails to build on armv7/i386: pkg/store/cache/cache.go:166:22: constant 9223372036854775807 overflows int
+ONLY_FOR_ARCHS=	aarch64 amd64
 
 USES=		go:modules
 



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