Date: Tue, 18 Dec 2018 23:22:59 +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: r487775 - head/sysutils/grub2-pcbsd Message-ID: <201812182322.wBINMxU5034024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 18 23:22:59 2018 New Revision: 487775 URL: https://svnweb.freebsd.org/changeset/ports/487775 Log: Mark BROKEN: fails to build In file included from efiemu/runtime/efiemu.c:33: ../include/grub/efiemu/runtime.h:36:1: error: alignment 1 of 'struct efi_variable' is less than 8 [-Werror=packed-not-aligned] Reported by: pkg-fallout Modified: head/sysutils/grub2-pcbsd/Makefile Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Tue Dec 18 22:03:42 2018 (r487774) +++ head/sysutils/grub2-pcbsd/Makefile Tue Dec 18 23:22:59 2018 (r487775) @@ -14,6 +14,8 @@ COMMENT= Multiboot boot loader LICENSE= GPLv3 +BROKEN= fails to build + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/bin/bash:shells/bash \ help2man:misc/help2man
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812182322.wBINMxU5034024>