Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 12:13:57 +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: r422382 - head/devel/elfutils
Message-ID:  <201609181213.u8ICDvUH003652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 18 12:13:57 2016
New Revision: 422382
URL: https://svnweb.freebsd.org/changeset/ports/422382

Log:
  Mark as broken on armv6 and sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/elfutils/Makefile

Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile	Sun Sep 18 12:08:11 2016	(r422381)
+++ head/devel/elfutils/Makefile	Sun Sep 18 12:13:57 2016	(r422382)
@@ -19,6 +19,9 @@ LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING-LG
 LIB_DEPENDS=	libargp.so:devel/argp-standalone
 PATCH_DEPENDS=	gnulib>=0:devel/gnulib
 
+BROKEN_armv6=	Fails to build: fails to compile i386_disasm.c
+BROKEN_sparc64=	Fails to build: fails to compile dwarf_begin_elf.c
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 



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