svn commit: r379683 - head/devel/efivar

Mark Linimon linimon at FreeBSD.org
Mon Feb 23 15:12:31 UTC 2015


Author: linimon
Date: Mon Feb 23 15:12:29 2015
New Revision: 379683
URL: https://svnweb.freebsd.org/changeset/ports/379683
QAT: https://qat.redports.org/buildarchive/r379683/

Log:
  Mark as not for powerpc/sparc64: EFI specification not defined for these archs.
  IMHO it doesn't make sense to try to build this there.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/efivar/Makefile

Modified: head/devel/efivar/Makefile
==============================================================================
--- head/devel/efivar/Makefile	Mon Feb 23 14:52:19 2015	(r379682)
+++ head/devel/efivar/Makefile	Mon Feb 23 15:12:29 2015	(r379683)
@@ -20,6 +20,9 @@ GH_COMMIT=	5776088
 USES=		gmake 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>
 
 post-patch:


More information about the svn-ports-head mailing list