svn commit: r549051 - head/lang/hermes

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 19 19:00:52 UTC 2020


Author: yuri
Date: Sat Sep 19 19:00:51 2020
New Revision: 549051
URL: https://svnweb.freebsd.org/changeset/ports/549051

Log:
  lang/hermes: Broken on i386
  
  Reported by:	fallout

Modified:
  head/lang/hermes/Makefile

Modified: head/lang/hermes/Makefile
==============================================================================
--- head/lang/hermes/Makefile	Sat Sep 19 18:56:51 2020	(r549050)
+++ head/lang/hermes/Makefile	Sat Sep 19 19:00:51 2020	(r549051)
@@ -12,6 +12,8 @@ COMMENT=	JavaScript engine
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	https://github.com/facebook/hermes/issues/356
+
 LIB_DEPENDS=	libicui18n.so:devel/icu
 TEST_DEPENDS=	zip:archivers/zip
 


More information about the svn-ports-head mailing list