git: 7aa4f968b4c5 - main - security/rustscan: Mark as broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 13:19:34 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aa4f968b4c554faeb2619e2fff77c54556e722d commit 7aa4f968b4c554faeb2619e2fff77c54556e722d Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-05-20 13:16:51 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-05-20 13:19:15 +0000 security/rustscan: Mark as broken on i386 --- security/rustscan/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index bc73b56f6807..dd5979516e93 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -9,6 +9,8 @@ WWW= https://rustscan.github.io/RustScan/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= ring-0.17.8 crate fails to build + RUN_DEPENDS= nmap>0:security/nmap USES= cargo