svn commit: r522354 - head/devel/govendor

Dmitri Goutnik dmgk at FreeBSD.org
Tue Jan 7 18:58:05 UTC 2020


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


More information about the svn-ports-all mailing list