Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 10:58:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499832 - head/devel/grumpy
Message-ID:  <201904241058.x3OAw0BL062983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr 24 10:57:59 2019
New Revision: 499832
URL: https://svnweb.freebsd.org/changeset/ports/499832

Log:
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/grumpy/Makefile

Modified: head/devel/grumpy/Makefile
==============================================================================
--- head/devel/grumpy/Makefile	Wed Apr 24 10:55:41 2019	(r499831)
+++ head/devel/grumpy/Makefile	Wed Apr 24 10:57:59 2019	(r499832)
@@ -7,6 +7,8 @@ CATEGORIES=	devel
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Python to Go source code transcompiler and runtime
 
+BROKEN_i386=	constant 2147762812 overflows int
+
 BUILD_DEPENDS=	go:lang/go
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



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