svn commit: r422437 - head/lang/rexx-regina

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 13:14:45 UTC 2016


Author: linimon
Date: Mon Sep 19 13:14:43 2016
New Revision: 422437
URL: https://svnweb.freebsd.org/changeset/ports/422437

Log:
  Mark as broken on various tier-2 archs.

Modified:
  head/lang/rexx-regina/Makefile

Modified: head/lang/rexx-regina/Makefile
==============================================================================
--- head/lang/rexx-regina/Makefile	Mon Sep 19 13:12:33 2016	(r422436)
+++ head/lang/rexx-regina/Makefile	Mon Sep 19 13:14:43 2016	(r422437)
@@ -17,7 +17,11 @@ COMMENT=	Rexx interpreter
 
 LICENSE=	LGPL21+
 
+BROKEN_armv6=		Does not build: error: expected expression
+BROKEN_mips=		Does not build: error: expected expression
+BROKEN_mips64=		Does not build: error: expected expression
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: error: expected expression
 
 USES=		gmake iconv ncurses
 USE_RC_SUBR=	rxstack


More information about the svn-ports-head mailing list