Date: Tue, 13 Jul 2021 09:28:18 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9647fa7bd497 - main - shells/starship: mark BROKEN on powerpc Message-ID: <202107130928.16D9SImi030557@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9647fa7bd497e865187c6b6c051f530b66476a50 commit 9647fa7bd497e865187c6b6c051f530b66476a50 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-07-13 09:26:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-07-13 09:26:50 +0000 shells/starship: mark BROKEN on powerpc Same issue as on i386. --- shells/starship/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/starship/Makefile b/shells/starship/Makefile index ff8133f27330..3b59fa7114d0 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -12,6 +12,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107130928.16D9SImi030557>