svn commit: r422382 - head/devel/elfutils

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 12:13:59 UTC 2016


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
 


More information about the svn-ports-all mailing list