Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2019 07:56:36 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506441 - head/sysutils/ipmitool
Message-ID:  <201907120756.x6C7uajI004575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Fri Jul 12 07:56:36 2019
New Revision: 506441
URL: https://svnweb.freebsd.org/changeset/ports/506441

Log:
  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

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Fri Jul 12 07:35:32 2019	(r506440)
+++ head/sysutils/ipmitool/Makefile	Fri Jul 12 07:56:36 2019	(r506441)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907120756.x6C7uajI004575>