Date: Mon, 10 Dec 2018 22:16:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487205 - head/sysutils/sbsigntool Message-ID: <201812102216.wBAMGK12001620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812102216.wBAMGK12001620>