Date: Sat, 22 Jun 2019 19:03:27 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504882 - head/sysutils/freeipmi Message-ID: <201906221903.x5MJ3RfJ093132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906221903.x5MJ3RfJ093132>