svn commit: r465032 - head/devel/efivar

Mark Linimon linimon at FreeBSD.org
Mon Mar 19 20:39:30 UTC 2018


Author: linimon
Date: Mon Mar 19 20:39:29 2018
New Revision: 465032
URL: https://svnweb.freebsd.org/changeset/ports/465032

Log:
  Mark as broken on aarch64.  Oddly, it builds on armv6.
  
  While here, pet portlint.

Modified:
  head/devel/efivar/Makefile

Modified: head/devel/efivar/Makefile
==============================================================================
--- head/devel/efivar/Makefile	Mon Mar 19 20:24:01 2018	(r465031)
+++ head/devel/efivar/Makefile	Mon Mar 19 20:39:29 2018	(r465032)
@@ -11,17 +11,17 @@ COMMENT=	Tools and library to manipulate EFI variables
 
 LICENSE=	LGPL21
 
+BROKEN_aarch64=		fails to build: gmake: no rule to make target 'efivar-guids.h', needed by 'efivar.h'
+NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON=	specification only supports little-endian processors
+
 LIB_DEPENDS=	libpopt.so:devel/popt
 
+USES=		gmake localbase pkgconfig
 USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rhinstaller
-
-USES=		gmake localbase pkgconfig
 USE_LDCONFIG=	yes
-
-NOT_FOR_ARCHS=	powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	specification only supports little-endian processors
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list