svn commit: r432736 - head/devel/dwarves

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 29 12:55:39 UTC 2017


Author: amdmi3
Date: Sun Jan 29 12:55:37 2017
New Revision: 432736
URL: https://svnweb.freebsd.org/changeset/ports/432736

Log:
  - Mark BROKEN: does not build (/usr/local/include/libelf.h:308:8: error: unknown type name 'Elf32_Chdr')
  
  Approved by:	portmgr blanket

Modified:
  head/devel/dwarves/Makefile

Modified: head/devel/dwarves/Makefile
==============================================================================
--- head/devel/dwarves/Makefile	Sun Jan 29 12:54:12 2017	(r432735)
+++ head/devel/dwarves/Makefile	Sun Jan 29 12:55:37 2017	(r432736)
@@ -17,6 +17,8 @@ COMMENT=	Debugging Information Manipulat
 LICENSE=	GPLv2
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
+BROKEN=		does not build (/usr/local/include/libelf.h:308:8: error: unknown type name 'Elf32_Chdr')
+
 LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libdw.so:devel/elfutils
 PATCH_DEPENDS=	gnulib>=0:devel/gnulib


More information about the svn-ports-head mailing list