svn commit: r499833 - branches/2019Q2/devel/grumpy

Antoine Brodin antoine at FreeBSD.org
Wed Apr 24 10:59:01 UTC 2019


Author: antoine
Date: Wed Apr 24 10:59:00 2019
New Revision: 499833
URL: https://svnweb.freebsd.org/changeset/ports/499833

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

Modified:
  branches/2019Q2/devel/grumpy/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/grumpy/Makefile
==============================================================================
--- branches/2019Q2/devel/grumpy/Makefile	Wed Apr 24 10:57:59 2019	(r499832)
+++ branches/2019Q2/devel/grumpy/Makefile	Wed Apr 24 10:59:00 2019	(r499833)
@@ -7,6 +7,8 @@ CATEGORIES=	devel
 MAINTAINER=	swills at 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}
 


More information about the svn-ports-all mailing list