Date: Sat, 17 Feb 2018 12:01:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462144 - head/sysutils/ipmitool Message-ID: <201802171201.w1HC18uJ083053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 17 12:01:08 2018 New Revision: 462144 URL: https://svnweb.freebsd.org/changeset/ports/462144 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/sysutils/ipmitool/Makefile Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sat Feb 17 12:01:02 2018 (r462143) +++ head/sysutils/ipmitool/Makefile Sat Feb 17 12:01:08 2018 (r462144) @@ -13,6 +13,8 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel + USES= cpe tar:bzip2 gmake readline ssl CPE_VENDOR= sun GNU_CONFIGURE= yes @@ -51,10 +53,4 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171201.w1HC18uJ083053>