git: adeb3c255da6 - main - shells/starship: Remove BROKEN lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 19:56:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=adeb3c255da6f1f76ddd806bf3b9a3cdd7f6509c commit adeb3c255da6f1f76ddd806bf3b9a3cdd7f6509c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-31 19:55:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-31 19:56:34 +0000 shells/starship: Remove BROKEN lines It doesn't use sys-info-0.9.1 crate anymore. PR: 267475 Reported by: eduardo@ --- shells/starship/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/shells/starship/Makefile b/shells/starship/Makefile index b9dfc893cc57..ae1a274e8d4c 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -12,9 +12,6 @@ WWW= https://starship.rs/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 -BROKEN_powerpc= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 - LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2