svn commit: r441806 - head/lang/rexx-imc

Mark Linimon linimon at FreeBSD.org
Fri May 26 18:15:16 UTC 2017


Author: linimon
Date: Fri May 26 18:15:15 2017
New Revision: 441806
URL: https://svnweb.freebsd.org/changeset/ports/441806

Log:
  Mark broken on armv6.  The error indication "termios" is a false
  positive.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/rexx-imc/Makefile

Modified: head/lang/rexx-imc/Makefile
==============================================================================
--- head/lang/rexx-imc/Makefile	Fri May 26 17:53:55 2017	(r441805)
+++ head/lang/rexx-imc/Makefile	Fri May 26 18:15:15 2017	(r441806)
@@ -13,6 +13,8 @@ COMMENT=	Procedural programming language
 
 CONFLICTS=	rexx-regina-* oorexx-[0-9]*
 
+BROKEN_armv6=		fails to link: /nxb-bin/usr/bin/ld: hidden symbol __aeabi_uidivmod in libgcc.a is referenced by DSO
+
 HAS_CONFIGURE=		yes
 CONFIGURE_SCRIPT=	Make
 CONFIGURE_ENV=		PREFIX="${PREFIX}"


More information about the svn-ports-all mailing list