svn commit: r487205 - head/sysutils/sbsigntool

Antoine Brodin antoine at FreeBSD.org
Mon Dec 10 22:16:21 UTC 2018


Author: antoine
Date: Mon Dec 10 22:16:20 2018
New Revision: 487205
URL: https://svnweb.freebsd.org/changeset/ports/487205

Log:
  Mark BROKEN: fails to build
  
  In file included from sbsign.c:54:
  In file included from ./idc.h:35:
  ./image.h:40:10: fatal error: 'bfd.h' file not found
  #include <bfd.h>
           ^~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/sbsigntool/Makefile

Modified: head/sysutils/sbsigntool/Makefile
==============================================================================
--- head/sysutils/sbsigntool/Makefile	Mon Dec 10 22:14:02 2018	(r487204)
+++ head/sysutils/sbsigntool/Makefile	Mon Dec 10 22:16:20 2018	(r487205)
@@ -13,6 +13,8 @@ COMMENT=	Signing utility for UEFI secure boot
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \
 		help2man:misc/help2man
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid


More information about the svn-ports-all mailing list