svn commit: r494956 - head/sysutils/istio

Antoine Brodin antoine at FreeBSD.org
Thu Mar 7 15:29:35 UTC 2019


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


More information about the svn-ports-all mailing list