Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 15:29:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494956 - head/sysutils/istio
Message-ID:  <201903071529.x27FTYeF084856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar  7 15:29:34 2019
New Revision: 494956
URL: https://svnweb.freebsd.org/changeset/ports/494956

Log:
  Mark BROKEN: fails to build
  
  istio.io/istio/vendor/go4.org/reflectutil.typedmemmove: relocation target runtime.typedmemmove not defined for ABI0 (but is defined for ABIInternal)
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/istio/Makefile

Modified: head/sysutils/istio/Makefile
==============================================================================
--- head/sysutils/istio/Makefile	Thu Mar  7 15:26:39 2019	(r494955)
+++ head/sysutils/istio/Makefile	Thu Mar  7 15:29:34 2019	(r494956)
@@ -10,6 +10,8 @@ COMMENT=	Open platform to connect, manage, and secure 
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	kubectl:sysutils/kubectl
 
 USES=		go



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