Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 18:58:04 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522354 - head/devel/govendor
Message-ID:  <202001071858.007Iw48t061434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Tue Jan  7 18:58:04 2020
New Revision: 522354
URL: https://svnweb.freebsd.org/changeset/ports/522354

Log:
  devel/govendor: Mark broken on aarch64
  
  Upstream indicated that support for freebsd/arm64 will not be merged [1],
  mark port BROKEN on aarch64.
  
  [1] https://github.com/kardianos/govendor/pull/439#issuecomment-571714144

Modified:
  head/devel/govendor/Makefile

Modified: head/devel/govendor/Makefile
==============================================================================
--- head/devel/govendor/Makefile	Tue Jan  7 18:47:00 2020	(r522353)
+++ head/devel/govendor/Makefile	Tue Jan  7 18:58:04 2020	(r522354)
@@ -12,6 +12,8 @@ COMMENT=	Go vendor tool that works with the standard v
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_aarch64=	fails to compile, needs vendor/golang.org/x/sys 33540a1f6037 or later
+
 USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	kardianos



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