svn commit: r481660 - head/security/kr

Antoine Brodin antoine at FreeBSD.org
Tue Oct 9 20:51:01 UTC 2018


Author: antoine
Date: Tue Oct  9 20:51:00 2018
New Revision: 481660
URL: https://svnweb.freebsd.org/changeset/ports/481660

Log:
  Mark BROKEN: fails to build
  
  # _/wrkdirs/usr/ports/security/kr/work/kr-2.3.1/kr
  github.com/kryptco/kr/vendor/github.com/kryptco/go-crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined
  github.com/kryptco/kr/vendor/github.com/kryptco/go-crypto/blake2b.supportsAVX: relocation target runtime.support_avx not defined
  
  Reported by:	pkg-fallout

Modified:
  head/security/kr/Makefile

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Tue Oct  9 20:48:48 2018	(r481659)
+++ head/security/kr/Makefile	Tue Oct  9 20:51:00 2018	(r481660)
@@ -9,6 +9,7 @@ CATEGORIES=	security
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	SSH and Git commit/tag signing using a key stored in Krypton
 
+BROKEN=		fails to build
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	Uses 64bit types
 


More information about the svn-ports-all mailing list