svn commit: r504882 - head/sysutils/freeipmi

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 22 19:03:28 UTC 2019


Author: pkubaj
Date: Sat Jun 22 19:03:26 2019
New Revision: 504882
URL: https://svnweb.freebsd.org/changeset/ports/504882

Log:
  sysutils/freeipmi: works on powerpc64
  
  Also, remove ONLY_FOR_ARCHS_REASON since it's obviously wrong.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/sysutils/freeipmi/Makefile

Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile	Sat Jun 22 18:46:35 2019	(r504881)
+++ head/sysutils/freeipmi/Makefile	Sat Jun 22 19:03:26 2019	(r504882)
@@ -13,8 +13,7 @@ COMMENT=	Library and tools to support IPMI-capable har
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386
-ONLY_FOR_ARCHS_REASON=	invokes x86 assembler
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 
 LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libgcrypt.so:security/libgcrypt


More information about the svn-ports-head mailing list