svn commit: r498669 - head/sysutils/intel-undervolt

Mark Linimon linimon at FreeBSD.org
Thu Apr 11 12:50:47 UTC 2019


Author: linimon
Date: Thu Apr 11 12:50:46 2019
New Revision: 498669
URL: https://svnweb.freebsd.org/changeset/ports/498669

Log:
  Although this showed up as "builds correctly" in the latest powerpc64
  build logs, it cannot possibly make sense to build it there -- or
  anything other than x86.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/intel-undervolt/Makefile

Modified: head/sysutils/intel-undervolt/Makefile
==============================================================================
--- head/sysutils/intel-undervolt/Makefile	Thu Apr 11 11:43:48 2019	(r498668)
+++ head/sysutils/intel-undervolt/Makefile	Thu Apr 11 12:50:46 2019	(r498669)
@@ -11,6 +11,9 @@ COMMENT=	Intel CPU undervolting tool
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	specifically for Haswell and newer Intel CPUs
+
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		gmake


More information about the svn-ports-all mailing list