Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 19:00:51 +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: r549051 - head/lang/hermes
Message-ID:  <202009191900.08JJ0pYX010995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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