diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index 12c325f1e714..c925fef6b1fe 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -1,26 +1,28 @@ PORTNAME= weaviate DISTVERSIONPREFIX= v DISTVERSION= 1.30.17 PORTREVISION= 2 CATEGORIES= databases # artificial-intelligence MAINTAINER= yuri@FreeBSD.org COMMENT= Vector database that stores both objects and vectors WWW= https://weaviate.io/ \ https://github.com/weaviate/weaviate LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= build error: no error messages printed +# https://github.com/weaviate/weaviate/issues/9692 +NOT_FOR_ARCHS= armv7 i386 powerpc +NOT_FOR_ARCHS_REASON= port seems to not support 32 bit platforms USES= go:modules GO_MODULE= github.com/weaviate/weaviate GO_TARGET= ./cmd/weaviate-server PLIST_FILES= bin/${PORTNAME}-server # how to start: https://docs.weaviate.io/deploy/installation-guides/docker-installation#run-weaviate-with-default-settings .include