svn commit: r551424 - head/devel/desed

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 4 14:18:01 UTC 2020


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


More information about the svn-ports-all mailing list