svn commit: r564964 - head/x11/wezterm

Jan Beich jbeich at FreeBSD.org
Thu Feb 11 16:44:53 UTC 2021


Author: jbeich
Date: Thu Feb 11 16:44:53 2021
New Revision: 564964
URL: https://svnweb.freebsd.org/changeset/ports/564964

Log:
  x11/wezterm: mark BROKEN on i386
  
  error: literal out of range for usize
     --> termwiz/src/cell.rs:371:17
      |
  371 |                 0x7f000000_00000000
      |                 ^^^^^^^^^^^^^^^^^^^
      |
      = note: `#[deny(overflowing_literals)]` on by default
      = note: the literal `0x7f000000_00000000` (decimal `9151314442816847872`) does not fit into the type `usize` and will become `0usize`
  
  Reported by:	pkg-fallout

Modified:
  head/x11/wezterm/Makefile   (contents, props changed)

Modified: head/x11/wezterm/Makefile
==============================================================================
--- head/x11/wezterm/Makefile	Thu Feb 11 16:37:41 2021	(r564963)
+++ head/x11/wezterm/Makefile	Thu Feb 11 16:44:53 2021	(r564964)
@@ -10,6 +10,8 @@ COMMENT=	GPU-accelerated terminal emulator and multipl
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_i386=	https://github.com/wez/wezterm/issues/474
+
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libwayland-egl.so:graphics/wayland \
 		libssh2.so:security/libssh2 \


More information about the svn-ports-all mailing list