svn commit: r464865 - head/sysutils/cpupdate

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 03:54:16 UTC 2018


Author: linimon
Date: Sun Mar 18 03:54:15 2018
New Revision: 464865
URL: https://svnweb.freebsd.org/changeset/ports/464865

Log:
  This fails to build on armv6, and it surely not useful there, or any
  non-x86 architecture.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/cpupdate/Makefile

Modified: head/sysutils/cpupdate/Makefile
==============================================================================
--- head/sysutils/cpupdate/Makefile	Sun Mar 18 03:24:22 2018	(r464864)
+++ head/sysutils/cpupdate/Makefile	Sun Mar 18 03:54:15 2018	(r464865)
@@ -11,6 +11,9 @@ COMMENT=	CPU microcode update utility
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	contains microcode specific to certain x86 processors
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	kernschmelze
 GH_PROJECT=	${PORTNAME}


More information about the svn-ports-head mailing list