Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 20:39:29 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465032 - head/devel/efivar
Message-ID:  <201803192039.w2JKdTO0014181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803192039.w2JKdTO0014181>