Date: Sun, 21 Jan 2024 00:40:41 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a60cf78cff01 - 2024Q1 - security/trufflehog: Broken on armv7 and i386 Message-ID: <202401210040.40L0ef50069163@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a60cf78cff0142dc88dd62af4a4ecb39a7ff9f34 commit a60cf78cff0142dc88dd62af4a4ecb39a7ff9f34 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:39 +0000 security/trufflehog: Broken on armv7 and i386 Reported by: fallout (cherry picked from commit 2d807dc445d45d60e541ad417dddde039b164672) --- security/trufflehog/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 920ea30b4e45..e3537b40fe48 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.40L0ef50069163>