Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 19:47:11 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541449 - head/sysutils/bsdfan
Message-ID:  <202007071947.067JlBLv098237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jul  7 19:47:10 2020
New Revision: 541449
URL: https://svnweb.freebsd.org/changeset/ports/541449

Log:
  Limit to x86 architectures (amd64 and i386).
  
  Suggested by:	linimon

Modified:
  head/sysutils/bsdfan/Makefile

Modified: head/sysutils/bsdfan/Makefile
==============================================================================
--- head/sysutils/bsdfan/Makefile	Tue Jul  7 19:11:41 2020	(r541448)
+++ head/sysutils/bsdfan/Makefile	Tue Jul  7 19:47:10 2020	(r541449)
@@ -11,6 +11,9 @@ COMMENT=	Utility to manage fans on Lenovo ThinkPad lap
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	requires acpi_ibm(4) which is only available on x86
+
 USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	claudiozz



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