svn commit: r563012 - head/shells/starship

Yuri Victorovich yuri at FreeBSD.org
Wed Jan 27 00:18:09 UTC 2021


Author: yuri
Date: Wed Jan 27 00:18:08 2021
New Revision: 563012
URL: https://svnweb.freebsd.org/changeset/ports/563012

Log:
  shells/starship: Broken on i386
  
  Reported by:	fallout

Modified:
  head/shells/starship/Makefile

Modified: head/shells/starship/Makefile
==============================================================================
--- head/shells/starship/Makefile	Wed Jan 27 00:15:07 2021	(r563011)
+++ head/shells/starship/Makefile	Wed Jan 27 00:18:08 2021	(r563012)
@@ -13,6 +13,8 @@ COMMENT=	Cross-shell prompt for astronauts
 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
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libssh2.so:security/libssh2
 


More information about the svn-ports-all mailing list