svn commit: r498693 - head/lang/gforth

Antoine Brodin antoine at FreeBSD.org
Fri Apr 12 05:37:41 UTC 2019


Author: antoine
Date: Fri Apr 12 05:37:39 2019
New Revision: 498693
URL: https://svnweb.freebsd.org/changeset/ports/498693

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

Modified:
  head/lang/gforth/Makefile

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Fri Apr 12 04:52:37 2019	(r498692)
+++ head/lang/gforth/Makefile	Fri Apr 12 05:37:39 2019	(r498693)
@@ -14,6 +14,7 @@ COMMENT=	Fast and portable Forth system
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	Assertion failed: (pi->restlength >=0), function check_prims, file ./main.c, line 1049.
 BROKEN_powerpc64=	fails to package: Unable to access file usr/local/share/gforth/0.7.3/kernl64l.fi:No such file or directory
 
 LIB_DEPENDS=	libavcall.so:devel/libffcall \


More information about the svn-ports-all mailing list