svn commit: r426854 - head/sysutils/acpi_call

Mark Linimon linimon at FreeBSD.org
Tue Nov 22 18:47:54 UTC 2016


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
 


More information about the svn-ports-all mailing list