Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 18:47:53 +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: r426854 - head/sysutils/acpi_call
Message-ID:  <201611221847.uAMIlrPn086344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov 22 18:47:53 2016
New Revision: 426854
URL: https://svnweb.freebsd.org/changeset/ports/426854

Log:
  Some aarch64 servers apparently have ACPI.  Attempt to build on aarch64
  just to see.  (It should not hurt anything.)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/acpi_call/Makefile

Modified: head/sysutils/acpi_call/Makefile
==============================================================================
--- head/sysutils/acpi_call/Makefile	Tue Nov 22 18:44:25 2016	(r426853)
+++ head/sysutils/acpi_call/Makefile	Tue Nov 22 18:47:53 2016	(r426854)
@@ -12,8 +12,8 @@ COMMENT=	Kernel module for calling ACPI 
 
 LICENSE=	BSD2CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 i386 ia64
-ONLY_FOR_ARCHS_REASON=	not relevant for non-x86-derived architectures
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON=	not relevant for most non-x86-derived architectures
 
 USES=		kmod
 



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