sysutils/ipmitool: make it work for FreeBSD 11 with openssl111

Apply extra patch needed for openssl111 also for users of FreeBSD 11
with DEFAULT_VERSIONS+=ssl=openssl111 in the /etc/make.conf
This commit is contained in:
Eugene Grosbein 2019-07-12 07:56:36 +00:00
parent 4d79301c6a
commit 333b456e9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506441

View File

@ -13,8 +13,6 @@ COMMENT= CLI to manage IPMI systems
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_SSL= openssl111
USES= cpe tar:bzip2 gmake readline ssl
CPE_VENDOR= sun
GNU_CONFIGURE= yes
@ -51,7 +49,7 @@ FREEIPMI_CONFIGURE_ENABLE= intf-free
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085
.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT} == openssl111
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c
.endif