svn commit: r484292 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Tue Nov 6 14:17:46 UTC 2018


Author: dumbbell
Date: Tue Nov  6 14:17:44 2018
New Revision: 484292
URL: https://svnweb.freebsd.org/changeset/ports/484292

Log:
  lang/erlang-runtime{15,16,17}: Remove redundant BROKEN_SSL
  
  The BROKEN_SSL variable is already filled in the case the OPENSSL option
  is checked. Those extra lines were left-over from a debugging session.
  
  No need to MFH this commit, the MFH of the initial change took care of
  not adding them in the first place.

Modified:
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime15/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -19,9 +19,6 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	erlang at FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_R15B03
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime16/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -19,9 +19,6 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	erlang at FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_${ERLANG_REL}
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Tue Nov  6 14:12:22 2018	(r484291)
+++ head/lang/erlang-runtime17/Makefile	Tue Nov  6 14:17:44 2018	(r484292)
@@ -28,9 +28,6 @@ PATCHFILES=	patch-otp-17.5.1 patch-otp-17.5.2 patch-ot
 MAINTAINER=	erlang at FreeBSD.org
 COMMENT=	Functional programming language from Ericsson
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	Does not support OpenSSL 1.1, use Erlang 19+
-
 WRKSRC=		${WRKDIR}/otp_src_${ERLANG_REL}
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}


More information about the svn-ports-all mailing list