git: 9647fa7bd497 - main - shells/starship: mark BROKEN on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jul 13 09:28:19 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9647fa7bd497e865187c6b6c051f530b66476a50
commit 9647fa7bd497e865187c6b6c051f530b66476a50
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-13 09:26:50 +0000
Commit: Piotr Kubaj <pkubaj at 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
More information about the dev-commits-ports-all
mailing list