Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 18:15:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441806 - head/lang/rexx-imc
Message-ID:  <201705261815.v4QIFFA3046808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



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