Date: Sun, 18 Mar 2018 03:54:15 +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: r464865 - head/sysutils/cpupdate Message-ID: <201803180354.w2I3sF9O080582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180354.w2I3sF9O080582>