Date: Sun, 21 Jan 2024 00:40:02 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2d807dc445d4 - main - security/trufflehog: Broken on armv7 and i386 Message-ID: <202401210040.40L0e2Kf062357@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d807dc445d45d60e541ad417dddde039b164672 commit 2d807dc445d45d60e541ad417dddde039b164672 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-21 00:39:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-21 00:40:00 +0000 security/trufflehog: Broken on armv7 and i386 Reported by: fallout --- security/trufflehog/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 3ceb8be0058f..fc2bb2dffb98 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -10,6 +10,9 @@ WWW= https://trufflesecurity.com/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails see details here: https://github.com/golang/go/issues/65187 +BROKEN_i386= compilation fails see details here: https://github.com/golang/go/issues/65187 + USES= go:1.21,modules GO_MODULE= github.com/trufflesecurity/trufflehog/v3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210040.40L0e2Kf062357>