Date: Sat, 6 Oct 2018 22:43:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481403 - head/www/minio-client Message-ID: <201810062243.w96Mhr5j038562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Oct 6 22:43:52 2018 New Revision: 481403 URL: https://svnweb.freebsd.org/changeset/ports/481403 Log: - Mark BROKEN on amd64: does not build: github.com/minio/mc/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined Approved by: portmgr blanket Modified: head/www/minio-client/Makefile Modified: head/www/minio-client/Makefile ============================================================================== --- head/www/minio-client/Makefile Sat Oct 6 21:20:42 2018 (r481402) +++ head/www/minio-client/Makefile Sat Oct 6 22:43:52 2018 (r481403) @@ -9,6 +9,8 @@ COMMENT= Replacement for ls, cp, mkdir, diff and rsync LICENSE= APACHE20 +BROKEN_amd64= github.com/minio/mc/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined + BUILD_DEPENDS= go>=1.9.4:lang/go \ bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810062243.w96Mhr5j038562>