Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 12:50:46 +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: r498669 - head/sysutils/intel-undervolt
Message-ID:  <201904111250.x3BCokxc065413@repo.freebsd.org>

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



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