Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 14:18:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551424 - head/devel/desed
Message-ID:  <202010041418.094EI1FL057982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct  4 14:18:01 2020
New Revision: 551424
URL: https://svnweb.freebsd.org/changeset/ports/551424

Log:
  devel/desed: Broken on i386
  
  Reported by:	fallout

Modified:
  head/devel/desed/Makefile

Modified: head/devel/desed/Makefile
==============================================================================
--- head/devel/desed/Makefile	Sun Oct  4 14:15:44 2020	(r551423)
+++ head/devel/desed/Makefile	Sun Oct  4 14:18:01 2020	(r551424)
@@ -12,6 +12,8 @@ COMMENT=	Demystify and debug sed scripts from the comf
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	Build of the kqueue crate fails: https://gitlab.com/worr/rust-kqueue/-/issues/4
+
 RUN_DEPENDS=	gsed:textproc/gsed
 
 USES=		cargo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010041418.094EI1FL057982>