aboutsummaryrefslogtreecommitdiff
path: root/www/minio-client
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-06 22:43:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-06 22:43:52 +0000
commit39709077f1c575996ef8fd62df9ea343e85e83b2 (patch)
tree7b27df55dcbdd86cb292252be9f30fd9a0f73390 /www/minio-client
parent8e27021848486a182b4a9b83fb9aee2f2dbc7373 (diff)
downloadports-39709077f1c575996ef8fd62df9ea343e85e83b2.tar.gz
ports-39709077f1c575996ef8fd62df9ea343e85e83b2.zip
- 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
Notes
Notes: svn path=/head/; revision=481403
Diffstat (limited to 'www/minio-client')
-rw-r--r--www/minio-client/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile
index 5a226d53a479..7d4284aef4cf 100644
--- a/www/minio-client/Makefile
+++ b/www/minio-client/Makefile
@@ -9,6 +9,8 @@ COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems
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