svn commit: r505371 - head/sysutils/freeipmi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 29 20:52:28 UTC 2019


Author: sunpoet
Date: Sat Jun 29 20:52:25 2019
New Revision: 505371
URL: https://svnweb.freebsd.org/changeset/ports/505371

Log:
  Add aarch64 and armv7 to ONLY_FOR_ARCHS
  
  powerpc64 has been added by pkubaj in r504882.
  
  Reported by:	jbeich
  Reference:	https://reviews.freebsd.org/P272
  		https://reviews.freebsd.org/P273

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sat Jun 29 20:52:19 2019	(r505370)
+++ head/sysutils/freeipmi/Makefile	Sat Jun 29 20:52:25 2019	(r505371)
@@ -13,7 +13,7 @@ COMMENT=	Library and tools to support IPMI-capable har
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64
 
 LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libgcrypt.so:security/libgcrypt


More information about the svn-ports-head mailing list